/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

div#hold1 {                                                                                                                                          
  overflow: auto;
  position: relative;
  width:556px;
  height:422px;
  color:#FFFFFF;
float:left;
padding-left:36px;
/*left:5px;*/
/*top:9px;*/
}

div#homeBlog div#hold1 h2 {
margin:0;
padding:0;
}




div#hold1 a {
font-weight:bold;
margin:0;
padding:0;
text-decoration:none;
}


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

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
visibility: visible !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 24px;
background: transparent url(images/scroll_track.gif) repeat-y 11px center;
}
.vscrollerbar {
width: 24px;
background: transparent url(images/bullet.gif) 9px center no-repeat;
height:8px !important;
cursor:pointer;
}

.vscrollerbar, .hscrollerbar {
/*padding: 15px;*/
z-index: 2;
}
.vscrollerbarbeg {
background: url(images/scroller.gif) -45px -30px no-repeat;
width: 14px;
height: 0px !important;
}
.vscrollerbarend {
background: url(images/scroller.gif) -45px 0px no-repeat;
width: 14px;
height: 0px;
}
.scrollerjogbox {
width: 14px;
height: 14px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(images/scroller_top.gif) 1px 0px no-repeat;
width: 13px;
height: 14px !important;
}
.vscrollerbaseend {
background: url(images/scroller_bot.gif) 1px -2px no-repeat;
height: 14px;
width: 13px;
}

.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -14px;
}
/* Scroll Bar Master Styling Ends Here */
