/* 30 Sep 2009 */
#movie-clip-gallery{text-align:center; margin-bottom:15px;  /*width:901px; height:243px;*/ position:relative; }
/*#movie-clip-gallery h4{font-size:21px; color:#9c2124; font-weight:normal;}
#movie-clip-gallery h4 span{color:#636363; font-size:15px;}
#gallery-scroll{width:850px; margin:25px auto 0px auto; height:150px;}*/

#gallery-scroll .prev-but{position:absolute; left:5px; top:45%;}
#gallery-scroll .prev-but a{background:url(images/arrow_left.gif) no-repeat; height:55px; width:38px; display:block; overflow:hidden; text-indent:-500px;}

#gallery-scroll .next-but{position:absolute; right:5px; top:45%;}
#gallery-scroll .next-but a{background:url(images/arrow_right.gif) no-repeat; height:55px; width:38px; display:block; overflow:hidden; text-indent:-500px;}

#gallery-scroll ul{list-style:none;}
#gallery-scroll ul li{float:left;  width:115px; height:120px; padding:12px 0px; margin:0px 13px;}
#gallery-scroll ul li.up-state{float:left;  width:137px; height:155px; padding:12px 0px; margin:0px 13px;}
#gallery-scroll ul li img{border:1px solid #cfcfcf; clear:both;}
#gallery-scroll ul li p{font-size:12px; color:#333333; clear:both; margin-top:12px;}


/* my css end */


.jcarousel-skin-tango .jcarousel-container {
   
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    
    padding: 0px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 60px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 160px;
    height: 53px; padding-top:5px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 24px;
    height: 55px;
    cursor: pointer;
    background: transparent url(images/arrow_right.gif) no-repeat 0 0;
	text-align:right;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	

}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 24px;
    height: 55px;
    cursor: pointer;
    background: transparent url(images/arrow_left.gif) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

    
}

