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

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px 0px 5px 0px;
	padding: 0 5px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	background: url(images/drop-shadow.png) no-repeat center bottom;
}
.gallery div {
	width:170px;
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery a:hover div {
	border-color: #000;
}

.gallery span {
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	background: url(images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}

.gallery em {
	background: #FFE;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	border: 1px solid #999;
}

.gallery small {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -4px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

.ie7 .gallery span { behavior: url(iepngfix.htc); cursor: pointer; }
.ie7 .gallery small { behavior: url(iepngfix.htc); cursor: pointer; }
.ie7 .gallery li { background: url(images/drop-shadow.gif) no-repeat center bottom; }









.galleryZoom {
	list-style: none;
	margin: 0;
	padding: 0;
}
.galleryZoom li {
	margin: 10px 0px 5px 0px;
	padding: 0 5px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	background: url(images/drop-shadow.png) no-repeat center bottom;
}
.galleryZoom img { border:none;}
.galleryZoom div {
	width:170px;
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.galleryZoom a:hover div {
	border-color: #000;
}

.galleryZoom span {
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	background: url(images/glossy-gradient.png) no-repeat;
}
.galleryZoom a {
	text-decoration: none;
}

.galleryZoom small {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -4px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

.ie7 .galleryZoom span { behavior: url(iepngfix.htc); cursor: pointer; }
.ie7 .galleryZoom small { behavior: url(iepngfix.htc); cursor: pointer; }
.ie7 .galleryZoom li { background: url(images/drop-shadow.gif) no-repeat center bottom; }




