#top-tien-container{
	position:relative;
	float:left;
	display:inline;
	width:698px;
	height:210px;
	margin-bottom:23px;
	background-color:#97c576;
	border:1px solid #3c8922;
	}
	
#top-tien-boeken-container{
	position:absolute;
	width:688px;
	height:178px;
	left:5px;
	top:5px;
	overflow:hidden;
	}
	
.top-tien-boek-container{
	position:relative;
	float:left;
	margin-right:5px;
	display:inline;
	height:178px;
	width:110px;
	overflow:hidden;
	}
	
.top-tien-boek-corner-top{
	position:absolute;
	width:9px;
	height:9px;
	top:0px;
	left:0px;
	background-image:url(../images/top-tien-corner-top.png);
	background-repeat:no-repeat;
	}
	   
#slider-container{
    position: absolute;
    left:5px;
    bottom: 4px;
    width: 684px;
    height: 19px;
    background-image: url(../images/slide-bg.gif);    
}

#slider-container .left-arrow{
    position: relative;
    float: left;
    display: inline;
    height: 19px;
    width: 20px;
    background-image: url(../images/slide-left.gif);
    cursor:pointer;
}

#slider-container .right-arrow{
    position: relative;
    float: right;
    display: inline;
    height: 19px;
    width: 20px;
    z-index: 1;    
    background-image: url(../images/slide-right.gif);    
    cursor:pointer;
}

#slider-container .left-bow{
    position: absolute;
    bottom:0px;
    left: 0px;
    background-image: url(../images/slide-left-overflow.gif);
	background-repeat:no-repeat;
    height: 19px;
    width: 6px;
    top:0px;
}

#slider-container .right-bow{
    position: absolute;
    bottom:0px;
    right: 0px;
    background-image: url(../images/slide-right-overflow.gif);
	background-repeat:no-repeat;
    height: 19px;
    width: 6px;
    top:0px;    
}

#slider-container .slider{
    position: relative;
    float: left;
    display: inline;
    width:644px;
    height:19px;
    z-index:2;    
}

#slider-container .slider .ui-slider-handle{
    position: absolute;
    text-align: center;
    color: #fff;
    height: 17px;
    width: 141px;
    left:0px;
    top:1px;
    cursor: pointer;
    background-image: url(../images/slide.png);
}

#scrollcontainer{
    position: relative;
    float: left;
    display: inline;
    width: 1150px;
    height: 170px;
}
