@charset "utf-8";
/* CSS Document */

img {border: none;}
ul.gallery {
	width: 670px;
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 7px 2px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-o-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
ul.gallery li a.thumb {
	width: inherit;
	height: inherit;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 200px;
	height: 180px; /*-- overwritten as inline style by value passed to script--*/
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: transparent;
}
ul.gallery li p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 5px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
	cursor: pointer;
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}

ul.gallery li p a{
	font-size:small;
}

.thumbBoxLeft{
	width:230px;
	float:left;
}

.thumbBoxLeft > ul.gallery {
		width:210px; !important;
}