@charset "utf-8";

/* content */
#sequences-scroll, #diaporama-scroll, #frame-height{position:relative; top:0px; margin:0px; width:420px; padding:0;}

#frame-height{width: auto;text-align:center; height:342px;}
#diaporama-scroll{height:350px;width:320px;}
#sequences-scroll{width:290px;height:94px;}
#resume-scroll{width:340px;margin:10px 20px 0 0px; height:auto; padding:0; position:relative;left:30px; top:0px; float:left; }
#tabs-producteur-scroll{width:560px;height:200px;top:0px;}

/*DRAGGER*/
#frame-height .dragger_container{height:342px;}
#diaporama-scroll .dragger_container{height:350px;}
#sequences-scroll .dragger_container{height:94px;}
#resume-scroll .dragger_container{height:240px;}
#tabs-producteur-scroll .dragger_container{height:200px;}

/*CONTAINER*/
#frame-height .customScrollBox .container{/*width:390px*/float:none;}
#diaporama-scroll .customScrollBox .container{ width:300px; }
#sequences-scroll .customScrollBox .container{width:275px; }
#tabs-producteur-scroll .customScrollBox .container{width:545px;}
#resume-scroll .customScrollBox .container{width:320px;}
 

/*COMMUN*/
.scroller .customScrollBox .container{top:0; float:left;position:relative;}

.scroller .customScrollBox{position:relative; height:100%; overflow:hidden;}

.scroller .content{clear:both;}
.scroller .dragger_container{
     position:relative; width:2px; 
     margin:0px 0 0 10px; background:#b1b0b0; cursor:pointer; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; cursor:pointer;
     float:left;
}


.scroller .dragger_pressed ,.scroller .dragger
{position:absolute; width:6px; margin-left:-2px; height:40px; background:#919191; text-align:center; line-height:60px; color:#919191; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:pointer;}

.scroller .scrollUpBtn,.scroller .scrollDownBtn
{position:absolute; display:inline-block; width:14px; height:15px; margin-right:12px; text-decoration:none; right:0; filter:alpha(opacity=20); -moz-opacity:0.20; -khtml-opacity:0.20; opacity:0.20;}

.scroller .scrollUpBtn{top:16px; background:url(../img/mcs_btnUp.png) center center no-repeat;}
.scroller .scrollDownBtn{bottom:12px; background:url(../img/mcs_btnDown.png) center center no-repeat;}
.scroller .scrollUpBtn:hover,.scroller .scrollDownBtn:hover{filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.60; opacity:0.60;}

