

/*
-- THUMBNAIL GRID -- */

.thumbnail-grid {
	margin: 10px auto 0;
	padding: 0 0 10px;
	overflow: visible;
	overflow-x: auto;
	overflow-y: visible;
	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 {
	margin: 12px auto 0;
	padding: 0;
	height: auto;
	overflow: auto;
	}

.grid-cell {
	margin: 0 20px 40px 20px;
	width: 400px;
	float: left;
	}

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

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

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


	.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 0px;
	width: 400px;
	}
	
.image_info_alpha .image_info {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	height: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

.image_info_sub {
	margin: 1px auto 0px;
	width: 400px;
	}
	
.image_info_sub .image_info {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	height: 12px;
	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: 12px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	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: right;
	color: #595959;
	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: #191919 !important;
	border-width: 2px !important;
	}

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

.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 0px 5px;
	cursor: default;
	font-size: 13px !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: 5px 0px 5px;
	cursor: default;
	font-size: 13px !important;
	font-weight: normal;
	text-transform: none;
	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;
	}





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

.response span, .download span, .permalink span, .map span {
	display: none;
	}

.response {
	background-image: url(../images/comment_edit.png);
	position: absolute;
	bottom: 1px;
	right: 1px;
	}

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











