.gallery {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.thumbnail {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

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

	
	.thumbnail:hover img {
		border: 5px solid #272a2e !important;
	}
		
	.title {
	
		width: inherit;
		clear: both;
		display: block;
		background-color: #272a2e;
		color: #fff;
		border: 5px 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;
	}	