.woning {
	width: 189px;
	height: 230px;
	border: 1px solid #b9b9b9;
	float: left;
	padding: 4px;
	margin-right: 16px;
	margin-bottom: 16px;
	background-image: url(../images/woning-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.woning a {
	text-decoration: none;
	border: 0px;
}

.woning:hover {
	background-image: url(../images/woning-bg-hover.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.woning_foto
{
position:relative;
float:left;
	width: 187px;
	height: 130px;
	max-height: 130px;
	max-width: 187px;
	background-color: white;
	text-align: center;
}

.woning_tekst {
	position:relative;
	float:left;
	padding: 10px;
	margin-top:10px;
}

.pagina_keuze {
	clear: both;
	display: block;
	text-align: center;
}


.woning_spec {
	width: 595px;
	padding: 20px;
	border: 1px solid #b9b9b9;
	line-height:20px;
}

.woning_spec2 {
	width: 595px;
	padding: 20px;
	border-bottom: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
}

#goback{
    position: relative;
    float: left;
    line-height: 30px;
    width:650px;
    cursor: pointer;
    clear: both;
    display: block;
}

#goback:hover{
    color:#003920;
}

#fotoframe{
    position: relative;
    float: left;
    width: 646px;
    height: 464px;
    background-image: url('../images/lijst.jpg');
    text-align: center;
}

#thumbnails-load{
	position:absolute;
	height:0px;
	width:0px;
	bottom:0px;
}

.thumbnail-load{
	position:absolute;
	height:0px;
	width:0px;
	bottom:0px;
	display:none;
}

#thumbnails{
    position: relative;
    float: left;
    width: 646px;
    margin-top:20px;
	padding-bottom:30px;
}

.thumbnail{
    position: relative;
    float: left;
    width: 68px;
    height: 68px;
    margin:5px;
    border: 1px #00381F solid;
    overflow: hidden;
    cursor: pointer;
	background-image:url('../images/load.gif');
	text-align:center;
}

.thumbnail:hover{
    width: 68px;
    height: 68px;
	margin:0px;
    border: 6px #00381F solid;
	}
    
.thumbnail_active{
    width: 68px;
    height: 68px;
    margin:0px;
    border: 6px #00381F solid;
}

.foto{
    position: relative;
    margin-top:70px;
    border:1px #00381F solid;
    display: none;
}

#fotocontainer{
    position: relative;
    padding:10px;
    z-index:500;
}

#woning_frontpage{
    position: relative;
    float: right;
    display: inline;
    height: 400px;
    width: 200px;
    z-index: 200;
}

#woning_frontpage1{
    position: relative;
    float: right;
    display: inline;
    height: 400px;
    width: 200px;
    margin-top:2px;
    z-index: 200;
}

#woning_container {
	width: 200px;
	position: relative;
    float: right;
    margin-top:300px;
    margin-right:-150px;
    margin-left:15px;
    display: none;
}

.front_woning_foto{
    position: relative;
    float: right;
    display: block;
    clear: both;
    margin-bottom: 10px;
    cursor:pointer;
    overflow: hidden;    
    width:200px;
    padding:4px;
    border: 1px solid #00381F;
}

.openhuis{
    position: absolute;
    left:15px;
    bottom:-4px;
    width:160px;
    height:37px;    
    color:#fff;
    background-color:#001A0C;
    opacity:0.9;
    filter:alpha(opacity=90); 
    border-top:1px solid #000;
}

