﻿/* SuperSlide - 图片滚动特效-左 - 如需调整效果，请自行修改本css */
.RScroll { width: 840px;  overflow: hidden; position: relative; border: 0px solid #ccc;}
.RScroll .hd { overflow: hidden; height: 0px; background: #f4f4f4; padding: 0 10px;}
.RScroll .hd .prev, .picRScroll-left .hd .next { display: block; width: 0px; height:0px; float: right; margin-right: 0px; margin-top: 0px; overflow: hidden; cursor: pointer;}
.RScroll .hd .next { background-position: 0 -50px;}
.RScroll .hd .prevStop { background-position: -60px 0;}
.RScroll .hd .nextStop { background-position: -60px -50px;}
.RScroll .hd ul { float: center; overflow: hidden; zoom: 1; margin-top: 0px; zoom: 1;}
.RScroll .hd ul li { float: left; width: 9px; height: 0px; overflow: hidden; margin-right: 0px; text-indent: -999px; cursor: pointer;}
.RScroll .hd ul li.on { background-position: 0 0;}
.RScroll .bd {	padding-left: 10px;}
.RScroll .bd ul { overflow: hidden; zoom: 1;}
.RScroll .bd ul li { margin: 0 4px; float: left; _display: inline; overflow: hidden; text-align: center;}
.RScroll .bd ul li .pic { text-align: center;}
.RScroll .bd ul li .pic img { width: 300px; height: 180px; display: block; padding: 1px; border: 1px solid #ccc;}
/* 上一行设置图片的宽度和高度*/
.RScroll .bd ul li .pic a:hover img { border-color: #999;}
.RScroll .bd ul li .title a { line-height: 50px; color:#3961A5; text-align:center;}
.RScroll .bd ul li .title a:hover {	color: rgb(234, 86, 74);}
