/*
 * scroller.css
 * Contiene los estilos de los scrolls del site
 *
 * @package Espai Plantilla Horizontal
 * @subpackage css
 * @author Oscar Iglesias Lopez
 */

.scroll-track{
	width:5px;
 	height:10px;
 	background-color:#191919;
	margin:0px !important;
	padding:0px !important;
}

/*.scroll-track-top {
	width:9px !important;
	height:8px !important;
	background: url(../img/upScroll.gif) left no-repeat;
	margin-top: 550px;
	#margin-top: 0px !important;
	cursor: pointer;
}

.scroll-track-bot {
	width:9px !important;
	height:8px !important;
	background: url(../img/downScroll.gif) left no-repeat;
	margin-top: 5px;
	cursor: pointer;
}*/

.scroll-handle-top {
	width:5px;
 	height:1px;
 	background-color:#BBB;
}

.scroll-handle{
 	width:5px;
 	height:10px;
	margin:0px !important;
	padding:0px !important;
 	background-color:#BBB;
 	cursor:pointer;
}

.scroll-handle-bot {
	width:5px;
 	height:1px;
 	background-color:#BBB;
}
