.shBox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	zoom: 1;
}

.shBox_fdo {
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	zoom: 1;
}

.shBox_cnt {
	top: 20px;
	position: absolute;
	border: solid 6px #FFF;
	border-radius: 10px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-ms-border-radius: 5px;
	zoom: 1;
}
.shBox_cnt * {
	margin: 0;
	padding: 0;
	border: 0;
}
.shBox_cnt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px 5px;
	background: #FFF;
}

.shBox_flechaL, .shBox_flechaR {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 45%;
}
.shBox_flechaL {
	left: -25px;
	background: transparent url(/app/Tren-Peq/carousel_files/flechasL.png) center left no-repeat;
}
.shBox_flechaR {
	right: -25px;
	background: transparent url(/app/Tren-Peq/carousel_files/flechasR.png) center right no-repeat;
}

.shBox_loading {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #000 url(/app/Tren-Peq/carousel_files/loading.gif) center no-repeat;
}
