.scrolldiscos .scrollbar-vert{
	background-color: #7f9593;
	width: 7px;
	float:right;
	margin-right:5px;
}
.scrolldiscos .handle-vert{
	height: 28px;
	width: 7px;
	background-color:#60bcd1;
}

.scrolldiscos .scrollbar-hor{
	background-color: #CCCCCC;
	height: 7px;
	float:left;
}
.scrolldiscos .handle-hor{
	height: 7px;
	width: 28px;
	background-color: #002d70;
}

.scrolldiscos #trianguloVArriba{
	background-image: url('/images/flecha-player-1.png');
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	width:17px;
	height:7px;
	float:right;
	margin-top:5px;
	margin-bottom:5px;
}
.scrolldiscos #trianguloVAbajo{
	background-image: url('/images/flecha-player-2.png');
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	width:17px;
	height:8px;
	float:right;
	margin-top:5px;
	margin-bottom:5px;
}

.scrolldiscos #trianguloHArriba{
	background-image: url('/images/chi_viewlet_gadget_cine/tcinesh1.png');
	display:inline-block;
	width:8px;
	height:17px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.scrolldiscos #trianguloHAbajo{
	background-image: url('/images/chi_viewlet_gadget_cine/tcinesh2.png');
	display:inline-block;
	width:7px;
	height:17px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#wrap_scrolldiscos{
	margin-left:0px;
	display:inline-block;
}

