﻿@charset "utf-8";
/* CSS Document */
.scrollImg{ width:580px; padding:5px 8px;position:relative;}
.bigimg{ width:440px; height:300px; overflow:hidden; float:left; margin:5px 0;position:relative;}
.bigimg img{ width:440px; height:300px;}
.discribe{
	position:absolute;
	left:8px;
	bottom:-302px;
	background:#000;
	filter:alpha(Opacity=80);
	Opacity:0.8;
	height:35px;
	line-height:35px;
	width:420px;
	padding-left:20px;
	overflow:hidden;
}
.discribe li a{ color:#FFFFFF; font-size:16px; font-family:"Microsoft YaHei";}
.smallimg{ float:right; overflow:hidden; width:130px;}
.smallimg img{ width:120px; height:95px; display:block;}
.smallimg ul li{margin:3px 0; width:130px; height:100px; overflow:hidden; float:left;}
.smallimg ul li .imgHover{background:#eee;padding:3px; width:120px; float:left; }
.smallimg ul li:hover,.smallimg ul li.cur{ cursor:pointer;}
.smallimg ul li.cur .imgHover{background:#ffcc00;display:block; padding:3px;}
