#galleryLayout {
	margin-left: 72px;
	width: 800px;
}

div.pic {
	float: left;
	height: 100px;
	width: 161px;
	margin: 20px;
	text-align: center;
	padding: 20px 0 20px 0;
	vertical-align: middle;
	}

div.pic img {
	border: 1px solid;
	border-color: #666666;
	vertical-align: middle;
}

div.ls img {
     height: 120px; 
     width: 161px; 
     margin: 0 0 0 0;
}

div.gtm img {height: 85px; width: 85px;}
div.sq img {height: 160px; width: 160px; margin: 0px 0px;}
div.pic ul {
  margin: 10px 0 0 0; 
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 9px;
	background-color: #000000;
	color:inherit;
	width: 163px;
  height: 50px;
}

div.pic ul li {
	font-size: 9px;
	font-weight: lighter;
}


.title { 
display: block; 
color: #cccccc;
font-weight:bold;
background-color:inherit;
}


/* Gallery Layout Styles */

.thumbContainer { 
width: 180px;
height: 232px;
border-bottom:2px solid #000;
float:left;
margin:15px 2px 0 0;
padding:0;
}

.thumbContainer img {
border:2px solid #fff;
}

.thumb { 
background-color: #000;
width: 180px;
height:180px;
text-align:center;
color:inherit;
}

.thumb * {
    vertical-align: middle;
}

/*\*/
.thumb {
    display: table-cell;
    vertical-align: middle;
}
/**/
* html .thumb span {
    height: 100%;
}

/*\*//*/
.thumb span {
    width: 1px;
}
/**/


.thumbInfo {
border-top: 2px solid #000;
border-right:3px solid #000;
float:left;
width: 180px;
height:55px;
background-color: #333;
padding:0;
margin:0;
vertical-align:middle;
color:inherit;
}

.thumbInfo ul {
float:left;
list-style-type:none;
margin:0;
padding:3px 3px 3px 5px;
display:block;
color:#ccc;
background-color:inherit;
}

.thumbInfo ul li.location {
font-style:italic;
}

.thumbInfo ul a {
font-weight: normal;
color:#006699;
background-color:inherit;
}
/* End Gallery Layout Styles */

.message, .errorTitle  { 
font-size: 1.8em;
}

.error {
font-size: 1.2em;
}

.error li {
font-size: .9em;
margin: 0 0 0 15px;
}