

div#gallery_div{
	padding: 0;
	margin: 0 0 10px;
	/* border: 1px solid red; */
	_width: 740px;
}

}

#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;
	_padding-bottom: 10px;
}

.gallery_cell p{

}


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


div#galleryControls{
	height: 40px;
	_height: 0;
	position: relative;
	clear: both;
	width: 720px;
	/* border-top: 1px solid silver; */
	/* border-bottom: 1px solid silver; */
	padding-top: 5px;
	_padding-top: 0;
	margin: 0;
	_padding-bottom: 0;
}

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

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

.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: 10px;
	/* width: 150px; */
	width: 50px;
	float: left;
	color: #537CB6;
	cursor: pointer;
	position: relative;
	bottom: 13px;
	_bottom: 8px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.gallery_button_left{
	background: white url(../images/left-arrow-icon.png) no-repeat 1px 1px;
}

.gallery_button_right{
	background: white url(../images/arrow.gif) no-repeat 98% 1px;
}


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

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