ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.slider-wrapper{
	background:repeat-x #4f81bd;
	width:950px;
	height:289px;
	margin:0 auto;
	position:relative;
}

.slider {
	width:950px;
	height:289px;
	position:relative;
	z-index:2;
	padding:0px 0px 0px 0px;
}

.items {
	display:none;
}

.pic {position:absolute; }

.banner {
	width:260px;
	height:166px;
	text-align:left;
	padding:5px;
	position:absolute;
	left:680px;
	top:23px;
	z-index:999;
	background:none;

}

.text-2 {display:inline-block; font-size:26px; line-height:1.2em; color:#fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding:0px 0 0 0px;}

.text-3 {font-size:14px; line-height:1.2em; color:#fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding-right:10px;}

.controls {
	position:absolute;
	bottom:41px;
	left:806px;
	z-index:10;
	width:65px;
	height:30px;
}

.controls a {
	color:#fff;
	height:32px;
	width:32px;
	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 {
	position:absolute;
	top:18px;
	right:20px;
	padding:0;
	z-index:999;
}

.pagination li {
	float:left;
	padding:0;
	margin-right:1px;
	background:none;
}
.pagination li:hover {
	background-position:left bottom;
}
.pagination li.current {
	background-position:left bottom;
}
.pagination li a {
	color:#fff;
	font-size:0px;
	line-height:0px;
	display:block;
	width:12px;
	height:12px;
}

.play.paused {
	color:#f00;
}

.progbar{
	display:none;
	background:#ff0;
	width:100%;
	height:10px;
	position:absolute;
	bottom:0px;
	z-index:999;
}

.numStatus{
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	color:#fff;
	z-index:999;
}
.button-3 {display:inline-block; cursor:pointer; text-transform:uppercase; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:1.2em; color:#fffefe; padding:9px 24px 10px 24px; 
	background: #023674; text-decoration:none;
	
	border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;}
.button-3:hover {
	 text-decoration:underline;
	
