.aprof-simple-slider-block {
	position:relative;
}
.aprof-simple-slider{
	margin:0 0 25px 0;
	position:relative;
	overflow:visible!important;
}
.aprof-simple-slider-wraper {
	overflow:hidden;
	position:relative;
}
.aprof-simple-slider  ul {
	list-style:none!important;
	width:1000000px!important;
	overflow:hidden!important;
	padding:0!important;
	margin:0!important;
	position:relative;
}
.aprof-simple-slider  ul li {
	float:left;
	margin:0 15px 0 0!important;
	text-align:center;
	text-indent:0!important;
}
.aprof-simple-slider ul li:before {
	content:""!important;
}
.aprof-simple-slider-larr,.aprof-slider-image-larr {
    background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
    height: 42px;
    left: -24px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 60;
}
.aprof-simple-slider-rarr,.aprof-slider-image-rarr {
    background: url("images/arrows.png") no-repeat scroll -20px 0 transparent;
    height: 42px;
    margin-top: -21px;
    position: absolute;
    right: -24px;
    top: 50%;
    width: 20px;
    z-index: 60;
}