
#featured-shows {
     
	height:485px;
	background-color: #000000;
	background-image:url(../img/slider.png);

}
.show-info {
    padding-top:10px;
    line-height: 1.25;
    font-size: 14px;
    text-align:center;
}
.show-info a{
   
    font-size: 12px;
}


.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 875px;
    padding: 20px 40px;
}


.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  875px;
   padding-top:30px;
}

.jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-item {
    width: 285px;
}

.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/forest-next.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../img/forest-prev.png);
}


.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/forest-prev.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../img/forest-next.png);
}


.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

