/* ------------- bof gallery ------------- */

.gallery{
	height:220px;
}

.galleryL, .galleryR{
	width:375px;
	text-align:center;
}

.galleryL a, .galleryR a{
	margin:10px auto;
	display:block;
	width:200px;
	height:140px;
	text-align:center;
}

a:hover#thumb1, a#thumb2:hover, a:hover#thumb3, a:hover#thumb4, a:hover#thumb5, a:hover#thumb6, a:hover#thumb7, a:hover#thumb8{
	background-position:bottom;
}

a#thumb1{
	background:url(../images/gallery_thumb1.jpg) top no-repeat #fff;
}

a#thumb2{
	background:url(../images/gallery_thumb2.jpg) top no-repeat #fff;
}

a#thumb3{
	background:url(../images/gallery_thumb3.jpg) top no-repeat #fff;
}

a#thumb4{
	background:url(../images/gallery_thumb4.jpg) top no-repeat #fff;
}

a#thumb5{
	background:url(../images/gallery_thumb5.jpg) top no-repeat #fff;
}

a#thumb6{
	background:url(../images/gallery_thumb6.jpg) top no-repeat #fff;
}

a#thumb7{
	background:url(../images/gallery_thumb7.jpg) top no-repeat #fff;
}

a#thumb8{
	background:url(../images/gallery_thumb8.jpg) top no-repeat #fff;
}

/* ------------- eof gallery ------------- */
