#scrollbar_container {
	position:relative;
	width:630px;
	height:434px;
	padding:0px 0px 0px 0px;	
}

#scrollbar_track {
	position:absolute;
	top:45px;
	right:0px;
	height:374px;
	width:13px;
	background:transparent url('../img/lineaScroll.jpg') repeat-y center;
	cursor:move;
}

#scroll_arriba img, #scroll_abajo img {border-width:0px;}

#scroll_arriba {position:absolute; top:30px; right:0px;}
#scroll_abajo {position:absolute; top:421px; right:0px;}

#scrollbar_handle {
	width:13px;
	height:80px;
	background-color:#0068a6;
	cursor:move;
}

#scrollbar_handle .arriba			{width:13px; background:transparent url('../img/scrollArriba.jpg') no-repeat left top; padding-top:5px;}
#scrollbar_handle .arriba .abajo	{width:13px; background:transparent url('../img/scrollAbajo.jpg') no-repeat left bottom; height:75px;}

#scrollbar_content {
	overflow:hidden;	
	width:600px;
	height:410px;
	padding:0px;
	margin:0px;
}