.rslides_container {
	position: relative;
	float: left;
	width: 100%;
	z-index: -1 !important;
}
.rslides_nav {
	display: block;
}
.rslides {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
	z-index: 1;
}
.rslides li {
	width: 100%;
	z-index: -1px;
	position: relative;
}
.rslides li img {
	display: block;
	height: 100%;
	float: left;
	border: 0;
}
.rslides li img.slideimg {
	width: 100%;
	height: 100%;
	
}
.rslides .textbox{
	position: absolute;
	height: 420px;
	width: 420px;
	z-index: 999999;
	background: #000;
	top: -20%;
}
a.prev {
    float: left;
    width: 35px;
    position: absolute;
    top: 39%;
    background: url(../images/left-arrow.png)no-repeat;
    /*border-radius: 50%;*/
    z-index: 999999;
    height: 20px;
    left: 39%;
    font-size: 0px;
	display: block;
}
a.next {
    float: right;
   width: 50px;
    position: absolute;
    top: 39%;
    background: url(../images/right-arrow.png)no-repeat;
   /* border-radius: 50%;*/
    z-index: 999999;
    height: 50px;
    right: 39%;
    font-size: 0px;
	display: block;
}
@media (min-width: 320px) and (max-width: 480px) {
a.next {
    float: right;
    width: 50px;
    position: absolute;
    top: 30%;
    background: url(../images/back-right.jpg) center 12px no-repeat, #fff;
    border-radius: 50%;
    z-index: 999999;
    height: 50px;
    right: -4%;
    font-size: 0px;
}
	a.prev {
    float: left;
    width: 50px;
    position: absolute;
    top: 30%;
    background: url(../images/back.jpg) center 12px no-repeat, #fff;
    border-radius: 50%;
    z-index: 999999;
    height: 50px;
    left: -5%;
    font-size: 0px;
}
}
 