.container_imgrotator {
	overflow: hidden;
	width: 655px;
	height: 345px;
	margin: 0 auto;
}
.container_imgrotator .corner {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/home/module-specialevents-topleft-bg.png) 0 0 no-repeat;
	z-index: 999;
	width: 9px;
	height: 9px;
	display: block;
}
.main_image  {
    width: 387px;
    height: 276px;
    float: left;
    background: #666;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image img {
	max-width: 387px;
	width: expression(document.body.clientWidth > 387 ? "387px" : "auto");
}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 387px;
    height: 69px;
    background: url(../images/home/module-specialevents-bottomleft-bg.png) 0 0 no-repeat;
    display: none; 
}
.main_image .block {
	padding: 12px 12px 8px 12px;
}
.main_image .specialevents-module-datewrapper {
	width: 95px;
	height: 36px;
	float: left;
	_display: inline;
}
.main_image .specialevents-module-day {
	color: #fff;
	font-size: 40px;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 38px;
}
.main_image .specialevents-module-month {
	color: #ffff00;
	font-size: 20px;
	width: 45px;
	height: 18px;
	float: left;
	text-transform: uppercase;
}
.main_image .specialevents-module-year {
	color: #00deff;
	font-size: 20px;
	width: 45px;
	height: 18px;
	float: left;
}
.main_image .specialevents-module-textwrapper {
	width: 250px;
	margin-left: 120px;
	_margin-left: 20px;
	_float: left;
}
*:first-child+html .main_image .specialevents-module-textwrapper {
	margin-left: 20px;
	float: left;
}
.main_image h2 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: -3px;
}
.main_image p {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 0;
}
/*
.main_image a.collapse {
    background: url(../images/imagerotator/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}
*/
.image_thumb {
	float: right;
	width: 268;
	height: 277px;
}
.image_thumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.image_thumb ul li {
	margin: 0;
	padding: 0;
}
.image_thumb ul li.thumb1, .image_thumb ul li.thumb2, .image_thumb ul li.thumb3 {
	margin: 0;
	padding: 6px;
	width: 256px;
	cursor: pointer
}
.image_thumb ul li.thumb1 {
	background: url(../images/home/specialevents-module-righttop-bg.png) left top no-repeat;
	height: 81px;
}
.image_thumb ul li.thumb2 {
	background: url(../images/home/specialevents-module-rightmiddle-bg.png) left top no-repeat;
	height: 79px;
	_height: 75px;
}
*:first-child+html .image_thumb ul li.thumb2  {
	height: 75px;
}
.image_thumb ul li.thumb3 {
	background: url(../images/home/specialevents-module-rightbottom-bg.png) left top no-repeat;
	height: 81px;
}
/*
.image_thumb ul li.hover {
	background-position: left bottom;
}
*/
.image_thumb ul li.active {
	background-position: left bottom;
	cursor: default;
}
/*
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
*/
.image_thumb ul li .block {
	float: right; 
	padding: 0;
	margin: 0;
	width: 132px;
	height: auto;
	overflow: hidden;
}
.image_thumb img {
	max-width: 100px;
	max-height: 75px;
	/*
	width: expression(this.height > 100 ? 100:true);
	height: expression(this.height > 75 ? 75:true);
	*/
	width: expression(document.body.clientWidth > 100 ? "100px" : "auto");
	height: expression(document.body.clientHeight > 75 ? "75px" : "auto");
	float: left;
	margin-left: 1px;
	margin-top: 2px;
	_display: inline;
}
.image_thumb h2 {
	font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #303030;
    margin: 0;
    padding: 0;
    text-indent: -40px;
    _text-indent: 0px;
}
*:first-child+html .image_thumb h2 {
    text-indent: 0px;
}
.image_thumb .active h2 {
	color: #d1e5ef;
}
/*
.image_thumb ul li.thumb1:hover h2, .image_thumb ul li.thumb2:hover h2, .image_thumb ul li.thumb3:hover h2 {
	color: #d1e5ef; 
}
*/
.image_thumb ul li p {
	display: none;
}
.image_thumb .specialevents-module-datewrapper {
	width: 75px;
	height: 32px;
}
.image_thumb .specialevents-module-day {
	color: #303030;
	font-size: 30px;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 34px;
}
.image_thumb .specialevents-module-month {
	color: #ff0000;
	font-size: 12px;
	width: 35px;
	height: 14px;
	float: left;
	text-transform: uppercase;
}
.image_thumb .specialevents-module-year {
	color: #132c61;
	font-size: 12px;
	width: 35px;
	height: 18px;
	float: left;
}
.image_thumb .active .specialevents-module-day {
	color: #fff;
}
.image_thumb .active .specialevents-module-month {
	color: #ffff00; 
}
.image_thumb .active .specialevents-module-year {
	color: #00deff;
}