.carrousel_inner ul li{
    float:left;
    list-style: none;
    margin: 0;
    width:230px;
    height:33px;

}
.carrousel_inner ul{
    margin:0;
    padding:0;
    height:33px;
    width: 2300px;
    overflow:hidden;
}
.carrousel_inner{
    /* border:1px solid red; */
    float:left;
    width:920px;
    height:33px;
    overflow: hidden;
}
.carrousel_left, .carrousel_right{
    height: 33px;
    width:30px;
    float:left;
	
}
.carrousel_left{
    background: url(../img/nav_left.png) no-repeat  left top;
	cursor:pointer;
}
.carrousel_left:hover{
    background: url(../img/nav_left.png) no-repeat scroll -50px top;
	cursor:pointer;
}
.carrousel_right{
    background: url(../img/nav_right.png) no-repeat right top;
	cursor:pointer;
}
.carrousel_right:hover{
    background: url(../img/nav_right.png) no-repeat -70px top;
	cursor:pointer;
}
.left_inactive,.left_inactive:hover{
    background: url(../img/nav_left.png) no-repeat -100px top;
	cursor:pointer;
}
.right_inactive,.right_inactive:hover{
    background: url(../img/nav_right.png) no-repeat -20px top;
	cursor:pointer;

}

.carrousel{
    float:left;
    height: 33px;
    width: 990px;
}

/* demo page */
.container{
    width:920px;
    margin:0 auto;
}
.link{
     background-color: #4d1414;
     color:white;
     padding:5px;
     box-shadow:0 0 3px;
     border-radius:5px;
     text-decoration: none;
}
h1{
    margin-bottom:100px;
    font-family: Volkhov tahoma;
}