
* {margin: 0; padding: 0; outline: none;}
img {border: none;}

.container {
	overflow: hidden;
	width: 484px;
	background:#212121;
	margin-bottom:8px;
}
#main {
	padding: 10px;

}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 484px; height: 230px;
	float: left;
	position: relative;
overflow: hidden;
	color: #fff;
	background: none;
}
.main_image .block h2 a{
	font-size: 16px;
	color:#fff;
	padding-left:10px;
    
}
.main_image p {
	font-size: 11px;
	padding: 0px;
	margin: 5px 5px 0px 10px;
	line-height: 1.6em;
}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: url(image/block.png);
	border-top: 1px solid #000;
}
.main_image .block p{
margin:10px 0px 0px 10px;
}

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


