ul.thumbs {
	padding: 0;
	clear: both;
	list-style: none;
	margin: 0 !important;
}
ul.thumbs li {
	float: left;
	height: 150px;
	display: block;
	list-style: none;
	text-align: center;
	margin: 0 6px 6px 0 !important;
	list-style-image: none !important;
}
ul.thumbs li img {
	border: none;
	margin: 0 !important;
}
ul.thumbs li a {
	border: 0;
	width: 120px;
	height: 90px;
	display: block;
	background: #333;
	overflow: hidden;
	text-decoration: none;
}
ul.thumbs li p.title {
	color: #999;
	margin: .5em 0;
	font-size: .85em;
	text-align: center;
}
.thumbs .clearboth { 
	clear: both; 
}
.childscontainer {
	float: left;
	margin-bottom: 20px;
}
.thumbscontainer {
	float: left;
	margin-bottom: 20px;
}
.pagenumbers {
	margin-bottom: 20px;
}
.picturecontainer {
	text-align: center;
}
.picturecontainer .title {
	margin-top: 20px;
	font-weight: bold;
}
.picturecontainer .picture img {
	border: none;
	margin: 0 !important;
}
.picturecontainer .picture a {
	border: 0;
	text-decoration: none;
	background: none !important;
}
.managecontainer {
}
.managecontainer textarea {
	width:				80%;
}
.managecontainer hr {
	text-align: 		left;
	margin: 			20px auto 20px 0;
}
.pictureform .managepicture {
	float:				left;
	clear:				left;
	margin-right:		1em;
}
.pictureform .shortfields {
}
.pictureform .clearboth {
	clear:				both;
}
.uploadcounter {
	width: 				20px;
	margin-bottom: 	10px;
	float:				left;
	clear:				left;
	line-height:		2em;	
}
.uploadfile {
	margin-bottom: 		10px;
	float:          	none;
}
.uploadfile input {
	width: 3em;
}
.uploadform {
	margin-top:			20px;
	margin-bottom:		-10px;
   	clear: 				both;
}
.uploadform .clearboth {
	clear:				both;
}
.slideshowwrapper {
	text-align:			center;
}
.deleteform {
	float:				left;
}
.synchform {
	float:				left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333;
	font: 12px arial, helvetica, sans-serif;
}
#TB_secondLine {
	color:#666;
	font: 10px arial, helvetica, sans-serif;
}
#TB_window a:link { color: #666666; }
#TB_window a:visited { color: #666666; }
#TB_window a:hover { color: #000; }
#TB_window a:active { color: #666666; }
#TB_window a:focus { color: #666666; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
}
.TB_overlayMacFFBGHack { background: url('img/macFFBgHack.png') repeat; }
.TB_overlayBG {
	opacity: 0.75;
	-moz-opacity: 0.75;
	background-color: #000;
	filter: alpha(opacity=75);
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	top: 50%;
	left: 50%;
	color: #000;
	z-index: 102;
	display: none;
	position: fixed;
	text-align: left;
	background: #fff;
	border: 4px solid #333;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#TB_caption{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}
#TB_closeWindow{
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow{
	float: right;
	text-align: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
}
#TB_ajaxWindowTitle{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title{
	color: #fff;
	height: 27px;
	background-color: #333;
}
#TB_title a {
	color: #fff !important;
}
#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	padding:2px 15px 15px 15px;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	top: 50%;
	left: 50%;
	width: 208px;
	height: 13px;
	z-index: 103;
	display: none;
	position: fixed;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: 99;
	height: 100%;
	border: none;
	position: fixed;
	-moz-opacity: 0;
	background-color: #fff;
	filter: alpha(opacity=0);
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
