/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/
.jcarousel-container{position:relative;}
.jcarousel-clip{z-index:2;padding:0;margin:0;overflow:hidden;position:relative;}
.jcarousel-list{z-index:1;overflow:hidden;position:relative;top:0;left:0;margin:0;padding:0;}
.jcarousel-item{float:left;list-style:none;}
/**
* The buttons are added dynamically by jCarousel before
* the <ul> list (inside the <div> described above) and
* have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next{z-index:3;display:none;}
.jcarousel-prev{z-index:3;display:none;}
.jcarousel-skin-mml.jcarousel-container{-moz-border-radius:0;}
.jcarousel-skin-mml.jcarousel-container-horizontal{width:710px;height:60px;position:relative;}
.jcarousel-skin-mml.jcarousel-container-vertical{width:190px;height:854px;padding:0px;}
.jcarousel-skin-mml .jcarousel-clip-horizontal{width:650px;height:60px;margin-left:30px;}
.jcarousel-skin-mml .jcarousel-clip-vertical{width:190px;height:858px;position:absolute;top:25px;}
.jcarousel-skin-mml .jcarousel-item{height:60px;width:155px;text-align:center;}
.jcarousel-skin-mml .jcarousel-item-horizontal{margin-right:10px;}
.jcarousel-skin-mml .jcarousel-item-vertical{margin-bottom:10px;}
.jcarousel-skin-mml .jcarousel-item-placeholder{background:#fff;color:#000;}
/**
* Horizontal Buttons
*/
.jcarousel-skin-mml .jcarousel-next-horizontal,
.jcarousel-skin-mml .jcarousel-next-disabled-horizontal{position:absolute;right:0px;width:30px;height:60px;cursor:pointer;background:#d6631c url(../images/arrowright.png) no-repeat center center;}
.jcarousel-skin-mml .jcarousel-next-horizontal:hover,
.jcarousel-skin-mml .jcarousel-next-horizontal:active,
.jcarousel-skin-mml .jcarousel-next-disabled-horizontal,
.jcarousel-skin-mml .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-mml .jcarousel-next-disabled-horizontal:active{cursor:pointer;}
.jcarousel-skin-mml .jcarousel-pre-disabled-horizontal,
.jcarousel-skin-mml .jcarousel-prev-horizontal{position:absolute;left:0px;width:30px;height:60px;cursor:pointer;background:#d6631c url(../images/arrowleft.png) no-repeat center center;}
.jcarousel-skin-mml .jcarousel-pre-disabled-horizontal:hover,
.jcarousel-skin-mml .jcarousel-pre-disabled-horizontal:active,
.jcarousel-skin-mml .jcarousel-prev-horizontal:hover,
.jcarousel-skin-mml .jcarousel-prev-horizontal:active{cursor:pointer;}