.gallery {

	display: block;
	float: left;
	clear: both;
	width: 100%;

}

.thumbnail {

	float: left;
	clear: none;
	margin-right: 20px;
	margin-bottom: 20px;

}

	.thumbnail img {
	
		border: 10px solid #ccc !important;
	
	}

	
	.thumbnail:hover img {
	
			border: 10px solid #272a2e !important;
	
	
	}
		
	.title {
	
		width: inherit;
		clear: both;
		display: block;
		background-color: #272a2e;
		color: #fff;
		border: 10px solid #272a2e;
		margin-top: -7px;
	
	}
	
/*--------------------------------------------- 

[Post Image Gallery Stylesheet] 

Project: [Post Image Gallery Wordpress Plugin]
Version: [V1.0]
Last change: [5/12/2009] [End of V1.0]
Assigned to: [Gerben van Dijk / Gport] [NL] 

----------------------------------------------*/


a.magicsidebar img {

	margin: 6px;
	border: 3px solid #000;

}

	a.magicsidebar img:hover {
	
		border: 3px solid #ccc;
	
	}	