
/***********************************************
Styles for the scroll bars added 21/03/2012
***********************************************/

#mcs_container{position:relative; top:0px; margin:0 0 0 00px;height:305px; padding:0 0px; padding-bottom:10px}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:270px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container .customScrollBox .content p.alt{padding:10px 5px; margin:10px 0; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; line-height:19px; color:#999;}
#mcs_container .customScrollBox img{border:5px solid #fff;}
#mcs_container .dragger_container{position:relative; width:11px; border:1px solid #000; height:290px; float:left; margin:0 0 0 27px; background:#6d6e71; cursor:pointer;cursor:s-resize;}
#mcs_container .dragger{position:absolute; width:11px; height:60px; background:#000; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:pointer;}
#mcs_container .dragger_pressed{position:absolute; width:11px; margin-left:0px; height:60px; background:#000; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:s-resize;}
#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn{position:absolute; display:inline-block; width:14px; height:15px; margin-right:0px; text-decoration:none; right:0;}
#mcs_container .scrollUpBtn{bottom:11px; background:url(../gfx/mcs_btnUp.png) center center no-repeat;}
#mcs_container .scrollDownBtn{bottom:0px; background:url(../gfx/mcs_btnDown.png) center center no-repeat;}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=50); -moz-opacity:0.50; -khtml-opacity:0.50; opacity:0.50;}

.fixed-article-scrollable #mcs_container .dragger_container
{
    margin-left:37px;
}
.fixed-article-scrollable #mcs_container
{
    height:350px;
}
.fixed-article-scrollable #mcs_container .dragger_container
{
    height:324px;
}
.article-content #mcs_container .customScrollBox .container
{
    width:374px;
}
.article-content #mcs_container .dragger_container
{
    height:294px;
}
.article-content #mcs_container .scrollUpBtn
{
    bottom:7px;
}
.article-content #mcs_container .scrollDownBtn
{
    bottom:-5px;
}