.aviaslider {
	background: url("../a/preload.gif") no-repeat center rgb(255, 255, 255); width: 950px; height: 380px; overflow: hidden; position: relative;
}
.aviaslider li {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute; z-index: 1;
}
.aviaslider .featured {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute; z-index: 1;
}
.js_active .aviaslider li {
	display: none;
}
.js_active .aviaslider .featured {
	display: none;
}
.aviaslider img {
	border: currentColor; text-decoration: none;
}
.aviaslider a img {
	border: currentColor; text-decoration: none;
}
.aviaslider a {
	border: currentColor; text-decoration: none;
}
.slidecontrolls {
	margin: 0px auto 0px; float: left; position: relative;
}
.slidecontrolls a {
	background: url("../a/controlls.gif") no-repeat bottom; width: 18px; height: 20px; float: left; display: block; cursor: pointer;
}
.slidecontrolls a:hover {
	background: url("../a/controlls.gif") no-repeat top;
}
.slidecontrolls .active_item {
	background: url("../a/controlls.gif") no-repeat top;
}
.feature_excerpt {
	background: rgb(0, 0, 0); padding: 14px 15px; left: 0px; width: 610px; bottom: 0px; color: rgb(255, 255, 255); line-height: 1.5em; font-size: 11.5px; display: block; position: absolute; z-index: 2; cursor: pointer;
}
.feature_excerpt strong {
	padding-bottom: 3px; font-size: 15px; display: block;
}
