/* Martijn Himpers | Easyconcepts.com | 2009 */


#scrollbar_style_block {
	width: 100%;
	height: 300px;
	overflow: auto;
	position: relative;

	//margin: 0.3em auto;
	padding: 0px;

}

#scrollbar_style_index {

	width: 100%;
	//height: 300px;
	overflow: auto;
	
	position: relative;
	background-color: #EBEBEB;
	//margin: 0.3em auto;
	padding: 5px;

}


.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background-color:#EBEBEB;
}
.vscrollerbar {
width: 15px;
background-color:#D0D0D0;
}
.hscrollerbase {
height: 15px;
background-color:#EBEBEB;
}
.hscrollerbar {
height: 15px;
background-color:#D0D0D0;
}
.vscrollerbar, .hscrollerbar {
padding: 15px;
z-index: 2;
}
.vscrollerbarbeg {
background-color:#EBEBEB;
width: 15px;
height: 1px !important;
}
.vscrollerbarend {
background-color:#EBEBEB;
width: 15px;
height: 1px;
}
.hscrollerbarbeg {
background-color:#FF0000;
height: 15px;
width: 15px !important;
}
.hscrollerbarend {
background-color:#FF0000;
height: 15px;
width: 15px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color:#FF0000;
}
.vscrollerbasebeg {
/* top button */
background-color:#D0D0D0;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
/* bottom button */
background-color:#D0D0D0;
height: 15px;
width: 15px;
}
.hscrollerbasebeg {
background-color:#D0D0D0;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background-color:#D0D0D0;
}
.scrollerjogbox:hover {
background-color:#D0D0D0;
}
/* Scroll Bar Master Styling Ends Here */

