.aviaslider{ 
width:946px;
height:346px;
overflow: hidden;
position: relative;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
cursor:default;
}

.slidecontrolls{
height:20px;
position: absolute;
top:312px;
right:20px;
z-index:999;
}

.slidecontrolls a{
display:block;
width:20px;
height:20px;
cursor: pointer;
background:url(../images/sprite.png) no-repeat -30px -89px;
float:left;
outline: none;
margin-left:10px;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background:url(../images/sprite.png) no-repeat 0 -89px;
}

.feature_excerpt{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:551px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
padding-right:380px;
font-size: 11px;
line-height:16px;
background: #326358;
color: #fff;
}

.feature_excerpt strong{
padding-right:45px;
font-size:26px;
line-height:30px;
float:left;
color:#e6d5aa;
}

.text-shadow {
text-shadow: #10332b 1px 1px 1px;
}