.accord_text_container{
	float:left;
	clear:none;
	margin-right:5px;
	
	height:227px;
	overflow:hidden;
	
}
.accord_image_container{
	width:50px;
	height:227px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
}
.accord_image_containerActive{
	width:50px;
	height:227px;
	overflow:hidden;
	margin-right:5px;
	float:left;
	cursor:pointer;
}
.accord_image_containerOver img{

	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
}
