.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: #fff;
    cursor: pointer;
	/*
    border: 1px solid #666;
    opacity: 0.33;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
	*/
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 0px;
    top:55px;
	text-indent:-9999px;
	background:url("../image/btn_movie_pre.png") left top no-repeat;
}
.jquery-slider-control-next {
    right: 0px;
    top:55px;
	text-indent:-9999px;
	background:url("../image/btn_movie_next.png") left top no-repeat;
}
.jquery-slider-control-prev:hover  {
	background:url("../image/btn_movie_pre-ovr.png") left top no-repeat;
}
.jquery-slider-control-next:hover {
	background:url("../image/btn_movie_next-ovr.png") left top no-repeat;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left:110px;
    bottom: 0px;
    height: 20px;
	right:180px;
}
.jquery-slider-page {
	overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background:url("../image/2012/btn_movie_cur-off.gif") left top no-repeat;
	cursor: pointer;
    margin:0 3px;
	/*
    opacity: 0.33;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
	*/
}
.jquery-slider-page:hover {
	background:url("../image/2012/btn_movie_cur-on.gif") left top no-repeat;
	/*-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);*/
}
.jquery-slider-page-current {
	background:url("../image/2012/btn_movie_cur-on.gif") left top no-repeat;
    /*opacity: 1;*/
}