#genre-megacontainer{
	position:relative;
	float:left;
	display:inline;
	width:235px;
	}

#genre-titel{
	position:relative;
	float:left;
	display:inline;
	width:215px;
	margin-left:15px;
	margin-top:18px;
	padding-bottom:10px;
	}
	
#genre-container{
	position:relative;
	float:left;
	display:inline;
	width:215px;
	height:251px;
	margin-left:11px;
	background-color:#FFFFFF;
	border:1px solid #1e6f0f;
	overflow:hidden;
	}
	
#genre-scroll{
	position:absolute; 
	width:215px; 
	height:19px; 
	bottom:0px; 
	left:0px; 
	z-index:500;
	}
	
#genre-items-container{
	position:relative;
	float:left;
	display:inline;
	width:215px;
	background-color:#FFFFFF;
	}
	
a:link.genre-item, a:active.genre-item, a:visited.genre-item{
	position:relative;
	float:left;
	display:inline;
	width:200px;
	height:24px;
	padding-left:15px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0f5402;
	background-image:url(../images/bg-genre-zoeken.gif);
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer;
	line-height:22px;
	text-decoration:none;
	}

a:hover.genre-item{
	position:relative;
	float:left;
	display:inline;
	width:200px;
	height:24px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0f5402;
	background-image:url(../images/bg-genre-zoeken.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	cursor:pointer;
	text-decoration:none;
	}
	
#genre-slider-container{
    position: absolute;
    right:0px;
    top:0px;
	bottom:0px;
    width:18px;
    height:251px;
    background-image: url(../images/genre-slide-bg.gif);
	background-repeat:repeat-y;   
}

#genre-slider-container .genre-left-arrow{
    position: relative;
    float: left;
    display: inline;
    height: 22px;
    width: 18px;
    background-image: url(../images/genre-slide-top.gif);
	background-repeat:no-repeat;
    cursor:pointer;
}

#genre-slider-container .genre-right-arrow{
    position: relative;
    float: right;
    display: inline;
    height: 22px;
    width: 18px;
    z-index: 1;    
    background-image: url(../images/genre-slide-bottom.gif); 
	background-repeat:no-repeat;  
    cursor:pointer;
}

#genre-slider-container .genre-left-bow{
    position: absolute;
    top:0px;
    left: 0px;
    background-image: url(../images/genre-slide-top-overflow.gif);
	background-repeat:no-repeat;
    height:4px;
    width:18px;
}

#genre-slider-container .genre-right-bow{
    position: absolute;
    bottom:0px;
    left: 0px;
    background-image:url(../images/genre-slide-bottom-overlay.gif);
	background-repeat:no-repeat;
    height:4px;
    width:18px;   
}

#genre-slider-container .genre-slider{
    position: relative;
    float: left;
    display: inline;
    width:18px;
    height:209px;
    z-index:2;    
}

#genre-slider-container .genre-slider .genre-ui-slider-handle{
    position: absolute;
    text-align: center;
    height: 98px;
    width: 16px;
    left:1px;
    top:0px;
    cursor: pointer;
    background-image: url(../images/genre-slide.png);
	font-size:0px;
	line-height:0px;
}

#scrollcontainer{
    position: relative;
    float: left;
    display: inline;
    width: 1150px;
    height: 170px;
}
