
/*category List*/
#galleryCategoryList .galleryCategoryItem{
	margin-bottom:15px;
}
#galleryCategoryList{
	margin:0 -15px;

}

#galleryCategoryList .galleryCategoryItemContainer{
	margin:0 15px;
}
#galleryCategoryList .galleryCategoryImage{
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:0;
	margin-bottom:15px;
	box-shadow: 0 0 8px 0 #888;
}
#galleryCategoryList .galleryCategoryImageLink{
	margin:0;
	line-height:0;
}
#galleryCategoryList .galleryCategoryTitle{
	color:#222;
	text-decoration: none;
	font-size:22px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	display:block;
	text-align:left;
}

#galleryCategoryList .galleryCategoryDescription{
	line-height:15px;
	height:30px;
	overflow:hidden;
	color:#999;
	margin:5px 0;
}

/*gallery list*/
#galleryList .galleryListItem{
	margin-bottom:15px;
}
#galleryList{
	margin:0 -15px;

}

#galleryList .galleryListDescription{
    text-align:center;
}

#galleryList .galleryListImage{
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:0;
	margin-bottom:15px;
	box-shadow: 0 0 8px 0 #888;
}
#galleryList .galleryListImageLink{
	margin:0;
	line-height:0;
}
#galleryList .galleryListTitle{
	color:#666;
	text-decoration: none;
	line-height:60px;
	height:60px;
	overflow:hidden;
	display:block;
	text-align:center;
}


#galleryDetails .galleryMasonry .galleryImageContainer{
	padding-right:0px;
	margin-bottom:30px;
	line-height:0px;
}

#galleryDetails .galleryGrid .galleryImageContainer{
    padding-right:0px;
    margin-bottom:30px;
	line-height:0px;
	height:220px;
	overflow:hidden;

}

#galleryDetails .galleryImageContainer img{
	box-shadow: 0 0 8px 0 #888;
}
