.transparent02 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity:0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.8;
}

.img-line {
  position: relative;
  width: 5000px; 
  overflow: hidden; 
  height: 61px;
  margin-left: -150px;
  margin-bottom: 5px;
  z-index: 1;
}

.img-line div, 
.img-line img {
  float: left;
  display: block;
  margin-left:5px;
  height: 60px; 
  padding: 0;
}

.img-glow-left {
  color: rgb(200,200,200);
  font-size: 24px;
  float: left;
  text-align: left;
  background: url(/images/glow-left.png);
  width: 72px;
  height: 61px;
  border: none;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

.img-glow-right {
  color: rgb(200,200,200);
  font-size: 24px;
  float: left;
  text-align: right;
  background: url(/images/glow.png) right;
  width: 72px;
  height: 61px;
  border: none;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

.img-glow-right .strong-arrow {
  margin-top: 6px;
  height: 46px;
  width: 10px;
  float: right;
  font-size: 24px;
  font-weight: bolder;
  background: url(/images/img_glow_right_arrow.png) no-repeat;
  width: 10px;
  height: 46px;
}

.img-glow-left .strong-arrow {
  margin-top: 6px;
  height: 46px;
  width: 10px;
  float: left;
  font-size: 24px;
  font-weight: bolder;
  background: url(/images/img_glow_left_arrow.png) no-repeat;
  width: 10px;
  height: 46px;
}



