	#page {
	margin: 0 auto;
	padding-left:33px;
			}
.jcarousel-scope {
    position: relative;
    width: 482px; height: 130px;
    background:url(../images/bg-carousel.jpg);
	background-repeat:no-repeat;
	}

 
.jcarousel-list {
    overflow: hidden;
    margin: 0; padding: 0;
}

#content .jcarousel-list li {
    float: left;
    list-style: none;
    margin: 0 !important; padding: 0 !important;
}

.jcarousel-list li a {
	float: left;
	margin: 0 !important; padding-top: 10px ;
	padding-left: 0px ;
	background: url(../images/bg-carousel-item.gif) no-repeat 0 0;
	}

.jcarousel-list li a:hover {
	background-position: 0 -179px;
	}

	#mycarousel li img {
		width: 188px;
		height: 114px;
		padding-left:7px;
		}
.jcarousel-next {
    position: absolute;
    top: 88px;
    right: -17px;
    width: 33px;
    height: 28px;
    cursor: pointer;
	border: none;
	background: url(../images/btn-carousel-right.jpg) no-repeat 0 0;
	text-indent: -3000px;
}

.jcarousel-next:hover,
.jcarousel-prev:hover {
	background-position: 0 -32px;
	}

.jcarousel-next-disabled,
.jcarousel-next-disabled:hover {
    cursor: default;
	background: url(../images/btn-carousel-right.jpg) no-repeat 0 -61px;
}

.jcarousel-prev {

    position: absolute;
    top: 88px;
    left: -14px;
    width: 33px;
    height: 28px;
    cursor: pointer;
	border: none;
	background: url(../images/btn-carousel-left.jpg) 0 0;
	text-indent: -3000px;
}

.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover {
    cursor: default;
	background: url(../images/btn-carousel-left.jpg) no-repeat 0 -61px;
}

