/*
-- GALLERY DESCRIPTION -- */

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

.desc-container {
	margin: 15px auto 0; padding: 0;
	width: 774px;
	min-height: 100px;
	overflow: hidden;
	background-color: #242424;
	border-color: #000000;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	box-shadow: 3px 3px 6px #000000;
	-moz-box-shadow: 3px 3px 6px #000000;
	-webkit-box-shadow: 3px 3px 6px #000000;
	border-radius: 10px; -moz-border-radius: 10px;
	}

.desc-content {
	margin: 0 auto; padding: 20px 20px 25px;
	max-width: 580px;
	text-align: left;
	position: relative;
	}

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

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

.titles {
	text-align: left;
	font-weight: normal;
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.desc-content p {
	margin: 1em auto 0;
	line-height: 1.4em;
	color: #FFFFFF;
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	}

#desc-image-container {
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	}

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


/*
-- THUMBNAIL GRID -- */

.thumbnail-grid {
	margin: 15px auto 0;
	padding: 0;
	overflow: visible;
	overflow-x: auto;
	overflow-y: visible;
	width: 774px;
	border-color: #000000;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	background: #242424;
	box-shadow: 3px 3px 6px #000000;
	-moz-box-shadow: 3px 3px 6px #000000;
	-webkit-box-shadow: 3px 3px 6px #000000;
	border-radius: 10px; -moz-border-radius: 10px;
	}

#gallery {
	margin: 20px auto 0;
	padding: 0;
	width: 645px;
	height: auto;
	overflow: auto;
	}

.grid-cell {
	margin: 0 12px 25px 12px;
	width: 104px;
	float: left;
	}

.quickflip-wrapper {
	margin: 0;
	padding: 0;
	width: 104px;
	height: 104px;
	background-color: transparent;
	text-align: center;
	}

.thumbnail-cell, .back-panel {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100px !important;
	height: 100px !important;
	background: #404040;
	border-style: solid;
	border-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	box-shadow: 3px 3px 6px #000000;
	-moz-box-shadow: 3px 3px 6px #000000;
	-webkit-box-shadow: 3px 3px 6px #000000;
	}

.thumbnail-cell {
	border-radius: 10px; -moz-border-radius: 10px;
	}


	.thumbnail-cell {
		background-position: center center;
		background-repeat: no-repeat;
		}

	.thumbnail-holder {
		width: 100%;
		height: 100%;
		}
	
	.thumbnail-holder > a {
		margin: 0;
		padding: 0;
		display: block;
		height: 100%;
		cursor: pointer;
		}

	.thumbnail {
		display: none;
		/* opacity: 0; filter:alpha(opacity=0); */
		}



/*
-- IMAGE INFO BARS -- */

.image_info_alpha {
	margin: 0px auto 1px;
	width: 104px;
	}
	
.image_info_alpha .image_info {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	height: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

.image_info_sub {
	margin: 1px auto 0px;
	width: 104px;
	}
	
.image_info_sub .image_info {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	height: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
.image_info {
	margin: 0 auto;
	display: block;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
	font-size: 11px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #7F7F7F;
	color: #FFFFFF;	
	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;
	}

.image_info p {
	padding: 0 5px;
	}
	
.cellnumber {
	float: left;
	color: #FFFFFF;
	background-color: transparent;
	}


/*
-- HIGHSLIDE -- */

.highslide-wrapper, .highslide-outline, .highslide-heading, .highslide-caption, .highslide-image {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}

.highslide-thumbstrip img {
	margin: 0;
	padding: 0;
	display: block;
	border-color: #FFFFFF !important;
	border-width: 1px !important;
	}

.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: #FFFFFF !important;
	}

.highslide-image {
	border-width: 1px;
	}

.highslide-loading {
	width: 32px;
	height: 32px;
	padding: 0;
	background-position: center;
	background-color: #ffffff;
	border: 1px solid #101010;
	}

.highslide-dimming {
	background-color: #000000;
	}

.highslide-heading, .highslide-caption, .highslide-image, .highslide-wrapper, .highslide-outline {
	background-color: #FFFFFF;
	}

.highslide-heading, .highslide-caption, .highslide-image {
	border-color: #FFFFFF;
	}

.hs_text, .highslide-heading, .highslide-caption {
	margin: 0;
	color: #191919;
	line-height: 1.4em;
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	}

.highslide-heading {
	padding: 5px 1px 4px;
	cursor: default;
	font-size: 11px !important;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	position: relative;
	}

div.highslide-icons {
	margin: 0;
	padding: 5px 5px 0;
	width: 16px;
	cursor: default;
	position: absolute;
	top: 0;
	right: -31px;
	background-color: #FFFFFF;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}

	div.highslide-icons ul {
		cursor: pointer;
		}

	.highslide-icons li {
		margin: 0 0 5px;
		padding: 0;
		width: 16px;
		height: 16px;
		}
	
	.highslide-icons li a {
		display: block;
		height: 16px;
		cursor: pointer !important;
		}

	.highslide-icons li a span {
		display: none;
		}

	.hs-close {
		background-image: url(../images/zoom_out.png);
		}
		
	.hs-locate {
		background-image: url(../images/picture_go.png);
		}
	
	.hs-permalink {
		background-image: url(../images/picture_link.png);
		}
	
	.hs-download {
		background-image: url(../images/picture_save.png);
		}
	
.highslide-caption {
	padding: 4px 1px 5px;
	cursor: default;
	font-size: 11px !important;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	}
	
.highslide-heading p a, .highslide-caption p a {
	color: #000000;
	cursor: pointer;
	}

.highslide-heading p a:hover, .highslide-caption p a:hover {
	color: #787878;
	}

.highslide-controls {
	width: 165px;
	}
.highslide-controls .highslide-move {
	display: none;
	}

.highslide-heading, .highslide-caption, .highslide-image, .highslide-wrapper, .highslide-outline {
	background-color: transparent !important;
	}
	
.highslide-heading, .highslide-caption {
	border: 0 !important;
	}


.text-controls li, .text-controls a, .text-controls a span { background-image: none !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; background-color: #FFFFFF; color: #333333; }
.text-controls li { margin-right: 8px !important; margin-left: 8px !important; }
.text-controls a { left: 0 !important; }
.text-controls a span { margin: 1px 2px 0px !important; padding: 5px 15px 2px !important; font-size: 11px; font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: normal; text-transform: none; letter-spacing: 0px; line-height: 1em; }
.text-controls a:hover span { color: #000000; }
.text-controls a.disabled span { color: #999999; }


.grid-cell .download, .permalink, .map {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	}

.grid-cell .download span, .permalink span, .map span {
	display: none;
	}

.grid-cell .download {
	background-image: url(../images/picture_save.png);
	position: absolute;
	bottom: 1px;
	left: 1px;
	}












