﻿div.showdiv { width: 610px;margin: 5px 48px;border: 1px solid #ccc;height: 350px;}

div.scrolldiv {width: 610px; margin: 0px 50px;height: 90px;}

.scrolldiv .prevdiv {width: 30px; height: 60px; background: url('../images/left.gif') no-repeat;float: left;cursor: pointer;}

.scrolldiv .nextdiv {width: 30px; height: 60px; background: url('../images/right.gif') no-repeat;float: right;cursor: pointer;}

.scrolldiv .picArray {width: 542px;padding: 0px 4px;height: 60px; float: left;overflow: hidden;}

.scrolldiv ul {list-style: none;}

.scrolldiv li {float: left;margin: 5px; width: 80px; height: 50px;}


.scrolldiv li.select {border: 1px solid #FF0000;}

.scrolldiv li img {width: 80px; height: 50px;}

.showdiv img { width: 610px;height: 350px;}