* {
	padding:0;
	margin:0;
}
.slider {
	width: 709px;
	height: 493px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: none;
	padding: 0px 0 0 231px;
	margin-top: -103px;
}


.items {
	display:none;
}

.banner {
	width:415px;
	min-height:100px;
	padding: 0;
	position:absolute;
	left:-580px;
	top:198px;
	z-index:9998;
	text-align:left;
}

.text-2 {font-size:36px; display:block; line-height:1.2em; color:#333333; padding:0px; letter-spacing:-1px;}
.text-3 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:29px; display:inline-block; line-height:1.2em; color:#fff; padding:0px 16px 7px 16px; margin-top:2px; background:#e33101;}


.num-status {
	position:absolute;
	bottom:60px;
	right:4px;
	z-index:999;
	width:120px;
	height:30px;
	padding:11px 0 0 0;
	text-align:center;
	color:#000;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	background:url(../images/bg-controls.png) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

.controls {
	position:absolute;
	bottom:12px;
	right:4px;
	z-index:10;
	width:78px;
	height:30px;
	padding: 11px 20px 0 22px;
}

.controls a {
	color:#fff;
	height:16px;
	width:11px;
	background:url(../images/controls.png) left top no-repeat;
	}

.controls a.prev {
	display:block;
	float:left;
	text-indent:-5000px;
	background:url(../images/controls.png) left top no-repeat;
	position:relative;
}
.controls a.prev:hover {
	background-position:left bottom;
}

.controls a.next {
	display:block;
	float:right;
	text-indent:-5000px;
	background-position:right top;
	position:relative;
}

.controls a.next:hover {
	background-position:right bottom;
}

.pagination {
	display:none;
	position:absolute;
	bottom:35px;
	left:516px;
	padding:0;
	z-index:999;
}

.pagination li {
	float:left;
	padding:0;
	margin-left:2px;
	background:none;
	display:none;
}
.pagination li:hover {
	background-position:right top;
}
.pagination li.current {
	background-position:right top;
}
.pagination li a {
	color:#fff;
	font-size:0px;
	line-height:0px;
	display:block;
	width:25px;
	height:25px;
}

.play.paused {
	color:#f00;
}

.progbar{
	display:none;
	background:#ff0;
	width:100%;
	height:10px;
	position:absolute;
	bottom:20px;
	z-index:999;
}

.numStatus{
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	color:#fff;
	z-index:999;
}

	
