/* CSS Slideshow CJ Noticias */
#slideshow, #pics {  
	margin: 0px;
	padding: 0px;
	height: 181px;
	width: 284px; 
	float:left;
} 
#pics img {  
    padding: 0;  
    border:  0;  
    background-color: #eee;  
    width:  284px; 
    height: 181px; 
    top:  0; 
    left: 0;
	z-index: 1;
} 
#avan, #volt{  
	height: 16px;
	width: 30px;
	margin-right:1px;
	float:right;
	text-align:center;
	background-color:#eee;
	padding:1px;
} 
#sombra {
	position:relative;
	height: 35px;
	width: 284px;
	top: -36px;
	left:0px;
	background-color:#000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	z-index: 2;
}
#slideshow_t {
	position:relative;
	top: -66px;
	left:2px;
	height: 35px;
	width: 284px;
	text-align:center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	z-index:999999;
}
