* {
	padding:0;
	margin:0;
}
.slider-wrapper{
	background:none;
	width:946px;
	height:378px;
	margin:0 auto;
	position:relative;
}

.slider {
	width:946px;
	height:378px;
	position:relative;
	z-index:2;
	padding:0px 0px 0px 0px;
}

.items {
	display:none;
}

.pic-bg {position:absolute; left:296px; width:651px; height:376px; background:#fff; border:1px solid #d2d4d5;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;}

.pic {position:absolute; left:300px; top:4px;}

.banner {
	width:273px;
	height:270px;
	color:#565555;
	text-align:left;
	padding: 0px 0 0px 10px;
	position:absolute;
	left:0px;
	top:30px;
	z-index:999;
	background:none;

}

.text-5 {display:block; letter-spacing:-3px; cursor:pointer; font-size:48px; line-height:1.2em; color:#000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; padding:0px 0 0 0px; text-transform:uppercase; margin:0px 0 6px 0;}
.text-5 .bot {display:block; margin-top:-9px;}
.text-5 .f-s {font-size:43px; margin-bottom:-9px; margin-top:2px;}
.text-5 .f-s1 {font-size:43px;}

.button-2 {cursor:pointer; display:inline-block; letter-spacing:-1px; font-size:16px; line-height:1.2em; color:#fff; padding:13px 15px 13px 15px; text-align:center; text-transform:uppercase; font-weight:bold;
	background: #ff9700;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9700), to(#ff6d00));
	background: -moz-linear-gradient(#ff9700, #ff6d00);
	background: linear-gradient(#ff9700, #ff6d00);
	-pie-background: linear-gradient(#ff9700, #ff6d00);
	background-image: -o-linear-gradient(#ff9700, #ff6d00);
	border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
}
.button-2:hover {background: #ff6d00;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6d00), to(#ff9500));
	background: -moz-linear-gradient(#ff6d00, #ff9500);
	background: linear-gradient(#ff6d00, #ff9500);
	-pie-background: linear-gradient(#ff6d00, #ff9500);
	background-image: -o-linear-gradient(#ff6d00, #ff9500);}


.controls {
	position:absolute;
	bottom:0px;
	left:11px;
	z-index:10;
	width:159px;
	height:53px;
}

.controls a {
	color:#fff;
	height:53px;
	width:77px;
	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:20px;
	z-index:999;
}

.numStatus{
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	color:#fff;
	z-index:999;
}
