
img {
    border: none;
    vertical-align: middle;
}
.index-splash-block {
	width: 730px;
	height: 580px;
}
#feature-slide-block {
	padding: 3px;
	height: 530px;
	width: 710px;
	border: 1px solid #e5e5e5;
}
.feature-slide-preview img {
	height: 530px;
	width: 710px;
	overflow: hidden;
}

.feature-slide-list  {
	height: 22px;
	margin: 10px auto 0px;
	width: 200px;
}
.feature-slide-list a  {
	float: left;
	display: inline;
	width: 21px;
	height: 23px;
	background: url(../images/cycle_img.jpg) no-repeat center center;
	margin: 0px;
	padding: 0px;
}
.feature-slide-list a.current {
	background: url(../images/cycle_currentimg.jpg) no-repeat center center;
}
.feature-slide-list  .feature-slide-list-items  {
    display: inline;
}
.feature-slide-list  a.feature-slide-list-previous {
	background: url(../images/pre_img.jpg) no-repeat left 0px;
}
.feature-slide-list  a.feature-slide-list-next {
	background: url(../images/pre_img.jpg) no-repeat right 0px;
}
