/*
body {
	background: #fff;
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
}
* {margin: 0; padding: 0; outline: none;}
*/

img {border: none;}

.container {
	overflow: hidden;
	width: 554px;
	margin: 0 auto;
}

#main {
	/*
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;*/
	font: 8px normal Arial, Helvetica, sans-serif;
}

a {/*color: #fff;*/} 

/*--Main Image Preview--*/
.main_image {
	width: 554px; height: 186px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	z-index:0;
}
.main_image h2 {
	
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 2px;	padding: 10px;
}
.main_image p {
	
	font-size: 1.4em;
	padding: 10px;	margin: 0;
	line-height: 1.4em;
}

.block small { 
    
	padding: 0 0px 0 10px; 
	background: url(icon_arrow.gif) no-repeat 0 center; 
	font-size: 1.4em; 
	
}

.block small a { 
text-decoration: none;
color:#FF6600;
}

.block small a:hover { 
color:#FF3300;
}

.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.imglink {
	background: url(trans.gif) repeat left top !important;  
	width: 554px; height: 186px;  
	text-indent: -99999px;
	position: absolute; 
	top: -186px; right: 0px; 
	z-index:99;
display:block;
}

.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 27px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 5px;
	z-index: 100;
}



.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	/*width: 299px;*/
	width: 554px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	
}
.image_thumb img {
	/*border: 1px solid #ccc; */
	margin-left:2px;
	margin-top:1px;
	padding: 2px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0 -4px 0 2px ; 
	/*padding: 12px 10px;*/
	/*width: 279px;*/
	padding: 2px 0px 2px 1px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 45px;
	height: 40px;
	float: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ccc;
	cursor: pointer;
	margin-top:-2px;
}
.image_thumb ul li.active {
	background: #aaa;
	cursor: default;
	
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
	
	display: none;
}

html .image_thumb ul li small {
	
	display: none;
}

.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	/* width: 170px;*/
	
}	
.image_thumb ul li p{display: none;}

.imglink{display: none;}

.imglinktarget{display: none;}



