#scrollbar_container {
position:relative;
width:255px;
}

#scrollbar_track {
position:absolute;
top:0px;
right:-30px;
height:100%;
width:10px;
background-color:transparent;
cursor:move;
}

#scrollbar_handle {
width:10px;
background-color:#e0b353;
cursor:move;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
opacity:0.8;
   -moz-opacity:0.8;
}

#scrollbar_content {
overflow:hidden;
width:260px;
height:243px;
}


#scrollbar_content2 {
overflow:hidden;
width:260px;
height:243px;
}

#scrollbar_track2 {
position:absolute;
top:0px;
right:-30px;
height:100%;
width:10px;
background-color:transparent;
cursor:move;
}


/* scroll three  main video*/


#scrollbar_container3 {
position:relative;
width:305px;
}

#scrollbar_track3 {
position:absolute;
top:0px;
right:-30px;
height:100%;
width:10px;
background-color:transparent;
cursor:move;
}

#scrollbar_handle3 {
width:10px;
background-color:#e0b353;
cursor:move;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
opacity:0.8;
   -moz-opacity:0.8;
}

#scrollbar_content3 {
overflow:hidden;
width:310px;
height:288px;
}

/* End scroll three  main video*/


#scrollbar_container4 {
position:relative;
width:255px;
}

#scrollbar_track4 {
position:absolute;
top:0px;
right:-30px;
height:100%;
width:10px;
background-color:transparent;
cursor:move;
}

#scrollbar_handle4 {
width:10px;
background-color:#e0b353;
cursor:move;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
opacity:0.8;
   -moz-opacity:0.8;
}

#scrollbar_content4 {
overflow:hidden;
width:260px;
height:90px;
}



