/* .deleteDragSort{ 
	background: url("../../images/icon/btn_cancelDrag.png") no-repeat scroll left top transparent;
    display: inline;
    float: right;
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    width: 28px;
    cursor: pointer;
    margin-top: -2px;
			
} */

.deleteDragSort{
    position: absolute;
    right: -3px;
    top: -6px;
}

#btn_calcelDragSortGallery{ 
	/*background: url("../../images/icon/btn_cancelDrag.png") no-repeat scroll left top transparent;*/
    /*display: inline;*/
    float: right;
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    width: 28px;
    cursor: pointer;
			
}

.dragOverlay_gallery{ 
	width:100%; 
	height:100%; 
	text-align:center; 
	background-color: #000000  ;
	opacity: 0.7;	
	position: absolute;
	top: 0px;
	left: 0px;
}

.dragOverlay_gallery .icon{ 
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    font-size: 100px;
    line-height: 1;
    margin-left: -50px;
    margin-top: -50px;
}

#btn_viewMoreGallery{

	height: 40px;
    width: 686px ;
	/*background: url("../../images/icon/btn_viewMore.png")no-repeat scroll left top transparent;*/
	cursor: pointer;
}

#btn_backToAlbum{
	padding: 3px 0;
    display: inline;
    float: right;
    height: 27px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100px ;
	cursor: pointer;
}

#btn_backToAlbumUser{
	display: inline;
    float: left;
    height: 27px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100px ;
	background: url("../../images/icon/btn_backAlbum.png") no-repeat scroll left top transparent;
	cursor: pointer;

}

#btn_editSortGallery{
    float: right;
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    width: 28px;
    cursor: pointer;

}
#btn_saveSortGallery{
    float: right;
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    width: 28px;
    cursor: pointer;

}

#show_all_album ul { 
	list-style-type: none; 
	margin:0px; 
	padding:0px;
 }
 #show_all_album li { 
	float:left; 
	padding:0 5px 5px 5px;
}
#show_all_album .albumThumbnail{ 
	text-align:center; 	
}

#show_all_album #bg_albumThumbnail{ 
    position: absolute;
    right: -5px;
    top: -13px;
}

#show_all_album .albumEmptyThumbnail{ 
	text-align:center; 		
}

#show_all_album .dragOverlay{ 
	background-color: #000000;
    height: 212px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 0;
    width: 210px;
}

#show_all_album .dragOverlay img{ 
	height: 100px;
    left: 25%;
    position: absolute;
    top: 25%;
    width: 100px;
}


#show_all_album .edit_text_album_name{ 
    display: none;
    width: 213px;
}

#show_all_album .btn_save_edit_album_name{ 
    display: none;
    margin-left: 0px;
    margin-top: 5px;
    color: #512b80;
}

#show_all_album .btn_edit_text_album_name{
    position: absolute;
    right: 0;
    top: 0;
}

/* #show_all_album .btn_edit_text_album_name{
    background: url("../../images/icon/btn_edit_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
} */

/* #show_all_album .removeAlbum{ 
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url("../../images/icon/btn_delete.png")  ;
			
} */

.removeAlbum{
    position: absolute;
    right: 0;
    top: 0;
}

#show_all_album .placeHolder div { 
	background-color:white!important; 
	width:207px; 
	height:207px; 
	border:dashed 1px #cccccc !important; 
}

/*---------------------------------------------------------------*/

#show_gallery_detail .placeHolder div { 
	background-color:white!important; 
	width:207px; 
	height:207px; 
	border:dashed 1px #cccccc !important; 
}

#show_gallery_detail .removeGallery{ 
    top: -10px;
}