/* Slider */

#slider
{
    width: 800px;
    height: 250px;
    overflow:hidden;
    position: relative;
    background: #CCCCCC;    
}
#slider ul
{
    width: 4200px;
    list-style: none;
    margin: 0;
    clear:right;    
}
#slider ul li
{
    width: 800px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    height: 250px;    
    float:left;
    background: #EEEEEE;    
    position: relative;
}
#slider ul li .caption
{	
    position: absolute;
    text-align: left;
    bottom: 0;
    display: none;
    width: 770px;    
    overflow: hidden;
    left: 0px;
    padding: 10px 15px;
    background: rgb(27,27,27);
    background: rgba(27,27,27,0.8);
}
#slider ul li:first-child .caption
{
    display: block; display:none;
}
#slider ul .caption
{
    display: block; display:none; display:none !important; 
}
#slider ul li .caption p, #slider ul li .caption h3
{
    color: #FFFFFF;
    margin: 0;
}
#slider ul li .caption p
{
    margin-top: 10px;
}
#slider .prev
{
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 20px;
    line-height: 25px;
    height: 20px;
    width: 14px;
    background: url('../img/ad_scroll_back.png') no-repeat center transparent;
}
#slider .next
{
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 20px;
    line-height: 25px;
    height: 20px;
    width: 14px;
    background: url('../img/ad_scroll_forward.png') no-repeat center transparent;
}
