﻿
/*
Load CSS before JavaScript
*/

/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
    */


/*
            Slides container
            Important:
            Set the width of your slides container
            Set to display none, prevents content flash
            */
#slides_two
{
    }

#slides_two .slides_container
{
    width: 930px;
    display: none;  
        margin-left:30px;
    margin-right:auto;


}

/*
            Each slide
            Important:
            Set the width of your slides
            If height not specified height will be set by the slide content
            Set to display block
            */

#slides_two .slides_container div .banner
{
    width: 960px;
    height: 360px;
    display: block;
    margin-top:10px;
}

/*
            Slides container
            Important:
            Set the width of your slides container
            Set to display none, prevents content flash
            */


/*
            Example only
            */
.pagination .current a
{
    color: red;
}
hr
{
    background: #efefef;
}
#slides_two .slides_container div .caption
{
    background-image: url(/files/bullet_01.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    position: absolute;
    width: 580px;
}
