.gallery p {
	display:none;
}
.gallery-item {
	display:inline;
}
.gallery-item .gallery-icon {
	float:left;
	padding:0;
	margin:0;
}
.gallery .gallery-item img{
	margin: 0 5px 5px 0;
	
}
.gallery-icon {
	line-height: 0px;
	display: inline;
}
.gallery-icon img {
	padding: 3px 3px 0px 0px;
}
.gallery-caption {
	display:none;
}
/****************************************/
#gallery_pro .showAllCommentsJS {
	position: relative;
	width: 474px;
	padding: 3px 3px 0px 0px;
	height: 2.5em;
	}
#gallery_pro .showAllCommentsJS em {
	position: relative;
	border: 1px solid gray;
	display: block;
	margin-right: 5px;
	text-align: center;
	padding: 15px 0;
	background: white url('images/bg.png') repeat-x;
	background-position: -40px;
	font-size: 1.5em;
	color: #FF811E;
	cursor: pointer;
	font-style: normal;
	height: 2.5em;
	}
#gallery_pro .showAllCommentsJS em small {
	font-size: 0.8em;
	}
.gallery-item .gallery-icon {
	position: relative;
}
.imageCommentOverlay {
	display:block;
	position: absolute;
	right: 5px;
	top: 0px;
	height: 47px;
	width: 79px;
	margin:0px;
	padding:0px;
	background-image: url('images/orange_ribbon_highlight.png');
	background-repeat:  no-repeat;
	background-position: top right;
	cursor: pointer;
}
.json-commentValue {
	display:none;
}


/** smoothbox styling ******************/
#allComments {
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	height: 400px;
	margin: 0;
	padding: 0;
	border: 2px solid #DDDDDD;
	border-left: 1em solid #DDDDDD;
}
#allComments li {
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
	border-bottom: 1px dotted #EEEEEE;
	width: 95%;
}
#allComments img {
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}
#allComments .commentsList {
	margin: 0;
	height: inherit;
	width: 450px;
	float: right;
	border: none;
	padding: 3px 20px 5px 5px;
}
#allComments .doDelete {
	text-decoration: line-through;
	color: red;
	font-weight: bold;
	}
#allComments .adminComments {
	cursor: pointer;
	}
#allComments .adminComments:hover {
	background-color: #FFDFDF;
	}



#sb_commentInfo img{
	cursor: pointer;
	margin: 0 1em 1em 0;
	padding: 0;
	display:block;
	float: left;
	border: 0;
}
#sb_commentInput .success {
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	background-color: #358F08;
	width: 300px;
	text-align: center;
	padding: 20px;
	float: right;
	}
#sb_commentInput .failure {
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	background-color: #CF0C0C;
	width: 300px;
	text-align: center;
	padding: 20px;
	float: right;
	}
#comment-form small {
	display:block;
}
#comment-form textarea {
	width: 300px;
	height: 3em;
}
#sb_singleComment .commentsList {
	clear: both;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 2px solid #DDDDDD;
	border-left: 1em solid #DDDDDD;
	padding: 1em 4em 3em 4em;
}
.commentsList .name {
	float: left;
	font-weight: bold;
}
.commentsList .date {
	float: right;
	font-size: 0.9em;
}
.commentsList .text {
	clear: both;
	font-style: italic;
	font-size: 1.2em;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	margin: 0 0 2em 0;
}
.commentsList .commentSpacer {
	height: 2.5em;
	width: 100%;
	}
#TB_closeWindowButton {
	height:22px;
	width:113px;
	display: block;
	background-image: url('js/closelabel.gif');
	background-repeat: no-repeat;
	}
#TB_BackToLightbox {
	float: left;
	width: 118px;
	height: 22px;
	cursor: pointer;
	background: white url('images/show_image.gif') no-repeat;
	margin: 4px 0 0 10px;
	}
#TB_title {
	background-color: white;
	}
#TB_ajaxContent {
	padding: 10px 10px 3px 10px;
	}
#TB_waiting {
	margin: auto;
	padding: 1em;
	width: 50px;
	height: 50px;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	}
/** lightbox expansion **/
#lbNumber {
	display: none;
}
.lightboxCaption {
	margin-left: 2px;
	clear: both;
}
.showCommentsDiv {
	cursor: pointer;
	margin: 5px 0 0 0;
	background-image: url('images/show_comments.gif');
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 200px;
}