/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#comingsoon-carousel .jcarousel-container {
    position: relative;
	width:400px;
}


#comingsoon-carousel .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 2px 0 0 40px;
    overflow: hidden;
    position: relative;
	width:940px;
	height:150px;
}

#comingsoon-carousel .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#comingsoon-carousel .jcarousel-list li,
#comingsoon-carousel .jcarousel-item {
    display:block;float:left;height:55px;width: 309px;margin:0 5px 0 0;border: 0px solid #a60000;
}

/**
 * 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".
 */
#comingsoon-carousel .jcarousel-next {
    z-index: 3;
    display: none;
}

#comingsoon-carousel .jcarousel-prev {
    z-index: 3;
    display: none;
}


#comingsoon-carousel #mycarousel-prev{display: block;height: 36px;width: 8px;background: url(../images/leftarrow-button.png) no-repeat 0 0;text-indent: -999px;position: absolute;top: 17px;cursor: pointer;left:26px;}
#comingsoon-carousel #mycarousel-next{display: block;height: 36px;width: 8px;background: url(../images/rightarrow-button.png) no-repeat 0 0;text-indent: -999px;position: absolute;top: 17px;left:982px;cursor: pointer;}