.carrousel_inner div {
    float:left;
    list-style: none;
    margin: 0;
    width:150px;
    height:150px
}
.carrousel_inner ul{
    margin:0;
    padding:0;
    height:200px;
    width: 10000px;
    overflow:hidden;
}
.carrousel_inner{
    /* border:1px solid red; */
    float:left;
    width:900px;
    height:200px;
    overflow: hidden;
}
.carrousel_left{
    height: 200px;
    width:30px;
    float:left;
}
.carrousel_right{
	height: 200px;
    width:30px;
	margin-right:-14px;
	float:right;
	
}
.carrousel_left{
    background: url(nav_left.gif) no-repeat  left top;
}
.carrousel_left:hover{
    background:url("nav_left.gif") no-repeat scroll -50px top transparent
}
.carrousel_right{
    background: url(nav_right.gif) no-repeat right top;

}
.carrousel_right:hover{
    background: url(nav_right.gif) no-repeat -70px top;
}
.left_inactive,.left_inactive:hover{
    background: url(nav_left.gif) no-repeat -100px top;
}
.right_inactive,.right_inactive:hover{
    background: url(nav_right.gif) no-repeat -20px top;
}

.carrousel{
    height: 200px;
       margin-left:-30px;
    width: 960px;
}

/* demo page */

.link{
     background-color: #4d1414;
    border: 3px solid gray;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 5px black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px;
    text-decoration: none;
}
