.aydinlatmacontainer {
	overflow: hidden;
	width: 691px;
	height:595px;
	margin: 0 auto;
}
#main {
	width: 860px; 
	height: 404px;
	padding: 0px;
	border:1px #ccc solid;
}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 538px; 
	height: 404px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding-left: 5px;
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px; display: none;}
.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.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 {
	width: 310px;
	height: 54px;
	margin: 2px 0px 2px 10px;
	border:1px solid #bcd2fa;
	float: left;
	background:#d6e3fa;
	}
.image_thumb img { 
	padding: 1px; 
	border:1px solid #fff;
	float: left;
}
.image_thumb ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
	padding: 0px;
	border:1px solid #bcd2fa;
	background:#fff;
	width: 310px;
	height:54px;
	text-align:left;
	float: left;
	margin-bottom:2px;
}
.image_thumb ul li.hover {
	background:#d6e3fa;
	cursor: pointer;
}
.image_thumb ul li.active {
	background:#d6e3fa;
	cursor: pointer;
}
html .image_thumb ul li h2 {
	font-family:"Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight:bold;
	color:#000;
	margin: 0; 
	padding: 5px 0 0 5px;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 3px;
	padding: 0;
	width: 240px;
}	
.image_thumb ul li p{display: none;}
