/* @override http://www.rocaeditorial.com/cont/css/scroll.js */

.makeScroll {
	width: 670px;
	height: 300px;
}

.scroll-track-top {
	height: 6px;
	width: 12px;
	background-image: url('http://terciopelo.net/cont/img/scroll_track_top.png');
}

.scroll-track-bot {
	height: 6px;
	width: 12px;
	background-image: url('http://terciopelo.net/cont/img/scroll_track_bot.png');
}

.scroll-track {
	height: 6px;
	width: 12px;
	
	background-image: url('http://terciopelo.net/cont/img/scroll_track_bg.png');
}

.scroll-handle {
	height: 60px;
	width: 12px;
	margin: 0px 0px 0px 0px;
	background-image: url('http://terciopelo.net/cont/img/scroll_handle_mid.png');
	cursor: pointer;
}

.scroll-handle-top {
	height: 6px;
	width: 12px;
	margin: 0px 0px 0px 0px;
	background-image: url('http://terciopelo.net/cont/img/scroll_handle_top.png');
	background-repeat: repeat;
	cursor: pointer;
}

.scroll-handle-bot {
	height: 6px;
	width: 12px;
	margin: 0px 0px 0px 0px;
	background-image: url('http://terciopelo.net/cont/img/scroll_handle_bot.png');
	background-repeat: repeat;
	cursor: pointer;
}