/*
Tomball Forest Products
Document   : home
Created on : Jul 18, 2011
Author     : Andrew | SS Studios
*/

div#rotator {
    position:relative;
    width:610px;
    height:367px;
    overflow:hidden;
    border-top:1px solid #8b1e21;
    border-left:1px solid #8b1e21;
    /*border-bottom:1px solid #f8e9c1;*/
    background:url(/images/rotator_nav_bar.jpg) top left repeat-y;
}

div#rotator div.slide {
    position:absolute;
    top:0;
    left:0;
}

div#rotator_nav {
    position:absolute;
    bottom:0;
    width:600px;
    padding:11px 15px 10px 0;
    text-align:right;
	background:url(/images/rotator_nav_bar.jpg) top left repeat-y;
}

div#rotator_nav a {
    text-decoration:none;
    font-style:italic;
    text-transform:uppercase;
    color:#f8e9c1;
    padding:5px 10px 5px 20px;
    background:url(../images/target.png) left no-repeat;
}