/* 
    Document   : home
    Created on : Aug 11, 2012, 3:23:21 PM
    Author     : Anvaya Technologies.
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}

/* rotator in-page placement */
    div.rotator {
	position:relative;
	margin-left: 0;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	
}
/* rotator image style */	
	div.rotator ul li img {
	/*border:1px solid #ccc;*/
	padding: 4px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500;
}

/*--Main Image Preview--*/
.main_image {
	width: 393px; height: 295px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font: normal 18px/26px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;	
	padding: 4px 0 0 10px;	
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	
	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 0px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {
	margin: 0 0 0 10px;
	color: #b5b5b5;
	font: normal 11px/20px Arial, Helvetica, sans-serif;
}
.main_image .block small span{
	margin: 0 0 0 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;	
	left: 0;
	width: 100%;
	display: none;	
}
.main_image .block{
	width: 100%;
	height: 55px;
	background: #111;	
	border-top: 1px solid #000;
}
.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;
} 


.image_thumb {
	float: left;
	width: 267px;
	background: #f0f0f0;
	border-right: 1px solid #fff;	
}
.image_thumb img {
	/*border: 1px solid #ccc; 
	padding: 1px; */
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
	padding: 6px 5px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 279px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #dcdcdc;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 14px; 
	margin: 5px 0;
	line-height: 14px;
	padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 180px;
	}	
.image_thumb ul li p{display: none;}
