ul#gallery_list{
	padding:0px;
	margin:0px;
	min-height:300px;
}

ul#gallery_list, .gallery_list ul{
	list-style-type:none;
	padding-top:1px;
}

ul#gallery_list li div.gallery_list_title{
	background-color:#A2A2A2;
	font-weight:bold;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:  3px 3px 0px 0px;
	border-radius:  3px 3px 0px 0px;
	border:1px solid #e7e7e7;
	background-image:url(header_menubg-active.jpg);
	background-repeat:repeat-x;
	padding:5px 20px;
	font-size:16px;
	color:#ffffff;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	cursor:move;
}

ul#gallery_list .placeholder {
	border: 1px dashed #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height:44px;
}

ul#gallery_list .mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ul#gallery_list {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ul#gallery_list, ul.gallery_list ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

ul#gallery_list {
	margin: 0px 0;
}

#gallery_list li {
	margin: 5px 0 0 0;
	padding: 0;
}

#gallery_list li div.gallery_wrapper  {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	padding: 6px;
	margin: 0;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}

ul#gallery_list li div.gallery_content{
	padding:20px;
	background-color:#fefefe;
	background-image:url(header_menubg-over.jpg);
	background-repeat:repeat-x;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	display:none;
}

ul#gallery_list li div.gallery_content textarea{
	width:200px;
	height:75px;
}

ul#gallery_list li div.gallery_content_inner{
	margin-left:160px;
}

ul#gallery_list li div.gallery_list_title div.gallery_list_remove{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
}

ul#gallery_list li div.gallery_list_title div.gallery_list_edit{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
	margin-right:3px;
}

.gallery_add_picture{
	line-height:26px
}

ul#gallery_list div.gallery_image{
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	padding: 6px;
	margin: 0;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	float:left;
}

ul#gallery_list div.gallery_image img{
	max-width:133px;
}

.galleries a img{
	padding:2px;
	background-color:#ffffff;
	border:1px solid #666666;
	margin-right:10px;
	margin-bottom:10px;
}