:focus {
	outline: 0;
}

#slider {    
    width: 880px;
    height: 330px;
    overflow: hidden;
    margin: auto;
	margin-top:-160px;
	#margin:0;
	#padding-left:30px;
}

#sliderContainer{
#margin-top:-160px;
}

.slidesContainer{
#margin-left:10px;	
}

#slider .slide{
    width: 880px;
	#width: 900px;
    height: 330px;
    float: left;
}

#img01{ background:url(../images/slider/slide1_img.png) top right no-repeat;}
#img02{ background:url(../images/slider/slide2_img.png) top right no-repeat;}
#img03{ background:url(../images/slider/slide3_img.png) top right no-repeat;}
#img04{ background:url(../images/slider/slide4_img.png) right -10px no-repeat;}
#img05{ background:url(../images/slider/slide5_img.png) top right no-repeat;}
#img06{ background:url(../images/slider/slide6_img.png) top right no-repeat;}
#img07{ background:url(../images/slider/slide7_img.png) top right no-repeat;}
#img08{ background:url(../images/slider/slide8_img.png) top right no-repeat;}

.description{
margin:107px 0 0 50px;
width:380px;
height:240px;
#padding-left:20px;
}

.description p{
padding-top:20px;
font-size:13px;
width:320px;
}

.view_menu{
background:url(../images/slider/btn_view_menu.png) top left no-repeat;
width:125px;
height:36px;
float:left;
}

.view_menu:hover{ background-position:bottom left;}

.prev{
    background: url('../images/slider/slider-prev.png') no-repeat;
    background-position: 0 0;
    display: block;
    height: 110px;
    width: 50px;
    position: absolute;
    top: 262px;
}

.next{
	background: url('../images/slider/slider-next.png') no-repeat;
    background-position: 0 0;
    display: block;
    height: 110px;
    width: 50px;
    position: relative;
    top: 142px;
	#top: 303px;
	left:95%;
}

.prev:hover{
    background-position: 0 -105px;
}

.next:hover{
    background-position: 0 -105px;
}