div[id|=feat] {
position: absolute;
width: 100%
}

div#feat-container {
position: static;
display: inline-block;
width: 609px
}

/*==========================*/

div#feat-image-box {
background: black;
position: relative;
height: 300px;
overflow: hidden
}

div[id|=feat-image] {
height: 100%
}

div#feat-caption-box {
bottom: 0;
height: 40px
}

div[id|=feat-caption] {
color: white;
font: bold 24px Arial
}

div#feat-caption-shadow {
background: black;
height: 100%;
color: white;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80)
}

div#feat-caption-text {
margin-left: 5%;
top: 5px;
width: 90%;
text-align: center
}

div#feat-caption-more {
bottom: 5px;
margin-left: 2%;
width: 96%;
text-align: right;
font-weight: bold;
font-size: 8px
}

div#feat-image-next {
display: none
}

div#feat-image-link {
cursor: pointer;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0)
}

/*==========================*/

div#feat-entry-box {
background: transparent;
position: relative
}

div#feat-entry-highlighter {
background: transparent;
display: none
}

div#feat-entry-selector {
background: #bcbbc7
}

div#feat-entry-box>a {
position: relative;
padding: 2px 4px;
color: black;
font: bold 14px Arial;
text-decoration: none;
cursor: pointer;
display: block
}

div#feat-entry-box>code {
display: none
}