* {
	padding:0;
	margin:0;
}
.slider {
	width:950px;
	position:absolute;
	top:0px;
	left:5px;
	padding:0px;
	height:750px;
	margin:0;
	padding:0;
}
.items {
	display:none;
}
.play.paused {
	color:#f00;
}
.banner {
	background:none;
	width:355px;
	height:398px;
	position:absolute;
	left:10px;
	top:0px;
	font-size:14px;
	line-height:24px;
	color:#808080;
	z-index:99;
	padding:66px 0 0 0;
}

.banner h2.text-1 {font-size:48px; color:#ffbf0e; line-height:1.2em; text-transform:uppercase; font-family: 'PT Sans Narrow', arial, serif;}
.banner h2.text-2 {font-size:29px; color:#171717; line-height:1.2em; text-transform:uppercase; margin:-5px 0 0 0; font-family: 'PT Sans Narrow', arial, serif;}
.banner h2.text-3 {font-size:27px; color:#abaaaa; line-height:1.2em; text-transform:uppercase; margin-bottom:10px; font-family: 'PT Sans Narrow', arial, serif;}

.pagination {
	position:absolute;
	padding:0 0 0 3px;
	bottom:25px;
	left:3px;
	z-index:999;
	width:78px;
	height:34px;
}
.pagination li {
	display:inline;
	width:20px;
	height:20px;
	margin-left:1px;
}
.pagination li a {
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/pagination.png) -21px 0 no-repeat;
}
.pagination li a:hover {background:url(../images/pagination.png) 0 0 no-repeat;}
.pagination li.current a {
	margin:0;
	cursor:default;
	width:20px;
	height:20px;
	background:url(../images/pagination.png) 0 0 no-repeat;
}

.prev {background:url(../images/prev.png) 0 0 no-repeat; width:30px; height:30px; position:absolute; z-index:199; bottom:5px; right:134px;}
.prev:hover {background:url(../images/prev.png) 0 -30px no-repeat;}

.next {background:url(../images/next.png) 0 0 no-repeat; width:30px; height:30px; position:absolute; z-index:199; bottom:5px; right:9px;}
.next:hover {background:url(../images/next.png) 0 -30px no-repeat;}