/* 30 Sep 2009 */
#movie-clip-gallery{text-align:center; margin-bottom:15px; background:url(../images/gallery-bg.jpg) no-repeat; 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/previous-part.jpg) no-repeat; height:28px; width:28px; 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/next-part.jpg) no-repeat; height:28px; width:28px; display:block; overflow:hidden; text-indent:-500px;}

#gallery-scroll ul{list-style:none;}
#gallery-scroll ul li{float:left; background:url(../images/img-bg.jpg) no-repeat center bottom; width:115px; height:120px; padding:12px 0px; margin:0px 13px;}
#gallery-scroll ul li.up-state{float:left; background:url(../images/img-hover-bg.jpg) no-repeat center bottom; 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 {
/*    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
*/}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 245px;
    padding: 20px 40px;*/
}

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

.jcarousel-skin-tango .jcarousel-clip-horizontal {
/*    width:  245px;
    height: 75px;*/
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.sliderdiv.gallerylist .jcarousel-item
	{
	width:129px;
    height:99px;	
	}
.jcarousel-skin-tango .jcarousel-item {
    width:172px;
    height:119px;
}

.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
 */
.sliderdiv.gallerylist .jcarousel-next-horizontal
	{
	background: transparent url(images/gallery-next-icon.png) no-repeat 0 0;
	width:29px;
	height:27px;
	right:0px;
	top:63px
	}
.jcarousel-next-horizontal {
    position: absolute;
    top:45px;
    right:-50px;
    width:41px;
    height:38px;
    cursor: pointer;
    background: transparent url(images/scroll-rgt-arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position:0px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0px 0;
}

.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;
    background-position:0px 0;
}

.sliderdiv.gallerylist .jcarousel-prev-horizontal
	{
	background: transparent url(images/gallery-prev-icon.png) no-repeat 0 0;	
	width:29px;
	height:27px;
	left:0px;
	top:63px
	}
.jcarousel-prev-horizontal {
    position: absolute;
    top:45px;
    left:-50px;
    width:41px;
    height:38px;
    cursor: pointer;
    background: transparent url(images/scroll-lft-arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position:0px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position:0px 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;
    background-position:0px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom:-30px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
