.texttd{
border-bottom:1px solid #8e2a84;
border-left:1px solid #8e2a84;

}
.bodyk{
background-image: url(/images/private_back.jpg);

}
.arrow_left{

width:16px;height:68; 
background:url(/images/ph_arrows_private_left.png) 0px 0px;background-repeat:no-repeat;float:left;

}

.arrow_right{

width:16px;height:68; 
background:url(/images/ph_arrows_private.png) -0px 0px;background-repeat:no-repeat;float:left;

}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(/gal/images/vscroller_private.png) 0px -15px;
width: 15px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(/gal/images/vscroller_private.png);
width: 15px; height: 10px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(/gal/images/hscroller.png) -10px 0px;
height: 0px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(/gal/images/hscroller.png);
height: 0px; width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase  {
background-color: #D1DDCB;
background-image: url(/gal/images/scrollbaseback_private.png);
}

.hscrollerbase {
background-color: #D1DDCB;
background-image: url(/gal/images/scrollbaseback_h.png);
height:0px;
}

.hscrollerbasebeg {
height: 0px;
background: url(/gal/images/scrollbases_h.png) -25px -2px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 0px; width: 25px;
background: url(/gal/images/scrollbases_h.png) 0px -0px no-repeat;
}

.vscrollerbasebeg {
width: 15px;
background: url(/gal/images/scrollbases_private.png) 0px -25px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 25px; width: 25px;
background: url(/gal/images/scrollbases_private.png) -2px -0px no-repeat;
}

.scrollerjogbox {
width: 0px; height: 0px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(/gal/images/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */



