/* ----------------------------- GALERIES -----------------------------  */
.void{
	clear:both;
	font-size:0;
	line-height:0;	
}
#hiddenSubNav{
	display:none;
}

.albumsBT{
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size:14px;
font-weight:bold;
	text-align:center;
	color:white;
	display:inline-block;
	width:160px;
	height:25px;
}

.albumsBT:hover{
	background-position: top center;
}

#publishBT{background-image:url(../images/blank_bt.png);}
#createBT{background-image:url(../images/blank_bt.png);}
#finishBT{background-image:url(../images/blank_bt.png);}
#easyalbums_createDropDown{
	position:absolute;
	display:none;
	border:1px solid #AAA;
	border-left:1px solid #DDD;
	border-top:0;
	z-index:9090;
	width:110px;
	background:#EFEFEF;
	margin:0px 20px;

}
#easyalbums_createDropDown a{
	display:block;
	padding:2px 10px;
}
#easyalbums_createDropDown a:hover{
	display:block;
	background:#3C609C;
	color:white;
	padding:2px 10px;
}

.easyalbums_galleriesholder {
	float: left;
	cursor:pointer;
	/*border: 1px solid #CCC;*/
	position: relative;
	margin: 5px;
	height: 180px;
	overflow: hidden;
	background-color: #333;
}
.easyalbums_thumbslider{
	position:relative;
}
.easyalbums_thumb {
	background-position: center;
	background-repeat: no-repeat;
	
	background-color:#CCC;
	position: relative;
	width: 200px;
	height: 150px
}

.easyalbums_gallerycontrol {
	position: relative;
	
	width: 100%;
	background-image:url(../images/galControlBG.png);
	font-weight: bold;
	color: white
}

.easyalbums_gallerycontrol_inner {
	
}
.easyalbums_gallerytitle_edit{
	background-image:url(../images/arrow.png);
}

.easyalbums_gallerytitle{
	
	background-position:right center;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	background-color: #3C609C;
	padding:4px 5px 8px 5px;
}
.easyalbums_gallerycontrol_inner a {
	font-size:12px;
	display:block;
	padding: 2px 10px;
	font-weight:bold;
	color:white;
}
.easyalbums_gallerycontrol_inner a:hover {
	background-color:#7FB0FF;
	color:#DDD;
}

.easy_albums_label{
	display:inline-block;
	width:70px;
	float:left;
	text-align:left;
	padding:0px 4px;
	font-size:14px;
}
.easyalbums_formField{
	margin:5px 20px;
}
.easyalbums_input
{
	border:1px solid #DDD !important;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.easyalbums_inject_album_holder{
	
	display:inline-block;
	background-color:#3C609C;
	color:white;
	margin:5px 0px;
	padding:3px 3px 3px 10px;
}
#injectBT{
	display:inline-block;
	color:white;
	padding:0px 10px;
	
	font-weight:bold;
	background-color:#7FB0FF;
}

.easyalbums_h4{
	font-size:24px;
	margin:20px 0px;
}

.easyalbums_title{
    margin: 0 0 20px 30px;
    font-size: 24px;
    padding: 5px;
    display: inline-block;
    float: left;
}
.easyalbums_title:hover{
    border-style: solid;
    border-width: 1px;
    padding: 4px;
}
.easyalbums_buttons{
    display: table-cell;
}
.easyalbums_visibility_row{
    display: table-cell;
    padding: 0px 25px;
}
.easyalbums_options{
    float: right;
    margin: 0px 50px 10px 0px
}

.clear{
    clear: both;
}
.easyalbums_dropdown {position: relative; display: inline-block; font-size: 13px;}
.easyalbums_dropdown-values {position: absolute; top: 24px; background: #fff; border: #999 1px solid; text-align: left; white-space: nowrap; z-index: 4; overflow: auto; max-height: 160px; min-width: 80px;
    -moz-box-shadow: 0 2px 6px #999; -ms-box-shadow: 0 2px 6px #999; -o-box-shadow: 0 2px 6px #999; -webkit-box-shadow: 0 2px 6px #999; box-shadow: 0 2px 6px #999;
    }
.easyalbums_dropdown-item {text-decoration: none; display: block; padding: 2px 22px 2px 15px;}
.easyalbums_dropdown-item:hover {background: #e9edf3; text-decoration: none;}
.easyalbums_dropdown-trigger {text-decoration: none; display: inline-block; padding: 3px 5px;}
.easyalbums_dropdown-trigger-label {border-bottom: 1px dotted #6dc3ff;}
.easyalbums_dropdown-trigger:hover .easyalbums_dropdown-trigger-label {text-decoration: none; border-color: #0096ff;}
.easyalbums_dropdown-values a, .easyalbums_dropdown-values a:visited {}

.easyalbums_dropdown-fader {position: fixed; display: block; top: 0; bottom: 0; left: 0; right: 0;}
#visibility-label {margin: 3px 5px;}