ul.thumbs li {
	list-style: 		none;
	float: 				left;
	display: 			block;
	list-style-image: 	none !important;
	margin:				5px 5px 0 5px !important;
}
ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
ul.thumbs li img {
	border:				none;
	margin:				0 !important;
}
ul.thumbs li a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
ul.thumbs li p {
	overflow:			hidden;
}
.thumbs .clearboth { 
	clear: 				both; 
}
.childscontainer {
	margin-bottom:		20px;
	float:				left;
}
.thumbscontainer {
	margin-bottom:		20px;
	float:				left;
}
.pagenumbers {
	margin-bottom:		20px;
}
.picturecontainer {
	text-align:			center;
}
.picturecontainer .title {
	font-weight:		bold;
	margin-top:			20px;
}
.picturecontainer .picture img {
	border:				none;
	margin:				0 !important;
}
.picturecontainer .picture a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
.managecontainer {
    float: 				left;
}
.managecontainer textarea {
	width:				100%;
    padding: 5px;
    border-radius:4px;
}

.managecontainer hr {
	width:				100%;
	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 {
    display:block;
	width: 				25px;
	margin-bottom: 		10px;
	float:				left;
    font-weight: 600;
}
.uploader {
    border:1px solid #dedede;
	margin-bottom: 		10px;
    padding: 8px 4px 0px 4px;
	float:          	left;
    clear: 				both;
}
.uploadfile {
	float:          	left;
}
.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;
}
/**0.7*/
.inputfile {display:block;float:left;}
.drag-page {background:#FFF;}
.actionButtons li {
  list-style: none;
  margin-right: 3px;
  padding: 0;
  float: left;
}

.actionButtons img {
  vertical-align: top;
  margin-top: 1px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.actionButtons:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.actionButtons a, 
.actionButtons input {
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 500;
}
.actionButtons a, 
.actionButtons input,
.actionButtons li.primary a, 
.actionButtons a.primary, 
.actionButtons input.primary,
.actionButtons a.default {
  text-shadow: none;
  background: #fff;
  filter: none;
  color: #555;
  border-width: 1px;
  border-style: solid;
  border-color: #E4E4E4;
  border-radius: 3px !important;
  /*box-shadow: 0 0 0 1px #E4E4E4;*/
  box-shadow: none;
  transition: none;
}
.actionButtons a:hover,
.actionButtons input:hover {
  background: none;
  filter: none;
  background-color: #3697cd;
  box-shadow: none;
  border-color: #3697cd;
  color: #FFF !important;
  transition: none;
}
.actionButtons a:active {
  background-color: #3189ba;
  border-color: #3189ba;
}
.actionButtons li.primary a, 
.actionButtons a.primary,
.actionButtons input.primary{
  color: #fff;

  border-color: #32AB9A;
  background-color: #32AB9A;
  background-image: linear-gradient(#32AB9A, #00948E);
}
.actionButtons li.primary a:hover, 
.actionButtons a.primary:hover,
.actionButtons input.primary:hover{
  background-color: #2b9385;
  background-image: linear-gradient(#2b9385, #007571);
  border-color: #2b9385;
}
.actionButtons li.primary a:active, 
.actionButtons a.primary:active {
  background: #32AB9A;
  border-color: #32AB9A;
}
.actionButtons img {
  display: none;
}