@charset "utf-8";
/* CSS Document */

/************************************************************************************* SCROLL MOOTOOLS */

#envoltorio_scroller {
	width: 885px;
	height: 394px;
	background: #ffffff;
	margin-top: 15px;
	padding-bottom: 10px;
}

#contenido_scroller {
	width: 885px;
	height: 394px;
	float: left;
	overflow: hidden;
	color: #fff;
}

.text {
	width: 1442px;
}

.vScrollbar {
	float: left;			
}

.hScrollbar {
	clear: both;
	margin-left: 127.5px;
}

.vTrack {
	height: 300px;
	width: 15px;
	position: relative;
	background: #ddd;
	overflow: hidden;			
}

.hTrack {
	float: left;
	height: 11px;
	width: 600px !important;
	position: relative;
	background: url("../images/scroll_fondo.jpg") repeat-x;
	overflow: hidden;
	margin-left: 5px;		
}			

.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 9px;
	width: 15px;
	background: #a4a4a4;
	margin: 1px 0px;
	overflow: hidden;
}

.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 11px;
	width: 10px;
	background: #777;
	overflow: hidden;						
}

.arrowLeft, .arrowRight, .corner {
	float: left;
}

.arrowLeft{
	background: url("../images/scroll_anterior.jpg") no-repeat;
}

.arrowRight{
	background: url("../images/scroll_siguiente.jpg") no-repeat;
	margin-left: 5px;
}

.corner {
	background: #000;
	}				

