﻿.thumbnails {
	margin-left: auto;
	margin-right: auto;
	width: 696px;
	margin-top: 25px;
}
.thumbnail {
	border: 1px solid #CCCCCC;
	margin: 5px;
	cursor: url("./images/gallery/zoomin.cur"), pointer;
	height: 80px;
	width: 100px;
}
.thumbnails a {
	outline: none;
}
.caption {
	background-color: #000000;
	color: #FFFFFF;
	height: 75px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.gallery {
	position: relative;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	height: 355px;
	text-align: center;
}
.gallery img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #CCCCCC;
}

