#oplocatie-container{
    position: relative;
    float: left;
    display: inline;
    margin-top: 20px;
    height:398px;
    width:665px;
    z-index: 0;
}

#product-list-right{
    position: relative;
    float: right;
    display: inline;
    width:73px;
    margin-top:20px;
}

.product-list-right-foto{
    position: relative;
    float:right;
    display: block;
    clear: both;
    margin-bottom:9px;
    border:0px;
    height: 73px;
    width: 73px;
    text-align: center;
}

.product-list-right-item-container{
	position: relative;
    float:right;
    display: block;
    clear: both;
    margin-bottom:9px;
    border:0px;
    height: 73px;
	}

.product-list-right-foto-container{
	position: relative;
    float:right;
    display: block;
    border:0px;
    height: 73px;
    width: 73px;
	overflow:hidden;
    text-align: center;
	}

.product-list-right-foto-breed{
	position:absolute;
	width:150px;
	height:73px;
	top:0px;
	left:50%;
	margin-left:-75px;
	text-align:center;
	overflow:hidden;
}

.product-list-right-foto-hoog{
	position:absolute;
	width:73px;
	height:150px;
	left:0px;
	top:50%;
	margin-top:-75px;
	vertical-align:middle;
	overflow:hidden;
}

.product-list-right-title-container{
	display:none;
	text-decoration:none;
	}

.product-list-right-item-container:hover .product-list-right-title-container{
	position:absolute;
	display:inline;
	bottom:0px;
	right:0px;
	width:200px;
	height:73px;
	text-align:right;
	text-decoration:none;
	}
		
.product-list-right-title-title{
	position:absolute;
	width:190px;
	min-height:20px;
	left:0px;
	bottom:0px;
	padding-right:10px;
	text-align:right;
	color:#D9D3E6;
	text-decoration:none;
	background-image:url(../images/bg-titles.png);
	background-repeat:repeat;
	}
	
#product-list-right a:link, #product-list-right a:active, #product-list-right a:visited, #product-list-right a:hover{
	text-decoration:none;
	}
	
.product-list-right-title-title a:link, .product-list-right-title-title a:active, .product-list-right-title-title a:visited, .product-list-right-title-title a:hover{
	text-decoration:none;
	}
	
.product-list-right-title-container a:link, .product-list-right-title-container a:active, .product-list-right-title-container a:visited, .product-list-right-title-container a:hover{
	text-decoration:none;
	}

#product-content{
    position: relative;
    float: right;
    display: inline;
    width: 290px;
    height:363px;
    padding-right:10px;
    padding-top:35px;
}

#product-content a:link, #product-content a:active, #product-content a:visited{
     color:orange;
     font-size: 11px;
}

#product-foto-actief-container{
    position:absolute;
    left:0px;
    top:0px;
    width:322px;
    height:322px;
    overflow:hidden;
    }
    
#product-foto-actief{
    position:relative;
    float:left;
    display:inline;
    max-width:322px;
    }
    
#product-foto-omschrijving-container{
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    }

#product-foto-omschrijving-background{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    background-color:#42384f;
    filter:alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
    }
    
#product-foto-omschrijving-content{
    position:relative;
    float:left;
    display:inline;
    margin-left:15px;
    margin-right:10px;
    margin-top:8px;
    padding-bottom:10px;
    line-height:15px;
    color:#d9d3e6;
    }
    
#subcategorie-container{
    position: absolute;
    width:285px;
    height:440px;
    right: -440px;
    top:0px;
    }
    
#product-fotos-thumbnail-container{
    position:absolute;
    width:330px;
    height:58px;
    left:0px;
    bottom:0px;
    overflow:hidden;
    }
    
.product-fotos-thumbnail{
    position:relative;
    float:left;
    display:inline;
    width:58px;
    height:58px;
    margin-right:8px;
    text-align:center;
    overflow:hidden;
    cursor: pointer;
    }

#thumbnail-container{
    position: absolute;
    height: 58px;
}

#thumbnail-navigator{
    position:absolute;
    bottom:0px;
    left:330px;
    height:58px;
    width:14px;
    }
    
#product-overzicht-lijst{
    position: relative;
    float: left;
    display: inline;
    height: 418px;
    padding-top:22px;
    padding-left:8px;
    padding-right:10px;
}


