/* SLIDER STYLES */


/* GS SLIDESHOW */


#gs-slideshow-wrapper {
    position: relative;
    font-family: arial, sans-serif;
    width: 850px; 
    height: 220px; 
    overflow: hidden;
    }

#gs-slideshow-wrapper a {
    font-weight: normal;
    color: #C9C9C9;
font-size: 10px;
    }

#prevbutton {
    position: absolute;
    left: 0px;
    top: 88px;
    z-index: 1000;
    width: 33px;
    height: 45px;
    background-image:url('prev-arrow.png'); 
    }

#nextbutton {
    position: absolute;
    left: 817px;
    top: 88px;
    z-index: 1000;
    width: 33px;
    height: 45px;
    background-image:url('next-arrow.png');
    }


div.gs-slideshow {
    float:left;
    }
    

div.gs-slide { 
    width: 850px; 
    height: 220px; 
    background-color: #333333; 
    float: left; 
    }

div.gs-slide img { 
    float: left; 
    }

div.gs-textbox {   
    float: left; 
    height: 160px; 
    width: 229px; 
    margin: 20px 20px 5px 20px; 
    color: #cecece; 
    line-height: 120%; 
    }

#gs-slideshow h2 {
    font-family: arial, sans-serif;
    font-size: 20px;
    letter-spacing: 1px; 
    line-height: 24px;
    color: #EBC221;
    margin: 0px 0px 5px 0px;
    }
    
#gs-slideshow p {
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 15px;
    color: #C9C9C9;
    }

#gs-slideshow .learnmore {
    font-size: 10px;
    text-transform: uppercase;
    }

div.viewbutton-box {
    float:left;
    margin: 5px 5px 0px 20px;
    height: 25px;
    width: 250px;
    }

div.viewbutton {
    height: 20px;
    width: 100px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 10px;
    background-image:url('button-back.gif');
    }

#gs-slideshow-wrapper .viewbutton a {
    color: #ffffff;
    line-height: 180%;
    }

