
.imagerotator_container {
	overflow: hidden;
	width: 540px;
	margin: 0 0 10px 0;
}
#imagerotator {
        width:540px;
	padding: 0px;
}

/*--Main Image Preview--*/
#imagerotator .main_image {
	width: 356px; height: 206px;
	float: left;
	background: #fff;
	position: relative;
	overflow: hidden;
	color: #fff;
}
#imagerotator .main_image h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;        
}
#imagerotator .main_image a {
    text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;        
}
#imagerotator .main_image p {
	font-size: 1.2em;
	line-height: 1.6em;
}
#imagerotator .main_image .desc{
	position: absolute;
	bottom: 0;left: 0;
	width: 100%;
	display: none;
}
#imagerotator .main_image .block{
    font-size: 10px;
    line-height:13px;
    padding:5px;
    width:200px;
	background:url(/gfx/build/imagerotator_main_block.png) no-repeat top;
    padding-top:35px;
    padding-left:155px;
    float:left;
}
#imagerotator .main_image .block h3{
    color:yellow;
    margin:0px;
    font-size: 12px;
    font-weight:bold;
}
#imagerotator .main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
#imagerotator .main_image a.show {background-position: left bottom;} 


#imagerotator .image_thumb {
	float: left;
	width: 183px;
}
#imagerotator .image_thumb img {
    width:40px;
	padding: 2px; 
	background: #fff; 
	float: left;
}
#imagerotator .image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
#imagerotator .image_thumb ul li{
	margin: 0;padding:3px;
	background: #FFF;
    line-height:15px;
	width: 177px;
    border-bottom:1px solid #CCC;
	float: left;
}
#imagerotator .image_thumb ul li.first{
    border-top:1px solid #CCC;
}
#imagerotator .image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
#imagerotator .image_thumb ul li.active {
	background: #F0F0F0;
	cursor: default;
}
html #imagerotator .image_thumb ul li h2 {
	font-size: 12px;
    margin:0px;
}
#imagerotator .image_thumb ul li .block {
	float: left; 
	margin: 3px 0 0 5px;
	padding: 0;
	width: 105px;
}
#imagerotator .image_thumb ul li .block small{
	font-style:italic;
}
#imagerotator .image_thumb ul li .block .content {display:none;}
#imagerotator .image_thumb ul li p{display: none;}
.imagerotator_arrow {display:none;width:22px;height:40px;background:url('/gfx/build/sprite_2014.png') 0 -592px;position:absolute;margin-top:-6px;margin-left:131px;z-index:20;}
/*.imagerotator_arrow {display:none;width:22px;height:40px;background:url('/gfx/build/imagerotator_arrow.png');position:absolute;margin-top:-6px;margin-left:131px;z-index:20;}*/
#imagerotator .image_thumb ul li.active .imagerotator_arrow {display:block;}