#carousel-wrapper { width: 582px; height: 314px; background: none; }
#carousel-shadow { width: 581px; height: 12px; background: url(../images/accent-under_shadow.gif) bottom left repeat-x;  }

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 10px; float: left; left:84%; bottom:120px; position:relative; z-index:5000;}
.cs-buttons a { height: 24px; width: 24px; float: left; border:none; color: #B8C4CF; text-indent: -1000px; }
.cs-active { color: #FFFFFF; }
.cs-title  
{
    width: 580px; 
    height: 75px;
    padding: 0px;
    background-color:transparent;
}

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

/* page-specific styles */
#carouselHolder2012  
{
    padding: 0px; 
    margin-top: 10px; 
    width: 580px; 
    border: 1px solid #ccc;
    border-bottom: none; 
    height: 290px;
    overflow:hidden;
}

/** Coin Slider additional styles **/
.cs-buttons a 
{
    background-image: url('../images/carousel/carousel-blue-nav.png');
    background-repeat: no-repeat;
    _background: transparent;
    _background-image: url('../images/carousel/carousel-blue-nav.gif');
    _background-repeat: no-repeat;
}

a.cs-active 
{
    background-image: url("../images/carousel/carousel-blue-nav.png"); 
    background-position : 0 -24px;
    background-repeat: no-repeat;
    _background: transparent;
    _background-image: url('../images/carousel/carousel-blue-nav.gif');
    _background-position : 0 -24px;
    _background-repeat: no-repeat;
    border: none !important;
}

div.titleContainerCarousel
{
    background:#000;
	-khtml-opacity:.70; 
    -moz-opacity:.70; 
    -ms-filter:"alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity:.70; 
    width:580px;
    height:75px;
}

div.titleTextCarousel
{
    position: absolute;  
    top: 12px;  
    left: 12px;  

    width:550px;
    max-width:550px;
    font-family:Arial;
    font-size:12px;
    color:white;
    line-height:16px;
    
    height:48px;
    min-height:48px;
    max-height:48px;
}

.titleTextCarousel a,
.titleTextCarousel a:link,
.titleTextCarousel a:hover,
.titleTextCarousel a:visited
{
    color:#F90 !important;
}