.carrousel_inner ul li{
    float:left;
    list-style: none;
    margin: 0;
    width:170px;
    height:232px
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/module-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.carrousel_inner ul{
    margin:0;
    padding:0;
    height:232px;
    width: 10000px;
    overflow:hidden;
}
.carrousel_inner{
    /* border:1px solid red; */
    float: inherit;
    width:688px;
    height:232px;
    overflow: hidden;
}
.carrousel_left, .carrousel_right{
    height: 232px;
    width:30px;
    float:left;
}
.carrousel_left{
    background: url(nav_left.gif) no-repeat  left center;
}
.carrousel_left:hover{
    background:url("nav_left.gif") no-repeat scroll -50px center transparent
}
.carrousel_right{
    background: url(nav_right.gif) no-repeat right center;
}
.carrousel_right:hover{
    background: url(nav_right.gif) no-repeat -70px center;
}
.left_inactive,.left_inactive:hover{
    background: url(nav_left.gif) no-repeat -100px center;
}
.right_inactive,.right_inactive:hover{
    background: url(nav_right.gif) no-repeat -20px center;
}

.carrousel{
    float:left;
    height: 232px;
    width: 760px;
}

/* demo page */
.container{
    margin:0 auto;
	width: 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;
}