@charset "utf-8";

.rslides {
width: 300px;
height: 396px;
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
margin: 0;
}
.rslides a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.prev {
width: 13px;
height: 18px;
position: absolute;
top: 402px;
left: 97px;
z-index: 99;
}
.next {
width: 13px;
height: 18px;
position: absolute;
top: 402px;
right: 97px;
z-index: 100;
}
.rslides_tabs {
height: 100%;
margin: 10px auto 0;
padding: 0 0 0 5px;
list-style: none;
float: left;
position: relative;
left: 50%;
}
.rslides_tabs li {
margin: 0 10px 0 0;
float: left;
position: relative;
left: -50%;
}
.rslides_tabs li a {
width: 10px;
height: 10px;
margin: 0 2px;
padding: 0;
display: block;
background: url(../img/top/pager_off.gif);
text-indent: -9999px;
}
.rslides_tabs li a:hover {
width: 10px;
height: 10px;
display: block;
background: url(../img/top/pager_over.gif);
}
.rslides_tabs .rslides_here a {
background: url(../img/top/pager_on.gif);
}

