/*! http://responsiveslides.com v1.54 by @viljamis */



.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }



a.rslides_nav{
top: 45%;
position: absolute;
z-index:100;
width:35px;
height:122px;
opacity:0;
}
a.rslides_nav:hover{
width:60px;
height:120px;
opacity:1!important;
}
/*
a.rslides_nav.prev:after{
content:'';
display:block;
background:url('leftarrow.png') no-repeat 2px center;
background-size:70% auto;
width:100%;
height:100%;	
}
*/
a.rslides_nav.prev{
left: 0%;
background:url('leftarrowbg.png') no-repeat;
background-size:100% auto;
}
a.rslides_nav.prev:hover:after{
background:url('leftarrowhover.png') no-repeat 12px center;
background-size:40% auto;
}
/*
a.rslides_nav.prev:hover{
background-image:url('leftarrowhoverbg.png');
}
*/
a.rslides_nav.prev.hoverstate:after{
	background-size:40% auto;
	background-position:12px center;
}
a.rslides_nav.prev.hoverstate{
background-image:url('leftarrowhoverbgwhite.png');
width:60px;
height:120px;
opacity:1!important;
}
/*
a.rslides_nav.next:after{
content:'';
display:block;
background:url('rightarrow.png') no-repeat 10px center;
background-size:70% auto;
width:100%;
height:100%;
}
*/
a.rslides_nav.next{
right: 0px;
background:url('rightarrowbg.png') no-repeat;
background-size:100% auto;
}
a.rslides_nav.next:hover:after{
background:url('rightarrowhover.png') no-repeat 25px center;
background-size:40% auto;
}
/*
a.rslides_nav.next:hover{
background-image:url('rightarrowhoverbg.png');
}
*/
a.rslides_nav.next.hoverstate:after{
	background-size:40% auto;
	background-position:25px center;
}
a.rslides_nav.next.hoverstate{
background-image:url('rightarrowhoverbgwhite.png');
width:60px;
height:120px;
opacity:1!important;
}



.rslides li p a:hover{
}



