/* 
    Document   : start
    Created on : 01.04.2010, 21:42:49
    Author     : USer
    Description:
        Purpose of the stylesheet follows.
*/

body {background: #bf1e2e url(../img/body.png) repeat-x;}

#content {
    background: white;
    border: 3px solid #990000;
    clear: both;
    height: 328px;
    margin: 0 auto;
    margin-top: 30px;
    width: 725px;
}

#blacky {color: white; height: 30px; padding: 18px;}
#blacky p {text-align: center;}

#footer {color: white; font-size: 11px; padding: 10px 0px; text-align: right; width: 814px;}
#footer a {color: white; text-decoration: none;}
#footer a:hover {color: black;}

/* Easy Slider */

#slider{}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
    }
#slider li{
    /*
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
    */
    width:725px;
    height:328px;
    overflow:hidden;
    }
#prevBtn, #nextBtn{
    border: none;
    display:block;
    width:26px;
    height:26px;
    position:relative;
    left:10px;
    top:-180px;

    }

#prevBtn img, #nextBtn img {border: none;}

#nextBtn{
    left:691px;
    top: -206px;
    }

/* // Easy Slider */

