

/************************************
 ** F e A t U r E   S l I d E r
 ************************************/
 
div#featured_carosel_holder {
    width: 614px;
    height: 285px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    border: solid 1px #333;
}

div.caption {
	width: 596px;
	background: #333;
	color: #aaa;
	padding: 10px;	
}

div#featured_carosel_holder ul {
    width: 104px;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#featured_carosel_holder img#main-image {
    position: absolute;
    right: 0;
    top: 0;
}

div#featured_carosel_holder ul li {
    cursor: pointer;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index: 1;
    width: 104px;
    height: 57px;
    margin: 0;
    line-height: 0;
}

div#featured_carosel_holder ul li.on {
    opacity:1;
    filter:alpha(opacity=100);
}

div#featured_carosel_holder ul div#slider {
    width: 112px;
    height: 61px;
    position: absolute;
    left: 0;
    z-index: 20;
    background: url(/modules/featuredcarosel/_assets/active_box.png) no-repeat left top;
}




