

/*General Mosaic Styles*/
.mosaic-block_right{
	font-family: arial;
	float:left;
	position:absolute;
	overflow:hidden;
	width:219px;
	height:315px;
	line-height: 17px;
	float: right;
	right: 0;
	top: 240px;
	z-index: 100;
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	text-align: center;
	padding: 20px 0 0;
}
	
.mosaic-overlay{
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
}
	
.circle .mosaic-overlay {
	background-color: #fff;
	display:none;
}
		
.fade .mosaic-overlay {
	background-color: #d6d9e7;
}
		
.bar1 .mosaic-overlay {
    background-image: url("../../images/referenties.png");
    background-position: right center;
    background-repeat: no-repeat;
    bottom: 20px;
    width:219px;
	height:315px;
    left: 172px;
    top: 0;
}
	
a.mosaic-overlay{color: #000; text-decoration: none;}
a.productinfo{text-decoration: none; color: #000;  position: relative; top: -3px;}
a:hover.productinfo{text-decoration: underline;}

.info, .info_right, .info_right_bottom{
	position: absolute;
	width: 235px;
	float: left;
	top: 0px;
	padding: 20px 10px 0 20px;
	font-size: 12px;
	font-family: arial;
	color: #222222;
	line-height: 16px;
	text-align: left;
}

 .info_right, .info_right_bottom{
	 left: 35px;
	 font-size: 11px;
	 line-height: 15px;
}
body {
		margin:0;
		padding:0;
	}
/* Easy Slider */

#reference_slider {
    font-size: 11px;
    left: 15px;
    position: relative;
    top: 21px;
}

#reference_slider ul, #reference_slider li,
#reference_slider2 ul, #reference_slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}

#reference_slider2{margin-top:1em;}
#reference_slider li, #reference_slider2 li{ 
	width:129px;
	height:350px;
	overflow:hidden; 
}	

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}