@charset "utf-8";
/* CSS Document */

/*--Rotator--*/
.container {
	overflow: hidden;
	width: 640px;
	margin: 0 auto;
	font: 10px normal Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.main_image {
	width: 477px; height: 322px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	background:#F0F0F0;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	font-style:italic;
	margin: 0 0 5px;
	padding: 10px;
	color: #4491bd;
}
.main_image h3 {
	font-size: 1.8em;
	font-weight: normal;
	font-style:italic;
	margin: 0;	padding: 0 10px 5px 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.main_image ul {
	padding:0;
}
.main_image li {
	font-size: 1.2em;
	margin: 0;	padding: 0 10px 5px 10px;
	line-height: 1.6em;
	font-weight:bold;
	list-style:disc inside;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a{
	text-decoration:none;
	color: #fff;
	font-size: 12px;
}
.main_image a:hover{
	text-decoration:underline;
}	
.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; 
}
.main_image a.show {background-position: left bottom;} 

/* for rounded corners */
#main_image_box, #main_image_box img { width:477px; height:322px; margin:0;padding:0; }

.image_thumb {
	float: left;
	width: 160px;
	background: #f0f0f0;
	border-right: 0px solid #fff;
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
	max-width: 50px;
	min-height: 50px;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 139px;
	height:81px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #afddf6;
	cursor: default;
}
.image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
	color:#4582a5;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
}	
.image_thumb ul li p{display: none;}
.image_thumb ul li ul{display: none;}
.image_thumb ul li h3{display: none;}
.image_thumb ul li button{display: none;}

button {
border: 0 none;
cursor: pointer;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url( /images/signup_btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button.rounded a{
	font-size:0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( /images/signup_btn_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
border:none;
}

button.rounded:hover span {
background-position: 0% -30px;
border:none;
}

button::-moz-focus-inner {
border: none;
}
<!--End Rotator-->