.scrollbar-vert{
	background-color: #CCCCCC;
	width: 7px;
	float:right;
	margin-right:5px;
}
.handle-vert{
	height: 28px;
	width: 7px;
	background-color:#d00c16;
}

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

#trianguloVArriba{
	background-image: url('/images/chi_viewlet_gadget_restaurantes/trestaurantes1.png');
	display:inline-block;
	width:17px;
	height:7px;
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	z-index:100;
}
#trianguloVAbajo{
	background-image: url('/images/chi_viewlet_gadget_restaurantes/trestaurantes2.png');
	display:inline-block;
	width:17px;
	height:7px;
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	z-index:100;
}

#trianguloHArriba{
	background-image: url('/images/chi_viewlet_gadget_restaurantes/trestaurantesh1.png');
	display:inline-block;
	width:7px;
	height:17px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
#trianguloHAbajo{
	background-image: url('/images/chi_viewlet_gadget_restaurantes/trestaurantesh2.png');
	display:inline-block;
	width:7px;
	height:17px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#wrap{
	margin-left:10px;
}

