.box_stripes { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%; 
	overflow: hidden;
	margin: 0px 0px;
	width: 720px;
	height: 120px;
}


.controls { 
	padding: 0px 10px;
	margin-top: 47px;
	position: absolute;
	width: 680px;
}

.controls a { color: #A5A5A5;}

.controls img { vertical-align: middle;}

.controls span.section_next { float: right;}

.scroller {
	height:120px;
	overflow:hidden;
	margin: 0px 45px;
	width: 610px;
	position: absolute;
}

.section {
	width:600px;
	height:96px;
	overflow:hidden;
	float:left;
	padding-left: 0px;
	margin-top: 10px;
/*	background-image: url(../img/tpl4023_stripe1_separator.gif); */
	background-repeat: no-repeat;
	background-position: left center;
}

.box_stripes div.stripe_summary_holder 						{ position:relative; text-align:center; width: 138px; height:96px; float: left; padding: 0px 6px 0px 6px; }
.box_stripes div.stripe_summary_holder img			 		{ border:2px solid #fff; }
.box_stripes div.stripe_summary_holder a 					{ color: #FFF; font-size: 85%; text-decoration:none; font-weight:normal;  }
.box_stripes div.stripe_summary_holder a:hover strong		{ color:#ffff00; line-height:200%; }
.box_stripes div.stripe_summary_holder a span				{ display:none; height:78px;  }
.box_stripes div.stripe_summary_holder a:hover span			{ 
	position:absolute; top:0px; left:12px; width:108px; padding:7px; display:block; border:2px solid #999;
	background-color: #000000;
	opacity: .70;               /* Standard style for transparency */
	-moz-opacity: .70;          /* Transparency for older Mozillas */
	filter: alpha(opacity=70);  /* Transparency for IE */
	
}





