

/* Easy Slider */

#timeline
{
    margin-left: 65px;
}

#timeline ul, #bar2 li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#timeline li
{
    /*  			define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
    width: 672px;
    height: 193px;
    overflow: hidden;
}

#prevBtn, #nextBtn
{
    display: block;
    width: 53px;
    height: 88px;
    position: absolute;
    top: 50px;
}


#prevBtn img, #nextBtn img
{
    border-style: none;        
}

#prevBtn a:focus, #nextBtn a:focus
{
    outline-style: none;     
}

#prevBtn
{
    left: 25px;        
}

#nextBtn
{
    right: 0px;    
}

