
.rightBlock { /* drop down menu block */
	float:right;
}

.sizeInfo {
	float:left;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	color: #CCC;
}
.giNew {
	color:orange;
}

.gallery-menu {
	float:left;
	width:200px;
}

.gallery-menu hr {
	width:155px;
}

.gallery-main-table {
	border:0px;
	width:100%;
	max-width:1000px;
}

.gallery-main {
	min-width:680px;
	margin-left:220px;
}

.gallery-main-left {
	float:left;
	text-align:left;
}

.gallery-main-right {
	float:right;
	text-align:right;
}

.gallery-main-right tr{
	 vertical-align: top;
}

.gallery-main-left tr{
	 vertical-align: top;
}

.title-summary {
	color:#bbb;
	font-size:14px;
}

#thumbs{
    overflow: auto;
    white-space: nowrap;
    clear: both;
    margin-bottom: 3px;
    border-top-width: 1px;
    width: 100%;
    height: 105px;
}

/* -- Main layout definitions ------------- */

body.gallery {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	margin: 1.5em;
	background-color: #333;
	color: #fff;
	text-align: center;
}


.gallery-album {
	width:33%;
	min-width:360px;
}

.gallery-album-pan {
	min-height:250px;
	width:80%;
}


a {
	color: #38c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	color: #CCC;
	font-size: 0.9em;
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #CCC;
	margin-top: 3em;
}

.top {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
}

.top table {
	border:0px;
	width:100%;
}

.top h1 {
	color: #60baff;/*#bf0000;*/
	margin:0px;
	padding:0px;
	font-size: 2em;
	font-weight:normal;
}

/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left; 
	text-align: center;
}

.gallery-thumb img {
	background: white;
	border: 1px solid #ccc;
	padding: 5px; 
	margin: 1px;
	-moz-border-radius: 7px;
}

.gallery-thumb a img {
	border-color: #ccc;
/*	border-color: #222;*/
}

.gallery-thumb a:hover img {
	border-width: 1px;
	border-color: #38c;
	margin: 1px;
	-moz-border-radius: 7px;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
}

.gallery-albums-box {
	min-width:1110px;	
}

.gallery-albums h4 {
	margin: 10px 0 0 0;
	font-size: 1.2em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #CCC;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0px;
	clear: both;
}


/* -- Gallery Photo (detail page) --------- */

.gallery-photo {
	text-align: center;
}

.gallery-photo img {
	background: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	-moz-border-radius: 5px;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
/*	margin: 1.5em 0;*/
	margin-bottom: 0em;
	font-size: 12px;
	color: #FFF;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #CCC;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	font-size: 0.8em;
	margin: 1.5em 0;
}

table.gbDataTable .gbOdd {
	font-weight: bold;
}

