.container {
	float: left;
	border-right:1px solid #DBE1ED;
	width: 99.5%;
	overflow:hidden;
	background:#fff;
}
.container img {
	border: 0;
}
#main {
	padding:0;
	background: #f0f0f0;
	border:0;
}
.container a {
	color: #000;
	text-decoration:none;
}


/*--Main Image Preview--*/
.main_image {
	width: 65%;
	height:251px;
	border-top: 1px solid #DBE1ED;
	border-bottom: 1px solid #DBE1ED;
	float: left;
	text-align:right;
	background: #fff;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	color:#EF1C25;
	margin:0 0 5px;
	font-size:24pt;
	line-height:24pt;
	font-weight:bold;
	letter-spacing:-2px;
}

.main_image small {
	font-size:12pt;
	line-height:14pt;
	font-weight:bold;
	letter-spacing:-1px;
	}

.main_image p {
	margin:5px 0 0;
	font-size:11pt;
	line-height:13pt;
}

.main_image p:hover {
color:#EF1C25;
}

.block small {
	margin:0px;
}
.main_image .desc {
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
	display:none;
}
.main_image .block {
	float:left;
margin:0 0 0 270px;
	width:42%;
	height:225px;
	padding:30px 0 0 0;
	background: transparent;
	text-align:left;
	*/-moz-border-radius:5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;*/
}

.main_image .block:hover {
	background: transparent ;
}

/*
.main_image a.collapse {
	background: url(arquivos/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;
}
*/

/*--Main Thumb Preview--*/
.image_thumb {
	float: left;
	width: 35%;
	background: #eee;
	border-top: 1px solid #DBE1ED;
	
}

.image_thumb small {margin:0; padding:0; font-size:8pt;}
.image_thumb a { color:#333;}

.image_thumb img {
	border: 1px solid #DBE1ED;
	padding: 1px;
	background: #fff;
	float: left;
	margin-right:5px;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li {
	margin: 0;
	padding: 10px;
	background: #E9EEF4;
	width:100%;
		height:42px;
	display:block;
	border-bottom: 1px solid #DBE1ED;
	overflow:hidden;
}
.image_thumb ul li.hover {
	background: #eee;
	cursor: pointer;
}
.image_thumb ul li.active, .image_thumb ul li.active a {
	background:#fff;
	cursor: inherit;
}
html .image_thumb ul li h2 {
	font-size:11pt;
	font-weight:normal;
	margin:0;
	padding:0;
}
.image_thumb ul li .block {
	width:75%;
	float:left;
	padding: 0;
	margin: 0;

}
.image_thumb ul li p {
	display: none;
}

