@charset "utf-8";
/* CSS Document */
#photoGallery {
	position: relative;
	width: 650px;
	height: 396px;
	margin: 20px 20px 0 0px;
	background: #FFF url(../images/photos/000_preview.jpg) 30px 80px no-repeat;
}

#photoGallery ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#photoGallery a.gallery span {
	position: absolute;
	width: 1px;
	height: 1px;
	top: -1px;
	left: -1px;
	overflow: hidden;
	background: #FFFFFF;
}

#photoGallery a.gallery, #photoGallery a.gallery:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	margin: 1px 2px 1px 2px;
	padding: 0;
	text-align: left;
	cursor: default;
}

#photoGallery a.gallery:hover {
	border: 1px solid #FFFFFF;
}

#photoGallery a:hover span {
	position: absolute;
	width: 372px;
	height: 372px;
	top: 10px;
	left: 0px;
	color: #000000;
	background: #FFFFFF;
}

#photoGallery a.gallery:hover img {
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 5px;
}

#photoGallery a.slide4:hover img, #photoGallery a.slide9:hover img {
	float: right;
}


#photoGallery ul {
	width: 198px;
	height: 386px;
	margin: 5px;
	float: right;
}

#photoGallery li {
	float: left;
}

#photoGallery a.slide1 {
	background: url(../images/photos/001_thumb.jpg);
	width: 93px;
	height: 60px;
}
#photoGallery a.slide2 {
	background: url(../images/photos/002_thumb.jpg);
	width: 93px;
	height: 60px;
}
#photoGallery a.slide3 {
	background: url(../images/photos/003_thumb.jpg);
	width: 60px;
	height: 93px;
}
#photoGallery a.slide4 {
	background: url(../images/photos/004_thumb.jpg);
	width: 60px;
	height: 93px;
}
#photoGallery a.slide5 {
	background: url(../images/photos/005_thumb.jpg);
	width: 60px;
	height: 93px;
}
#photoGallery a.slide6 {
	background: url(../images/photos/006_thumb.jpg);
	width: 93px;
	height: 60px;
}
#photoGallery a.slide7 {
	background: url(../images/photos/007_thumb.jpg);
	width: 93px;
	height: 60px;
}
#photoGallery a.slide8 {
	background: url(../images/photos/008_thumb.jpg);
	width: 60px;
	height: 93px;
}
#photoGallery a.slide9 {
	background: url(../images/photos/009_thumb.jpg);
	width: 60px;
	height: 93px;
}
#photoGallery a.slide10 {
	background: url(../images/photos/010_thumb.jpg);
	width: 60px;
	height: 93px;
}
#photoGallery a.slide11 {
	background: url(../images/photos/011_thumb.jpg);
	width: 93px;
	height: 60px;
}
#photoGallery a.slide12 {
	background: url(../images/photos/012_thumb.jpg);
	width: 93px;
	height: 60px;
}

