/*
.box_stripes { 
	width: 100%; 
	overflow: hidden;
	
	margin-bottom: 15px;
}

.controls { 
	padding: 6px; 
	background-color: #272727; 
}

.controls span.title {font-size:18px;}

.controls span.title a {color: #fff;}

.controls a { color: #A5A5A5;}

.scroller {
	height:175px;
	width:100%;
	overflow:hidden;
	background:#363636;
	border-top:1px solid #383838;
	box-shadow:inset 0 0 5px black;
}

.section {padding-top: 6px;}

.box_stripes div.image { 
	position:relative; 
	width: 142px; 
	border: 1px solid transparent;
	text-align: center;
	margin-bottom: 4px;
}


.box_stripes div.image div.image_caption { 
	position:absolute; 
	bottom:10px; 
	left:0;
	width:152px; 
	text-align:right;
	font-size:11px; 
	color:#FFFFFF; 
	background-color:#000000;
	padding: 2px 5px;
	z-index:999;
	opacity:.60;               
	-moz-opacity:.60;          
	filter:alpha(opacity=60); 
}


.box_stripes div.stripe_summary_holder { 
	width: 144px; 
	height:150px;
	float: right;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.box_stripes div.stripe_summary_holder h3 a {
	color: #CCCCCC;
	font-weight: normal;
}
*/