* {
	padding:0;
	margin:0;
}
.slider {
	width:517px;
	height:266px;
	margin:0;

}

.slider img{
min-width:517px;

}

.items {display:none;}
.pic {height:266px !important;}
.controls {
	position:absolute;
	top:114px;
	left:11px;
	z-index:600;
	width:910px;
	height:47px;
	background:none;
	text-align:center;

}

.controls a {
	color:#fff;
	float:left;
	margin-right:0px;}

a.prev {
	display:block;
	height:48px;
	width:42px;
	background:url(../images/left_arr.png) no-repeat;
	position:relative;
	cursor:pointer;
	z-index: 9999;
	top: 135px;
	left: 16px;
	float:left;
}
.controls a.prev:hover {
	background:url(../images/prev.png) 0 -47px no-repeat;
}

a.next {
	display:block;
	height:48px;
	width:43px;
	background:url(../images/right_arr.png) no-repeat;
	position:relative;
	cursor:pointer;
	z-index: 9999;
	top: 135px;
	right: 17px;
	float: right;
}

.controls a.next:hover {
	background:url(../images/next.png) 0 -47px no-repeat;
}

.slider .pagination {
	list-style:none;
	position:absolute;
	bottom:5px;
	left:408px;
	z-index:9999;
}
.slider .pagination li {
	float:left;
	width:17px;
	height:17px;
	padding:0;
	margin-right:2px;
	background:url(../images/bull.png) 0 0 no-repeat;
}
.slider .pagination li:hover {
	background:url(../images/bull.png) 0 -17px no-repeat;
}
.slider .pagination li.current {
	background:url(../images/bull.png) 0 -17p
}
.slider div {
-webkit-border-top-right-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-radius-topright:20px;-moz-border-radius-bottomright:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;
}

