#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: 9px;
	background-color: #333333;
}
.vscrollerbar {
	width: 9px;
	background-color: #990000;
	cursor: hand;
	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: 420px;
	overflow: auto;
	position: static;
	padding-right: 5px;
	padding-left: 5px;
}
#scroll_espectaculos {

	width: 700px;
	height: 420px;
	overflow: auto;
	position: static;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	color: #ebebeb;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000000;
}
#scroll_logos {
	width: 700px;
	height: 420px;
	overflow: auto;
	position: static;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
}

