#featured{
position: relative;
overflow: hidden;
}

.featured{
position:absolute;
top:0;
left:0;
overflow: hidden;
display:none;
}

.feature_excerpt{
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:10px 20px;
cursor: pointer;
}

.featured img{
display:block;
position: relative;
z-index: 1;
}

.fadeout{
position:absolute;
width:200px;
display:block;
right:0px;
z-index: 3;
}

.sliderheading{
display:block;
}

#featured .heading_clone{
position: absolute;
z-index: 4;
bottom:20px;
left:20px;
text-transform: uppercase;
padding:0;
margin: 0;
}

.featured a, .featured a img, .featured img{
text-decoration: none;
border:none;
}

.featured1{
border:none;
display: block;
}

.sliderheading {
font-family:"Trebuchet MS",Arial,Helvetica,san-serif;
font-weight:normal;
letter-spacing:0.4px;
line-height:1.4em;
padding-bottom:5px;
position:relative;
}

#featured{
border-top:1px solid #333;
}

.featured{
border-left:1px solid #333;
}

.preloading_background {
background:#191919;
}

.fadeout{
background: transparent url(images/overlay.png) repeat-y right top;
}

.feature_excerpt{
background: transparent url(images/transparency.png) repeat 0 0;
border-top:1px solid #333;
}

#featured a{
color:#eee;
}