/*
 * @author Alex Dik (www.alexdik.de)
*/

body {
    background:#000 url(../img/body_bg.jpg) no-repeat center top;
    height:800px;
}

a {
    text-decoration:none !important;
}

#wrap {
    width:800px;
    position:relative;
    left:50%;
    margin-left:-400px;
    height:100%;
    
    
    overflow:hidden;
}

#head{
    height:120px;
    padding-left:530px;
}

#head img{
    margin-top:35px;
}

/*Slider*/
#background {
    width:592px;
    height:305px;
    background:url(../img/slider.png) ;
    overflow:hidden;
    margin-left:104px;
    position:absolute;
    z-index:1;
}

#slider {
    width:592px;
    height:305px;
    overflow:hidden;
    margin-left:104px;
    position:relative;
}

#slider ul {
    position: relative;
    z-index:0;
    width:2954px;
}

#slider ul li {
    float:left;
    width:422px;
}

#slider .contain{
    margin: 21px 0 0 85px;
    width:422px;
    overflow:hidden !important;
    float:left;
    position: relative;
    z-index:-1;
}

.button {
    cursor:pointer;
    width:30px;
    height:264px;
    float:left;
    position:relative;
    z-index:2;
}

.prev {
    margin: 12px 0 0 5px;
    width:80px;
    height:285px;
}

.next {
    margin: 12px 6px 0 0;
    width:79px;
    height:285px;
    float: right !important;
}