/*rotator_images*/
#rotator_images{
	padding:0 0 0 0;
	border:0;
	background:#fff;
	position:relative;
	width:660px;
	height:455px;

}
/*
#rotator_images{
width:419px;padding-right:250px;position:relative;border:2px solid #5DD0F6;height:267px;background:#fff;}
*/

#rotator_images_main h1{
	width:420px;
	float:left;
	margin:0 0 7px 0;
}
#rotator_images_main h2{float:right;margin:4px 3px 7px 0; }

#rotator_images ul{
	position:absolute;
	top:405px;
	left:0;
	list-style:none;
	padding:0;margin:0;
	width:660px;
	background:none;
}
#rotator_images ul li{
	padding:0 0;
	margin:0 4px;

	color:#ffffff;
	cursor:pointer;
	/*
	height:75px;
	width:100px;
	*/
	height:45px;
	width:60px;
	overflow:hidden;
	background:#e20705;
	float:left;
}
#rotator_images ul li h2{
	color:#ffffff;
	font-size:15px;
	font-family:Georgia,serif;
	padding:6px 0;
	margin:0;overflow:hidden;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	height:25px;

}
#rotator_images ul li#fragment-1{
	margin-top:0;
	margin-left:0;
}

#rotator_images li{
	filter:alpha(opacity=60); /* For IE8 and earlier */
	opacity:0.6;
	border: 2px solid #494949;
}
#rotator_images li img{
    
	
}
#rotator_images li.selected{
	filter:alpha(opacity=100); /* For IE8 and earlier */
	opacity:1;
}

/*#rotator_images ul li div.img{display:table-cell;vertical-align:middle;}
#rotator_images ul li div.img div{display:block;overflow:hidden;max-height:60px;margin:2px 5px;border:1px solid #eee;}
*/

/*#rotator_images ul li img{float:left;width:60px;}
#rotator_images ul li span{
display:table-cell;font-family:Verdana;font-size:11px;height:60px;line-height:13px;vertical-align:middle;}

*/
#rotator_images .main-panel{
	width:660px;
	height:400px;
	position:absolute;
	overflow:hidden;
}
#rotator_images .main-panel img{
	display:block;
	margin:0 auto;
	width:660px;
}
#rotator_images .main-panel h2{
	font-size:14px;
	font-family:Georgia,serif;
	color:#fff;
	padding:5px 5px 0;
	margin:0;overflow:hidden;
	font-weight:normal;
	text-align:center;
	position:absolute;
	bottom:0px;left:0;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	background-color:#000;
	padding:10px;
}
#rotator_images .main-panel .readmore{
	position:absolute;
	bottom:40px;left:0;
	padding:0 10px 0;
	background-color: #e20705;
	height:25px;
	line-height:15px;

}

#rotator_images .main-panel .readmore a{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:12px;
}

#rotator_images .main-panel h2 a{
	text-decoration:none;color:#fff;
}
#rotator_images .main-panel div a:hover{
	text-decoration:underline;
}
#rotator_images .main-panel.hide{display:none;}


