* {
	padding:0;
	margin:0;
}
.slider-top {
	width:960px;
	height:400px;
	margin:0 auto;
	position:relative;
	border:1px solid #fff;
	background: url(../img/slider-top.gif) 0 0 repeat-x #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.06);
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.06);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.06);
}
.slider-bottom {background:url(../img/slider-bottom.gif) 0 bottom repeat-x; position:relative;}
.slider-left {background:url(../img/slider-left.gif) left 0 repeat-y; position:relative;}
.slider-right {background:url(../img/slider-right.gif) right 0 repeat-y; position:relative;}
.slider-top-left {background:url(../img/slider-top-left.gif) 0 0 no-repeat; position:relative;}
.slider-top-right {background:url(../img/slider-top-right.gif) right 0 no-repeat; position:relative;}
.slider-bottom-left {background:url(../img/slider-bottom-left.gif) 0 bottom no-repeat; position:relative; padding:20px 20px 11px 20px;}
.slider-bottom-right {background:url(../img/slider-bottom-right.gif) right bottom no-repeat; position:relative;}

.slider {
	width:899px;
	height:380px;
	position:relative;
	background: none;
	padding:0px;
}

.banner {
	width:219px;
	height:355px;
	padding:128px 22px 0 39px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:999;
	background:url(../img/bg-banner.png) 0 0 no-repeat;
	font-size:12px;
	line-height:20px;
	color:#999999;
}


.items {
	/*display:none;*/
}	
.pagination {
	position:absolute;
	bottom:0px;
	left:357px;
	padding:0;
	z-index:999;
}

.pagination li {
	float:left;
	padding:0;
	margin-right:3px;
	background:url(../img/pagination.png) left top no-repeat;
}
.pagination li:hover {
	background-position:left bottom;
}
.pagination li.current {
	background-position:left bottom;
}
.pagination li a {
	font-size:0px;
	line-height:0px;
	display:block;
	width:34px;
	height:34px;
}

.play.paused {
	color:#f00;
}

.progbar{
	display:none;
}

.numStatus{
	display:none;
}
