﻿
#container
{
   
}
#header
{
    height: 80px;
    line-height: 80px;
    background: #5DC9E1;
    color: #fff;
}
#content
{
    position: relative;
}

/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider2
{
    margin-top: 1em;
}
#slider li, #slider2 li
{
    width: 600px;
    height: 238px;
    overflow: hidden;
}

ol#controls
{
    margin: -30px auto;
    height: 20px;
    float:right;
    z-index: 3;
    position:absolute;
}
ol#controls ul 
{
    float:right;
    
    }
ol#controls li
{
    float: right;
    margin: 0 4px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 20px;
    line-height: 20px;
}
ol#controls li a
{
    background-image: url(../images/template/slidbg1.png);
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-family: Myriad Pro;
    font-weight: 700;
    text-align: center;
    color: #666666;
    padding: 0 10px;
    text-decoration: none;
}
ol#controls li.current a
{
    background-image: url(../images/template/slidbg2.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #666666;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
    outline: none;
}