#image, #thumbs a {
    border: 1px solid #dddddd;
}

#image {
    height: 365px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    float: right;
	width:565px;
	text-align:center;
}

#image img{
	margin: 0 auto;
	max-width:480px;
	_width: expression( document.body.clientWidth > 480 ? "480px" : "auto" );
	max-height:360px;
	_height: expression( this.scrollHeight > 360 ? "360px" : "auto" );
	border: 1px solid #00A654;
	padding:3px;
}

#image #caption {
    bottom: 0;
    color: #cccccc;
    left: 0;
    position: absolute;
    font-style: italic;
}

#thumbs {
    margin: 0;
    padding: 0;
    float: left;
    width: 370px;
}

#thumbs img {
    border: 0;
	padding:4px;
}

#thumbs a {
    display: block;
    float: left;
    height: 85px;
    margin: 0 6px 6px 0;
    text-align: center;
    width: 108px;
}

#thumbs a.active {
    border: 1px solid #00A654;
}

#fotoInfo{
	margin-left:20px;
	margin-bottom:10px;
	float:left;
	font-style:italic;
}

#fotoTitel {
	margin-bottom:10px;
	position:relative;
	float:left;
}

#fotoNavigatie{
	margin: 0;
    padding: 0;
    float: left;
    width: 370px;
}
