﻿/* Scroll Bar Master Styling Starts Here */

#homescroll1 {
	width:179px;
}
#homescroll2 {
	width:172px;
}
#homescroll3 {
	width:175px;
}

#homescroll1, #homescroll2, #homescroll3 {
	height: 200px;
	overflow: auto;
	position: relative;
	margin:0 5px 0 5px;
	padding:0 0 0 0;
	text-align:left;
}

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px !important;
}

.vscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 16px 0 16px 0;
z-index: 2;
}

.hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 0 16px 0 16px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/scroll/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scroll/vscroller.png);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(../images/scroll/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(../images/scroll/hscroller.png);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase {
	background-image: url(../images/scroll/scrollbaseback.png);
}
.hscrollerbase {
	background-image: url(../images/scroll/scrollbaseback_hz.png);
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
width: 15px;
background: url(../images/scroll/scrollbase_hleft.png) 0px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 15px;
background: url(../images/scroll/scrollbase_hright.png) 0px 0px no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(../images/scroll/scrollbase_vtop.png) 0 0px no-repeat;
}

.vscrollerbaseend {
height: 16px;
width: 15px;
background: url(../images/scroll/scrollbase_vbot.png) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: #FFF url(../images/scroll/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
