/* Js MutliScroll Global Styling */

/* Horizontal */
.jsmultiscroll-h{
overflow:hidden;
position:relative;
height:80px;
}
.jsmultiscroll-h .networkHookRoll{
white-space:nowrap;
position:absolute;
top:0px;
display:table-row;
}
.jsmultiscroll-h .networkHookRoll a{
height:80px;
min-width:200px; /* MD: FIX CHROME/WEBKIT BUG */
line-height:80px;
display:table-cell;
vertical-align:middle;
border:1px solid transparent; /*ie7 hack*/
}
.jsmultiscroll-h .networkHookRoll img{
border:none;
margin:0px 25px;
vertical-align:middle;
max-height:80px;
}

/* Vertical */
.jsmultiscroll-v{
overflow:hidden;
position:relative;
height:300px;
}
.jsmultiscroll-v .shortRoll{
width:100%;
position:absolute;
left:0;
}