#community-wrap #jsGallery .viewport {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#community-wrap #jsGallery .photoCaption {
	margin-bottom:8px;
}

#community-wrap #jsGallery .photoCaption h3 {
	font-size: 150%;
	font-weight: bold;
	display: inline;
}

#community-wrap #jsGallery .photoCaption_EditMode {
	height: 30px;
	overflow: hidden;
	display: none;
}

#community-wrap #jsGallery .photoCaption_EditMode input {
	font-size: 120%;
	margin: 0;
	padding: 2px;
}

#community-wrap #jsGallery .photoCaptionBtn_Edit {
	display: inline;
}

#community-wrap #jsGallery .photoCaptionBtn_Edit,
#community-wrap #jsGallery .photoCaptionBtn_Save,
#community-wrap #jsGallery .photoCaptionBtn_Cancel{
	margin-left: 5px;
}


#community-wrap #jsGallery .photoDisplay {
	position: relative;
	overflow: hidden;
	font-size: 0; /* IE Fix */
}

#community-wrap #jsGallery .container {
	/*
	border: 1px solid #CCC;	
	background: url(photos/background.png) repeat-x #666;
	*/
	overflow: hidden;
}

#community-wrap #jsGallery .photoImg {
	position: relative;	
	display: none;
}

#community-wrap #jsGallery .overlay {
	position: relative;
	z-index: 2000;
	display: none; /* initial */
}

#community-wrap #jsGallery .photoBtn {
	background-image: url(photos/arrow.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	
	height: 60px;
	padding: 0 5px;
	position: relative;
	cursor: pointer;
	
	opacity: 0.5;
}

#community-wrap #jsGallery .photoBtn:hover {
	opacity: 1;	
}

#community-wrap #jsGallery .photoBtn img {
	background-image: url(photos/arrow.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 5px;	
}

#community-wrap #jsGallery .photoBtn.prev {
	background-position: left 0px;
	padding-left: 35px;
	margin-left: 10px;
	float: left;
}

#community-wrap #jsGallery .photoBtn.prev img {
	background-position: right -120px;
}

#community-wrap #jsGallery .photoBtn.next {
	background-position: right -60px;
	padding-right: 35px;
	margin-right: 10px;
	float: right;
}

#community-wrap #jsGallery .photoBtn.next img {
	background-position: left -180px;
}

#community-wrap #jsGallery .photoLoad {
	background: url(wait.gif) no-repeat transparent;
	width: 43px;
	height: 11px;
	position: absolute;
}


