#slideshow{
position:relative;
width: 61.5%;
float:left;
/*margin-bottom:-100px;*/
}

#slideproduct{
position:relative;
width: 545px;
height:410px;
float:left;
margin-right:20px;
}

.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
max-height:420px;
padding: 0;
margin: 0;
}

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

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

.rslides img {
display: block;
height: auto;
float: left;
border: 0;
}

a.rslides_nav.next,
a.rslides_nav.prev{
position:absolute;
top:25%;
right:20px;
height:50%;
width:40px;
z-index:990;
background: url(/images/next.svg) no-repeat center center;
display:block;
}

a.rslides_nav.prev{
left:20px;
background: url(/images/prev.svg) no-repeat center center;
}

.rslides_tabs{
bottom:20px;
position:absolute;
width:100%;
z-index:998;
text-align:center;
}

.rslides_tabs li{
display: inline;
float: none;
margin-right: 10px;
}

.rslides_tabs a{
text-indent: -9999px;
overflow: hidden;
border-radius: 18px;
background: #fff;
display: inline-block;
box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
width: 15px;
height: 15px;
}

.rslides_here a{
background: #222;
background: rgba(0,0,0, 0.8);
}





