#setPhotoShow .thumbs, #setPhotoShow .gallerythumbs {
	width: 120px;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	/*background-color: #fcc; */
	border-style: none;
	/*background: url(images/Box.gif) no-repeat top left;*/
	
}

#setPhotoShow .thumbsOuter {
	float: left;
	width: auto;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #faa;
	border-style: dotted;
	
	
}

#setPhotoShow .gallerythumbs {
	width: 95px;	
}

#setPhotoShow .gallerythumbsOuter {
	float: left;
	width: auto;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

  
#setPhotoShow .thumbs p, #setPhotoShow .gallerythumbs p {
	text-align: center;
	font-size:80%;
	margin: 0;
	padding: 0;
	//flows text nicely
	overflow: hidden;
}


#setPhotoShow .thumbs img , #setPhotoShow .gallerythumbs img {
	padding: 0px;
	border: 2px solid #fff;
	display:block;
	margin:auto;
}

#setPhotoShow .photoTypesCol {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	font-size:80%;
	color: #333
}

#setPhotoShow .photoTypesCol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333
}


#setPhotoShow .photoTypesCol ul li {
	padding: 0px 0px 0px 10px;
	margin: 0;
}

p.caption {
	font-size:80%;
	color: green;
	font-weight: bold;

}

input.caption {
	width: 95%;
}

h1.gallery {
	text-align: center;
	color:red

}

