#slider_hp {

	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background:transparent;
	position:relative;
	width:839px;
	height:337px;
	overflow:visible;	

}


.wt-rotator a{
	outline:none;
}
.wt-rotator .screen{
	position:relative;
	top:0;
	left:0;
	width:839px;
	height:337px;
	background:#fff;
	overflow:hidden;	
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

.wt-rotator .prev-btn,
.wt-rotator .next-btn{
	position:absolute;
	list-style:none;
	display:block;
	overflow:hidden;
	cursor:pointer;
	background-repeat:no-repeat !important;
	background-position:center !important;
}

.wt-rotator .prev-btn{
	background-image: url(images/prev.png);
	background-position: center center;
	width:60px;
	height: 120px;
	position: absolute;
	top: -208px;
	left: -890px;
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-border-radius: 120px 0px 0px 120px;
	border-radius: 120px 0px 0px 120px;
}
.wt-rotator .prev-btn.button-over{

}
.wt-rotator .next-btn{
background-image: url(images/next.png);
	background-position: center center;
	width:60px;
	height: 120px;
	position: absolute;
	top: -208px;
	left: 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-border-radius: 0px 120px 120px 0px;
	border-radius: 0px 120px 120px 0px;

}
.wt-rotator .next-btn.button-over{
	
}