
/**
 * A simple sample carousel skin.
 *
 * This skin includes a sample arrows.svg file that may be edited with the free
 * illustration application InkScape (http://inkscape.org).
 *
 * CSS and icons by Nathan Haug.
 */

.jcarousel-skin-default {
  text-align: center;
  width: 600px;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
width: 510px;
height: 80px;
padding: 0px 40px;
margin: 0px
}
.jcarousel-skin-default .jcarousel-clip-horizontal {
width: 510px;
overflow: hidden;
}
.jcarousel-skin-default .jcarousel-item {
padding: 0;
width: 160px;
height: 80px;
overflow: hidden;
list-style: none;
}
.jcarousel-skin-default .jcarousel-item-horizontal {
margin: 0px 5px;
}
.jcarousel-skin-default .jcarousel-item-placeholder {
background: #fff url(throbber.gif) no-repeat center center;
color: #000;  
}
/**
 * Buttons
 */
.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
display: block;
width: 32px;
height: 55px;
background: transparent url(nimbo-left.png) no-repeat;  
}
/**
 * Horizontal Buttons
 */
.jcarousel-skin-default .jcarousel-prev-horizontal {
position: absolute;
top: 14px;
left: 3px;
background-position: 0px -81px;
}
.jcarousel-skin-default .jcarousel-prev-horizontal:active,
.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
background-position: 0px -162px;
}
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal{
background-position: 0px 0px;
cursor: default;
}
.jcarousel-skin-default .jcarousel-next-horizontal {
position: absolute;
top: 14px;
right: 3px;
background-position: -30px -81px;
}
.jcarousel-skin-default .jcarousel-next-horizontal:active,
.jcarousel-skin-default .jcarousel-next-horizontal:hover {
 background-position: -30px -162px;
}
.jcarousel-skin-default .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-default .jcarousel-next-disabled-horizontal{
background-position: -30px 0px;
cursor: default;
}