@charset "gb2312";

	
#box {
	width: 793px;
	margin: 20px auto;
}
#container {
	position: relative;
	height: 360px;
	background: #FCFCFC;
}
#container .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 545px;
	height: 358px;
	overflow: hidden;
	background: #FAFAFA;
	border: 1px solid #ddd;
	z-index: 1;

}
#container .item .pic {
	float: left;
	width: 538px;
	height:348px;
	display: inline;
	margin: 5px;
}
#container .item .pic img {
	width: 538px;
	height:348px;
	vertical-align: top;
}

#control {
	height: 37px;
	text-align: center;
}

#control span.active {
	background-color: #848484;
	border: 1px solid #6E6E6E;
}


