/* CATEGORY  */
#gallery_category .galleryCategoryItem {
	background: url(../img/gallery.category.item.png) no-repeat;
	width: 297px; 
	height: 93px;
	float: left;
	margin: 4px 1px 2px 1px;
    position: relative;
}

#gallery_category .galleryCategoryLeft{
	height: 93px;
	width: 135px;
	padding: 8px 0px 0px 8px;
	float: left;
}

#gallery_category .galleryCategoryRight{
	height: 93px;
	padding: 0px 8px 0px 8px;
}

#gallery_category .galleryCategoryTitleBar{

}

#gallery_category .editButtons {
    position: absolute;
    top: 2px;
    right: 2px;
}

#gallery_category .galleryCategoryTitle {
	margin: 0;
	padding: 8px 0 0 0px;
	font-size: 1.2em;
	color: #777777;
	line-height: 1;
	/*font-weight: bold;*/

}

#gallery_category .galleryCategoryDescription {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 1em;
	line-height: 1;
    height: 60px;
    overflow: hidden;
}

#gallery_category_ {
	display: none;
}

/* GALLERY EDIT */

#gallery_category .label {
	
	width: 80px;
	
}
#gallery_category .galleryTitleInput {
	width: 180px;
	float: right;
}

#gallery_category .galleryDescriptionTextArea {
	width: 180px;
	height: 20px;
	float: right;
}

#gallery_category form {
	padding: 5px 5px 0 5px;
}

/* IMAGE  */

.galleryInner .galleryInnerHead
{
	background: url(../img/gallery.background.head.png) no-repeat;
	width: 724px;
	height: 5px;
	margin-top: 5px;
}

.galleryInner .galleryInnerContent
{
	background-color: black;
	padding: 0px 10px 0px 10px;
}

.galleryInner .galleryInnerFoot
{
	background: url(../img/gallery.background.foot.png) no-repeat;
	width: 724px;
	height: 5px;
}

.galleryImage {
	width: 130px;
	float: left;
	margin: 3px 5px 3px 5px;
}

.galleryImage .title {
	float: left;
	font-size: 1em;
    width: 100px;
    overflow: hidden;
	color: #777777;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 2px;
}

.galleryImage .icons {
	float: right;
	padding-right: 3px;
	padding-top: 2px;
}

.galleryImage .icons .loupe {	
	float: left;
	/*margin-right: 0px;*/
	background: url(../../all/img/icons/loupe.png) no-repeat left top;
	width: 10px;
	height: 10px;		
}
.galleryImage .icons .delete {	
	float: left;
	background: url(../../all/img/icons/delete.png) no-repeat left top;
	width: 10px;
	height: 10px;		
	margin-right: 4px;
}
