 

 
 

.container {
	overflow: hidden;
	width: 500px;
	border:#F9F9F9 2px solid;
	
}
 
.container a{
color:#FFFFFF;

} 
 
 
/*--Main Image Preview--*/
.main_image {
	width: 250px;
	height: 163px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-repeat: no-repeat;
}
 
.block small { 
	
	background: url(zonaTEST/icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.block h2{
font-size:12px;
}
.block a{
text-decoration:none;
}
.main_image .block small {margin-left: 2px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	 
	 
	font-size:10px;
}
.main_image a.collapse {
	 
	height: 20px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 
 
 
.image_thumb {
	float: left;
	width: 250px;
	background-color:#03557D;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-width:1px;
	color: #FFFFFF;
	
}
 
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	padding:5px 3px;
	height:30px;
	width: 250px;
	float: left;
}
 
.image_thumb ul li.hover {
	background-image:url(../img/bue_noticias_roll.jpg);
	cursor: pointer;
	font-weight:bold;
}
.image_thumb ul li.active {
background-image:url(../img/bue_noticias_roll.jpg);
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 10px;
	
	 
}
.image_thumb ul li .block {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 230px;
	font-size: 90%;
}	
.image_thumb ul li p{display: none;}
 

