#mycustomscroll {
	width: 375px;
	height: 400px;
	overflow: auto;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-left: 1px dotted #CCCCCC;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: auto;
}

.vscrollerbase {
	text-align: center;
	width: 10px;
	background-image: url(../imagenes/bg_scroll1.jpg);
	background-repeat:  repeat-y;
	background-position: center;
}
.vscrollerbar {
	width: 10px;
	background-color: #999999;
	cursor: hand;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B30100;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B30100;
}
#scrollgaleria {

	width: 180px;
	height: 400px;
	overflow: auto;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	border-left: 1px dotted #CCCCCC;
}
#scroll_tienda {

	width: 380px;
	height: 350px;
	overflow: auto;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-left: 1px dotted #CCCCCC;
}
#scroll_novedades {


	width: 300px;
	height: 200px;
	overflow: auto;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-left: 1px dotted #CCCCCC;
}

