#content {
	overflow: hidden;
	width: 637px;
	margin: 0 auto;
	position: relative;
}

.container {
	overflow: hidden;
	width: 637px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#main {
	padding:0;
	margin-bottom:15px;
}
a {color: #333;}

/*--Main Image Preview--*/
.main_image {
	width: 635px;
	height: 301px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
}
.main_image h2 {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color:#F90;
}
.main_image p {
	font-size: 1.2em;
	padding: 0;	margin: 0;
	line-height: 1.4em;
	font-weight: normal;
}
.block p { 
	padding: 10px;
	margin: 0;
	font-size: 14px;
	color: #FFF;
}
.main_image .desc{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	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;*/
	/*clear:both;*/
	width: 637px;
	z-index: 1000;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	width: 158px;
	height: 61px;
	background: url(/disenyos/general/disen_2.jpg) 0px -433px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 5px 0 0 0;
	color:#ffffff;
}
.image_thumb ul li small {
	padding: 0 20px 0 0;
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
	color:#222255;
	background:#d1d6f3;
}
.image_thumb ul li.active {
	background: #fff;
	color:#222255;
	cursor: default;
}
.image_thumb ul li.active small {
	color: #000;
	font-size: 12px;
	line-height: 12px;
}
html .image_thumb ul li h2 {
	font-size: 14px; 
	margin: 3px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	line-height: 16px;
	font-size: 11px;
	padding: 0;
	width: 120px;
}	
.image_thumb ul li p{display: none;}