/***************************************************** SCROLL UNDANET *****************************************************/
.contentScrollbar {  
	display:inline;
	text-align:justify;
    height:300px;
    left:30px;
    overflow:hidden;
    position:absolute;
    top:130px;
    width:680px;
}

.vScrollbar {
	background-color:#ffffff;
	height:300px;
	left:730px;
	position:absolute;
	top:130px;
	visibility:visible;
	width:14px;
}

.hScrollbar {
	visibility: hidden;  /*No tenemos horizontal*/
}

.vTrack {
	left:0px;
	position:absolute;
	top:0;
	width:14px;
}

.vThumb {
	background-color:#638dcc;
	cursor:pointer;
	left:0;
	position:absolute;
	top:36px;
	width:14px;
}


.arrowUp, .arrowDown {
	height: 24px;  /*Le doy mas ancho y mas alto pq los botones son muy pequeños para clickar*/
	width: 33px;
	overflow: hidden;
	cursor:pointer;
	position:relative;
}

.arrowUp img{
	position:relative;
	margin-top:0px;
	margin-left:0px;
}


.arrowDown img{
	position:relative;
	margin-top:0px;
	margin-left:0px;
}

.arrowUp{
    top:20px;
}

.arrowDown {
	top:48px;
}