
/*Facescroll*/
.scrollbar{
	background: url(http://rectanguloenelojo.cl/imagenes/portada/background-gallery.png);
	height:320px;
	padding:10px 4px 8px 24px;
	margin:0 0 8px;
	resize:none;
	moz-resize: none;  
	-webkit-resize: none;  
	overflow:scroll;
	position:relative;
	z-index:0;
}
.alt-scroll-content{ padding-right:30px;}
.styled-v-bar{ /* sample CSS class for a different vertical scrollbar look */
	background:	url(http://rectanguloenelojo.cl/js/jquery/facescroll/custom-scroll-bar.png) center top no-repeat;
	width: 10px;
	margin-right: 0;
	margin-bottom: 4px;
}

.styled-v-bar ins{ /* Style for the "ins" inner element, or bottom of the scrollbar */ 
	display: block;
	background:	url(http://rectanguloenelojo.cl/js/jquery/facescroll/custom-scroll-bar.png) center bottom no-repeat;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 100%;
}