/*
 * Bulitka.com - Pages - CSS
 * Created for Victoria Bulitko
 * by Andrey Sokol
 * Copyright 2011
 * All rights reserved.
 */

.bulitka_pages_wrapper{
        width:910px;
        top:15%;
        height:74%;
        margin:0px auto 0px auto ;
        position:relative;
}
.bulitka_pages_wrapper_theatre{
        max-width:920px;
}

.bulitka_pages_content_wrapper{
        position:absolute;
        width:920px;
        height:100%;
        background:transparent url(../img/music/bg.png) repeat top left;
        -moz-border-radius:4px 4px 4px 4px;
        -webkit-border-top-left-radius:4px;
        border-top-left-radius:4px;
        -webkit-border-bottom-left-radius:4px;
        border-bottom-left-radius:4px;
        -webkit-border-top-right-radius:4px;
        -webkit-border-bottom-right-radius:4px;
        border-top-right-radius:4px;
        border-bottom-right-radius:4x;
        padding:8px;
}


#bulitka_pages_content_wrapper .customScrollBox{position:relative; height:100%; overflow:hidden;}
#bulitka_pages_content_wrapper .customScrollBox .container{position:relative;  width:100%; top:0; float:left;}
#bulitka_pages_content_wrapper .customScrollBox .scrollcontent{clear:both; width:99%; }
#bulitka_pages_content_wrapper .dragger_container{height:88%; margin-bottom:50px; right:8px; position:absolute; width:6px;  margin-top:24px;  background:#000; cursor:pointer -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; cursor:s-resize;}
#bulitka_pages_content_wrapper .dragger{height:20%; position:absolute; width:6px;  background:#999; text-align:center; line-height:120px; color:#666; overflow:hidden; cursor:pointer; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
#bulitka_pages_content_wrapper .dragger_pressed{ height:20%; position:absolute; width:7px; margin-left:-1px; background:#999; text-align:center; line-height:120px; color:#666; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}
#bulitka_pages_content_wrapper .scrollUpBtn, #bulitka_pages_content_wrapper .scrollDownBtn{position:absolute; display:inline-block; width:14px; height:15px; margin-right:2px; text-decoration:none; right:0; filter:alpha(opacity=20); -moz-opacity:0.20; -khtml-opacity:0.20; opacity:0.20; }
#bulitka_pages_content_wrapper .scrollUpBtn{top:13px; margin-right:13px; background:url(../img/scroll/mcs_btnUp.png) center center no-repeat;}
#bulitka_pages_content_wrapper .scrollDownBtn{bottom:13px;  margin-right:12px; background:url(../img/scroll/mcs_btnDown.png) center center no-repeat;}
#bulitka_pages_content_wrapper .scrollUpBtn:hover, #bulitka_pages_content_wrapper .scrollDownBtn:hover{filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.60; opacity:0.60;}

