/*
-- GALLERY DESCRIPTION -- */

#gallery-description {
	margin: 0; padding: 0;
	}

.desc-container {
	margin: 10px auto 0; padding: 0;
	width: 700px;
	min-height: 100px;
	overflow: hidden;
	background-color: #2C2C2C;
	border-color: #5E5E5E;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	box-shadow: 0px 0px 0px #050505;
	-moz-box-shadow: 0px 0px 0px #050505;
	-webkit-box-shadow: 0px 0px 0px #050505;
	border-radius: 0px; -moz-border-radius: 0px;
	}

.desc-content {
	margin: 0 auto; padding: 15px 20px 15px;
	max-width: 640px;
	text-align: center;
	position: relative;
	}

.desc-content h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #FFFFFF;
	font-size: 20px;
	}

.desc-content h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 15px;
	}

.titles {
	text-align: center;
	font-weight: normal;
	font-family: Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', Georgia, serif;
	}

.desc-content p {
	margin: 1em auto 0;
	line-height: 1.4em;
	color: #FFFFFF;
	font-family: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
	font-size: 12px;
	}

#desc-image-container {
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	}

.desc-image {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	width: 250px;
	box-shadow: 0px 0px 0px #050505;
	-moz-box-shadow: 0px 0px 0px #050505;
	-webkit-box-shadow: 0px 0px 0px #050505;
	}

.thumbnail-grid {
	overflow: hidden;
	position: relative;
	margin: 20px auto 0;
	padding: 0;
	width: 100%;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background: transparent;
	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: 930px;
	height: auto;
	overflow: visible;
	}

.album-container {
	margin: 0 5px 10px;
	padding: 0;
	width: 298px;
	height: 148px;
	border: 1px solid #FFFFFF;
	background-color: #2E2E2E;
	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: 148px;
	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: bold;
	font-size: 14px;
	font-family: Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', Georgia, serif;
	cursor: default;
	background: #000000;
	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: 298px;
	height: 148px;
	}

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


