/* photogallery.css */
ul.thumbs li {
	list-style:none;
	float:left;
	display:block;
	list-style-image:none !important;
	margin:0px 6px 8px 6px !important; /* sjr */
}
ul.thumbs {
	list-style:none;
	margin-left:4px;
	padding:0;
	clear:both;
}
ul.thumbs li img {
	border:none;
}
ul.thumbs li a {
	background:none !important;
	text-decoration:none;
	border:0;
}
ul.thumbs li p {
	/*overflow:hidden;*/ /* commented this out when added table for thumbs - sjr */
}
ul.thumbs li div { /* added this style - sjr */
	overflow:hidden; 
}
.thumbs .clearboth {
	clear:both;
}
.childscontainer {
	margin-bottom:20px;
	float:left;
}
.thumbscontainer {
	width:400px; /* added - sjr *//*text-align:center; /* added - sjr */
	margin-bottom:10px;
        margin-top:0px; /* changed to 0 - may not have to leave room for title and description because it will float - sjr */
	float:left;   /* remove float left so thumbs can center - sjr */
}
.thumbscontainer .thumbs li { /* added this style from wiki - http://modxcms.com/forums/index.php/topic,16448.0.html - sjr */
	display:block;
	width:120px;
	height:80px;
	overflow:hidden;
}
.indvaccpiccontainer { /* added this style - sjr */
	background-color:#FFF;
	width:400px;
	padding:0 0 0 0; /* added - sjr */
}
.pagenumbers {
	margin-bottom:20px;
}
.picturecontainer {
	text-align:center;
	width:400px;  /* added - sjr */
	/* height:268px; */  /* removed height so title and description can float - thanks Doze - sjr *//* overflow:hidden; */  /* added - sjr */
}
.picturecontainer .title {
	font-weight:bold;
	margin-top:0px; /* changed from 20 to 5 - sjr */
}
.picturecontainer img { /* added this style */
	margin-top:0px;
}
.picturecontainer .picture img {
	border:none;
	margin:0 !important; /* changed from 0 to 2 - sjr */
}
.picturecontainer .picture a {
	background:none !important;
	text-decoration:none;
	border:0;
}
#maximage { /* added this style - sjr */
	width:400px;
	height:268px;
}
#maxTitle { /* added this style - sjr */
	width:400px;
	/*height:20px;*/
	/*overflow:hidden;*/
	margin:3px 10px 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#maxDescr { /* added this style - sjr */
	width:390px;
	/*height:30px;*/
	/*overflow:hidden;*/
	padding:3px 10px 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
.managecontainer {
	float:left;
}
.managecontainer textarea {
	width:395px;
}
.managecontainer hr {
	width:400px;
	text-align:left;
	margin:20px auto 20px 0;
}
.pictureform .managepicture {
	float:left;
	clear:left;
}
.pictureform .shortfields {
	margin-left:20px;
	float:left;
}
.pictureform .clearboth {
	clear:both;
}
.uploadcounter {
	width:20px;
	margin-bottom:10px;
	float:left;
	clear:left;
}
.uploadfile {
	margin-bottom:10px;
	float:none;
}
.uploadfile input {
	width:385px;
}
.uploadform {
	margin-top:20px;
	margin-bottom:-10px;
	clear:both;
}
.uploadform .clearboth {
	clear:both;
}
.slideshowwrapper {
	text-align:center;
}
.deleteform {
	float:left;
}
.synchform {
	float:left;
}

