﻿@charset "utf-8";
.art_title {
	height: 20px;
	width: 170px;
	text-align: center;
	margin-bottom: 2px;
	float: left;
}
.pic_size {
	height: 300px;
	width: 170px;
	border: thin solid #CCC;
}
.art_slider {
 width: 980px;
 border-top-width: thin;
 border-bottom-width: thin;
 border-top-style: solid;
 border-bottom-style: solid;
 border-top-color: #666;
 border-bottom-color: #666;
 height: 500px;
 overflow: hidden;
}
.art_pic_size {
 float: left;
 height: 320px;
 width: 170px;
 margin-top: 90px;
 margin-right: 20px;
 margin-bottom: 90px;
}
