#product-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-container
	{
	position: relative;
    float:right;
    display: block;
    clear: both;
    margin-bottom:9px;
    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;
}

.product-list-right-foto-hoog{
	position:absolute;
	width:73px;
	height:150px;
	left:0px;
	top:50%;
	margin-top:-75px;
	vertical-align:middle;
}

#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:14px;
}
