#front_slide
{
    background: url(../images/dawn_front_slide_bg.png) center no-repeat;
    height: 486px;
    overflow: hidden;
    width:1038px;
    z-index:3;
}

#slides
{
    /* This is the slide area */
    height: 486px; /* jQuery changes the width later on to the sum of the widths of all the slides. */
    overflow: hidden;
    width:1038px;
    z-index:5;
/*	
    padding-left:400px;
    width: 638px;
*/	
}


.slide{
    float:left; width:1038px; margin-top:-90px;

}

#menu
{
    /* This is the container for the thumbnails */
    height: 45px;
    margin-left: 820px;
    margin-top: -140px;
}
#menu ul li
{
    float: left;
    padding-right: 20px;
    /*width:30px;*/
}

/*li.inact:hover
{
     The inactive state, highlighted on mouse over
    background: url(../images/pic_bg.png) repeat;
} */

li.act, li.act:hover
{
    /* The active state of the thumb */
    background: url(../images/active_bg.png) no-repeat 0px 0px;
}

li.act a
{
    cursor: default;
}

