/* -- Main layout definitions ------------- */
/*
body.gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 1.5em;
	color: #222222;
	text-align: center;
}

#gallery 
{
	margin:0 auto;
	padding:0;
}
*/
#gallery {
	margin: 0 auto;
	text-align: center;
	padding:0;
}

.gallery-thumb {
    width: 165px;
    height: 185px;
}

.gallery-album {
  margin: 5px 0;
  width: 220px;
  height: 300px;
}

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

.footer {
	font-size: 70%;
}


/* Keep in synch with boxtitle */
#gallery h2 {
	padding-bottom: 2px;
  border-bottom: solid 1px #dde;
  margin: 15px 0 2px 0;
}

#gallery h2 a {
  float: left;
	margin-right: 20px;
}


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

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

.gallery-album .gallery-thumb {
	margin: 5px;
  clear: right;
	float: none;
  text-align: left;
}

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

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

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #C4A457;
	margin: 0;
	-moz-border-radius: 7px;
}


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

.gallery-albums {
	margin: 1em 0;
	clear: both;
}

.gallery-albums h4, {
	font-size: 115%;
  margin: 5px 0 2px 0;
  padding: 0 0 2px 6px;
}

.gallery-albums .meta, .gallery-albums p{
	font-size: 95%;
  margin: 5px 0 2px 0;
  padding: 0 0 2px 6px;
}

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

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



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

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


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

.gallery-photo {
	margin: 10px 0;
	text-align: center;
}

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


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

.block-exif-ExifInfo div {
	font-size: 90%;
	margin: 1em 0;
}

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

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


.gbEven {
  background-color: #ffe;
}


#gallery ul {
	margin-left: 0;
	list-style-type: none;
}


#gallery ul li {
  font-size:90%;
	padding-left: 1.5em;
}


div.block-core-GuestPreview {
	font-size: 70%;
	float: right;
}


#gallery.rtl div.block-core-GuestPreview {
	float: left;
}


.download {
text-align: center;
}

.gcBorder1 {
    border: 0 solid #ccc;
}

.gcBorder2 {
    border: 0 solid #888;
}

div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('images/tab_right_on.jpg');
}

.gbBlock {
    padding: 0.0em;
    border-width: 0 0 0px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}

#gsSidebar {
    border-right-width: 1px;
    width: 175px;
    overflow: hidden;
}
#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}
#gallery #gsSidebar ul {
    font-size: 1em;
}

div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #0b6cff;
}

.gbItemImage {
	margin: 15px 0;
	text-align: center;
}

.giNew, .giUpdated {
	font: 99% Verdana, Arial, Helvetica, sans-serif;;
  border-width: 3px;
  border-style: ridge;
	border-color: red;
  padding: 2px 8px;
  line-height: 4em;
	color: red;
	letter-spacing: 0.1em;
	
}

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

.block-core-Navigator {
	font-size: 0.9em;
	color: #999;
}

.block-core-Navigator .first-and-previous{
	display: inline;
	float: left;
}

.block-core-Navigator .next-and-last{
	display: inline;
	float: right;
}

.block-core-Navigator .current {
	display: inline;
	margin: 0 0.5em;
	position: relative;
	left: 310px;
}


 


