/* CSS Slideshow CJ Noticias */
#slideshow, #pics {  
	margin: 0px;
	padding: 0px;
	height: 248px;
	width: 300px; 
	float:center;
} 
#pics img {  
    padding: 0;  
    border:  0;  
    background-color: #eee;  
    width:  300px; 
    height: 248px; 
	z-index: 1;
} 
#avan, #volt{  
	height: 16px;
	width: 300px;
	margin-right:1px;
	float:center;
	left:0px;
	text-align:center;
	background-color:#eee;
	padding:1px;
} 
#sombra {
	position:relative;
	height: 35px;
	width: 300px;
	top: -36px;
	left:0px;
	background-color:#81C027;
	filter: alpha(opacity=50);

	-moz-opacity: 0.50;
	z-index: 2;
	visibility: visible;
}
#slideshow_t {
	position:relative;
	top: -66px;
	left:2px;
	height: 35px;
	width: 300px;
	text-align:center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	z-index:999999;
}

