@charset "utf-8";
#display {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
	position: relative;
	width: 925;
	background:#FFF;
}

#display ul {
	margin: 0px;
	padding: 0px;
}
#display li {
	list-style-type: none;
	width: 280px;
	margin-bottom: 20px;
	color: #666;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	float: left;
	height: 500px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #1D5E76;
	border-left-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #ffffff;
}

#display li:after{
	clear:both;
}

#display h3 {
	color: #1D5E76;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0px;
}
#display li a {
	color: #666;
}
#display p{
	padding:0 14px 14px;
}
#display li:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFFFED;
}

#display li:hover h3 {
	color:#F63;
}

#display ul .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.disPics {
	padding:0 8px 0 8px;
}

#slidershow {
	margin-bottom: 20px;
	position: relative;
}
.pics {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:550px;
	text-align: center;
}
.pics img {
	width:100%;
	height:100%;
}
#next2 {
	height: 90px;
	width: 25px;
	position: absolute;
	top: 90px;
	right: 10px;
	z-index: 1001;
}
#prev2 {
	position: absolute;
	left: 10px;
	top: 90px;
	height: 90px;
	width: 25px;
	z-index: 1001;
}
.bannerbox {
	border: 4px solid #FFF;
}
