


#photoPicker {
	/*border: 1px dotted black;*/
	text-align: center;
	padding-bottom: 10px;
	width: 292px;
	background: #f8f8f6;
	}



#photoPicker a img {
	border: none;
	}



#fullView {
	width: 292px;
	height: 292px;
	line-height: 292px;
	padding: 0px;
	background-color: #transparent;
	text-align: center;
	/*border: 1px solid red;*/
	}

*html #fullView {
	font-size: 250px;
	}


#fullView a {
	line-height: 290px;
	width: 290px;
	height: 290px;
	border: 1px solid transparent; /*<- required for firefox */
	}

*html #fullView a {
	border: none;
	}

#fullView img {
	vertical-align: middle;
	border: none;
	/*border: 1px solid #b0acab;*/
	}


#photoCaption {
	font: normal .8em arial, helvetica, sans-serif;
	line-height: 1.1em;
	color: #000;
	text-align: left;
	padding: 5px 0 10px;
	}





ul#galThumbs { 
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}



ul#galThumbs li {
	float: left;
	margin: 5px 5px 5px 5px;
	width: 81px;
	height: 81px;
	line-height: 75px;
	padding: 2px;
	border: 1px solid #ddd;
	text-align: center;
	background: #fff;
	display: table-cell;
	display: inline-block;
	}





*html ul#galThumbs li {
	font-size: 70px;
	height: 81px;
	display: inline;
	}



ul#galThumbs li img {
	border: 2px solid #fff;
	vertical-align: middle;
	cursor:pointer;
	}