
.thumbnail-grid {
	overflow: hidden;
	position: relative;
	margin: 50px auto 0;
	padding: 0;
	width: 100%;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 25px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background: #CCCCCC;
	box-shadow: 0px 0px 0px #000000;
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	border-radius: 0px; -moz-border-radius: 0px;
	}


#gallery-index {
	margin: 0px auto 0;
	padding: 0;
	width: 396px;
	height: auto;
	overflow: visible;
	}

.album-container {
	margin: 0 20px 40px;
	padding: 0;
	width: 156px;
	height: 421px;
	border: 1px solid #FFFFFF;
	background-color: #A6A6A6;
	text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 0px 0px #000000;
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;

	border-radius: 0px; -moz-border-radius: 0px;
	}

.album-content {
	margin: 0;
	padding: 0;
	height: 421px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0px; -moz-border-radius: 0px;
	}

.caption-top, .caption-bottom {
	color: #FFFFFF;	
	padding: 1.2em;	
	font-weight: normal;
	font-size: 14px;
	font-family: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
	cursor: default;
	background: #595959;
	text-shadow: 1px 1px 0 #202020;
	}

.caption-top {
	}
.caption-bottom {
	}

.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
	}

.caption a:hover, .caption a:hover {
	background: #202020;
	}

.album-content, img.captify {
	width: 156px;
	height: 421px;
	}

img.captify {
	opacity: 0; filter:alpha(opacity=0);
	}



