@charset "utf-8";
/* CSS Document */
/*Page related styles for you to view*/
#test1, #test2, #test3 {
background-color: #040404;
width: 470px;
height: 350px;
overflow: auto;
margin: 0.3em;
padding: 0.5em;
border: px solid #410000;
/*IE overflow fix, position must be relative or absolute*/
position: relative;
/*if you do not want the outline when focused on firefox and IE
use outline: none;, though not recommended as this may confuse
people who likes to do keyboard navigation */
outline: none;
}

#test4 {
background-color: #040404;
width: 520px;
height: 450px;
overflow: auto;
margin: 0.3em;
padding: 0.5em;
border: px solid #410000;
/*IE overflow fix, position must be relative or absolute*/
position: relative;
/*if you do not want the outline when focused on firefox and IE
use outline: none;, though not recommended as this may confuse
people who likes to do keyboard navigation */
outline: none;
}

#test2 {
	width: 470px;
	right: 0.8em;
	top: 1em;
	background-color: #040404;
	border-width:0;
}

/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.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;
}

.vscrollerbar, .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: 0px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(vscrolle.png) 0px -10px;
width: 15px;
height: 0;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(vscrolle.png);
width: 15px;
height: 0px;
}

.hscrollerbarbeg {
background: url(hscrolle.png) -10px 0px;
height: 0px;
width: auto;
left: 0;
}

.hscrollerbarend {
background-color:#040404;
height: 0px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #040404;
background-image: url(scrollba.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 0px;
background: url(scrollbb.png) -2px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 0px;
width: 7px;
background: url(scrollbb.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(scrollbb.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 0px;
width: 15px;
background: url(scrollbb.png) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(scrolljo.png) 50% 50%;
}

/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */
#test2 .vscrollerbarbeg {
background: url(../Images/scroller2.jpg) 0px -9px;
width: 18px;
height: auto;
}

#test2 .vscrollerbarend {
background: url(../Images/scroller2.jpg);
width: 18px;
height: 9px;
}

#test2 .vscrollerbase {
width: 18px;
background: #040404 none;
}

#test2 .vscrollerbar {
background-color: #040404;
padding: 0px;
}

#test2 .vscrollerbasebeg, #test2 .vscrollerbaseend {
background-image: url(../Images/slider_bg.jpg);
background-position:center;
}
/* Extra sample styles */
#test4 .vscrollerbarbeg {
background: url(../Images/scroller2.jpg) 0px -9px;
width: 18px;
height: auto;
}

#test4 .vscrollerbarend {
background: url(../Images/scroller2.jpg);
width: 18px;
height: 9px;
}

#test4 .vscrollerbase {
width: 18px;
background: #040404 none;
}

#test4 .vscrollerbar {
background-color: #040404;
padding: 0px;
}

#test4 .vscrollerbasebeg, #test2 .vscrollerbaseend {
background-image: url(../Images/slider_bg2.gif);
background-position:center;
}
