.container {
	overflow: hidden;
	width: 950px;
	margin: 40px 0 0 0 ;
}

/*--Main Image Preview--*/
.main_image {
	width: 750px; height: 250px;
	float: right;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
	display: none;
}
.main_image p {
  font-family: Georgia, Times New Roman, sans-serif;
  font-weight: 500;
	font-size: 1.4em;
	padding: 10px;	margin: 0;
	line-height: 1.2em;
}

.main_image p a, .main_image p a:visited, .main_image p a:active {
	color: #fff;
  text-decoration: none;
}

.main_image p a:hover {
	background-color: transparent;
  color: #000000;
}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 195px;
	height: 250px;
	background: #00aeef;
	margin-left: 555px;
}

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


.image_thumb {
	float: left;
	width: 200px;
	background: #f0f0f0;
}
.image_thumb img {
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	width: 200px;
	float: left;
}
.image_thumb ul li.a {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #000;
  cursor: default;
}


html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
display: none;
}	
.image_thumb ul li p{display: none;}

