.box_stripes { 
	width: 100%; 
	overflow: hidden;
	margin-top: 10px;
	width: 293px;
	padding: 10px;
	background: #fff;
}


.controls { 
	padding: 0; 
	width: 293px;
	/*position: relative;*/
}

.controls span.title { /*position: absolute; top:9px; left:246px;*/ font-size: 16px; font-weight: bold;}

.controls span.title a {color: #557ea6;}

.controls a { color: #A5A5A5;}

.controls img {}

.controls span.section_prev_next { float: right;}

#gallery_stripe .scroller {
	height:200px;
	width:313px;
	margin: 0px auto;
	overflow:hidden;
	
}

#gallery_stripe .section {
	width:313px;
	height:200px;
	overflow:hidden;
	float:left;
	padding-top: 6px;
	
}

.box_stripes div.image { 
	float: none; 
	text-align: center;
	margin-bottom: 4px;
	width: 293px;
	height: 160px;
	overflow: hidden;
}

.box_stripes div.image img {}

.box_stripes div.stripe_summary_holder { 
	width: 293px; 
	height:230px; 
	text-align: left;
}


.box_stripes div.stripe_summary_text_holder h3 a {
	color: #333; 
	font-size: 14px;
	font-weight: bold;
}

.stripe_add_links {
	text-align:center; 
	font-size:11px; 
	border-top: 1px solid #E0E0E0; 
	padding: 2px 0px; 
	color: #777777;
}


