

div#gallery_div{
	padding: 0 0 0 12px;
	margin: 0;
	width: 980px;
	float: left;
	clear: both;
}


#gallery_page_id {
	display: none;
}
#gallery_prev {
	display: none;
}
#gallery_next {
	display: none;
	float: right;
}
#gallery_num_pages {
	display: none;
}
#gallery_clear {
	clear: both;
	padding-top: 2em;
}

.gallery_page_hidden {
	display: none;
}

.gallery_cell_container {
	/* height: 200px; */
	height: 154px;
	/* width: 33%;*/
	width: 245px;
	float: left;
	padding-bottom: 17px;
}

body.project-gallery .gallery_cell_container {
	height: 184px;
}

.gallery_cell p{

}

.projectGalleryInfo{
	width: 217px;
	padding: 6px;
}




/* ----  CONTROLS ------- */

div#galleryControls{
	height: 50px;
	position: relative;
	clear: both;
	width: 965px;
	/* border-top: 1px solid silver; */
	border-bottom: 1px solid silver;
	padding-top: 0;
	margin: 0;
	padding-bottom: 6px;
}

div.webgalleryControls{
	height: 40px;
	position: relative;
	clear: both;
	width: 720px;
	/* border-top: 1px solid silver; */
	/* border-bottom: 1px solid silver; */
	margin: 0;
}

.gallery_page_numbers {
	/* text-align: center; */
	/* line-height: 25px; */
	/* width: 100%; */
	width: 75px;
	/* height: 25px; */
	margin: 0 auto;
	color: #999;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 10px;
}

.web_gallery_page_numbers{
	text-align: center;
	color: #999;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.gallery_button_left, .gallery_button_right {
	/* font-weight: bold; */
	font-weight: normal;
	font-style: normal;
	text-align: center;
	/* line-height: 25px; */
	/* height: 25px; */
	height: 25px;
	/* width: 150px; */
	width: 70px;
	float: left;
	color: #999;
	cursor: pointer;
	position: relative;
	bottom: 13px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}

.gallery_button_left{
	background: url(../img/gallery-arrow-left.png) no-repeat 1px 5px;
	width: 24px;
	padding-left: 30px;
}

.gallery_button_right{
	background: url(../img/gallery-arrow-right.png) no-repeat 98% 5px;
	width: 24px;
	padding-right: 38px;
}


.gallery_button_left:hover, .gallery_button_right:hover {
	color: #537CB6;
	/* text-decoration: underline; */
}
.web_gallery_buttons{
	text-decoration: none;
	color: #999;
	cursor: pointer;
	/* font-weight: bold; */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.web_gallery_buttons:hover{
	color: #537CB6;
	text-decoration: underline;
}

