/*-----------------------------------------------<Thumbnail Gallery>-----------------------------------------*/


#plein-gallery{
	width: 515px;
	float: right;
	
}
/* begin gallery styling */
#plein-gallery #jgal { list-style: none; width: 100px; float: left; }
#plein-gallery #jgal li { 
	opacity: .5; 
	float: left; 
	display: block; 
	width: 80px; 
	height: 80px; 
	background-position: 50% 50%; 
	cursor: pointer; 
	border: 3px solid #fff; 
	outline: 1px solid #ddd; 
	margin-right: 14px; 
	margin-bottom: 14px; 
	color: #ffffff;
}
#plein-gallery ul li img { 
display: none; 

}
#plein-gallery #jgal li img { 
	display: none; 
	
	
}
#plein-gallery #jgal li.active img { display: none; }
#plein-gallery #jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

#plein-gallery img { 
float: right; 

}

/* styling without javascript */
#plein-gallery #gallery { list-style: none; display: block; float: left; }
#plein-gallery #gallery li { float: left; margin: 0 10px 10px 0; }





.plein-text {
	float: left;
	width: 390px;
}

.plein-text ul {
	padding: 0px 0px 10px 20px !important;
	
}

.plein-text ul li {
	list-style: circle;
	
}

#content-header .padder {
	width:960px !important;
}

#multiple-images {
	width: 400px;
	float: right;
}

#multiple-images p {
	margin-bottom: 10px;
}
