@charset "utf-8";
/* Используем шрифты из коллекции google font api */
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=cyrillic,latin);
/* Блок №1 */
/* Блок №5 */
#mcs5_container{position:absolute;  width:100%; height:100%; }
#mcs5_container .customScrollBox{position:relative; width:100%; overflow:hidden;}
#mcs5_container .customScrollBox .horWrapper{position:relative; left:0;}
#mcs5_container .customScrollBox .container{position:relative; left:0; display:inline-block; *display:inline;}
#mcs5_container .customScrollBox .content{clear:both;}
#mcs5_container .customScrollBox .content p{padding:5px; margin:0 5px;}
#mcs5_container .customScrollBox .content p img{margin-right:5px;}
#mcs5_container .dragger_container{position:relative; height:0px; width:380px; border-top:1px solid #d4d4d4; position:absolute; z-index:1000; bottom:83; left:200;}
#mcs5_container .dragger{position:absolute; width:60px; height:30px; background:url(mcsDragger.png) no-repeat; margin-top:-16px;}
#mcs5_container .dragger_pressed{position:absolute; width:60px; height:30px; background:url(mcsDragger.png) no-repeat; margin-top:-16px;}
#mcs5_container .scrollUpBtn,#mcs5_container .scrollDownBtn{position:absolute; top:0; display:inline-block; font-family:Arial,Helvetica,sans-serif; font-size:large; font-weight:normal; color:#C30; margin:8px 5px 0 10px; text-decoration:none;}
#mcs5_container .scrollUpBtn:hover,#mcs5_container .scrollDownBtn:hover{color:#fff;}