#gallery-photo{
	color: #7d8083;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	
	padding: 15px 17px 0;
	position: relative;
/*	overflow: hidden; */
	margin: 0 auto;
	width: 620px;
}

.gallery-item,
.gallery-clean-item{
	overflow: hidden;
	float: left;
	margin: 0 1px 10px 10px;
	width: 260px;
}
.gallery-item p{
	width: 245px;
	height: 240px;
	overflow: hidden;	
}
.gallery-mask{background: url(images/image_mask.png) 0 0 no-repeat}
.gallery-clean{background: url(images/image_clean.png) 0 0 no-repeat}
.gallery-clean label,
label.gallery-label{
	border-bottom: solid 1px #ebebeb;
	color: #23313e;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	margin: 20px 25px 20px 20px;
	padding: 0 0 10px;
	text-align: center;
}
.gallery-mask img{
	width: 208px;
	height: 207px;
	margin: 19px 0 0 18px;
	border: none;
}
.gallery-clean .image{
	display: block;
	width: 208px;
	height: 207px;
	overflow: hidden;
	margin: 14px 22px 23px 15px;
}
.gallery-clean img{
	/*width: 208px;
	height: 207px;*/
	/*margin: 14px 0 0 15px;*/
}
.gallery-item span{
	display: block;
	text-align: center;
	padding: 0px 0 0;
	height: 60px;
	overflow: hidden;
}
.gallery-item span a:link, .gallery-item span a:visited{
	color: #23313e;
	font-weight: bold;
	text-decoration: none;
}
.gallery-item span a:active, .gallery-item span a:hover{

}
.gallery-item span abbr{
	color: #83868a;
	font-weight: normal;
}
.gallery-item div{
	overflow: hidden;
	padding: 0 0 0 38px;
	margin: 10px 0 25px;
}
.gallery-item .image:hover{
/*	cursor: move; */
}


#photo_item{
	float: right;
	width: 620px;
}





a.ico{
	display: block;
	height: 21px;
	width: 28px;
	float: left;
	margin: 0 6px;
}
a.ico-delete{background: url(images/delete.png) 0 0 no-repeat;}
a.ico-edit{background: url(images/edit.png) 0 0 no-repeat;}
a.ico-resize{background: url(images/resize.png) 0 0 no-repeat;}
a.ico-full{background: url(images/full-screen.png) 0 0 no-repeat;}
a.ico:active, a.ico:hover{background-position: 0 -21px}

a.btn-gallery{
	color: #9fa3a6;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin: 0 5px 20px 12px;
	padding: 0 0 0 30px;
	text-decoration: none;
}
a.btn-delete{background: url(images/delete2.png) 0 0 no-repeat}
a.btn-preview{background: url(images/preview.png) 0 0 no-repeat}
a.btn-options{background: url(images/options.png) 0 0 no-repeat}
a.btn-install{background: url(images/install.png) 0 0 no-repeat}
a.btn-gallery:active, a.btn-gallery:hover{background-position: 0 -26px}
a.btn-gallery span,
a.ico span{
	display: none;
}
a.btn-upload{
	background: url(images/btn_upload.png) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}
a.btn-upload:active, a.btn-upload:hover{background-position: 0 -47px}
.button{
	border: none;
/*	cursor: pointer; */
	width: 162px;
	height: 47px;
}
.button-crop{
	background: url(images/btn_crop.png) 0 0 no-repeat;
}
.button-hover{background-position: 0 -47px}
#sortable{
	float: right;
	width: 741px;
	overflow: hidden;
}
.upload-images input{
	opacity: 0;
	filter: alpha(opacity = 0);
	width: 100%;
	font-size: 50px;
	height: 100%;
/*	cursor: pointer; */
}
.upload-images{
	background: url(images/btn_upload.png) 0 0 no-repeat;
/*	cursor: pointer; */
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}
