@import url(gallery_required.css);
iframe#ad_iframe_300x250{
	width: 300px;
	height: 250px;
}
iframe#ad_iframe_728x90{
	width: 728px;
	height: 90px;
}
a img{
	border: none;
}
/* size of the entire gallery  */
div#photo_gallery{
	position: relative;
	clear: both;
}
div#caption,div#G_caption_sizer{
	clear: both;
	width: 540px;
	background: white;
	margin: 0 auto;
	*margin-left: 30px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px
	font-family: Verdana, Arial, Helvetica, sans-serif
}
div#G_current_caption,div#G_next_caption
{
}
/* size of the image container, should match width and height parameters in php constructor*/
div#images{
	width: 540px;
	height: 360px;
	margin: 37px;

}
/* this margin is used to place the enlarged caption in relation to the enlarged image*/
div#G_enlarged_image{
	margin-bottom: 5px;
}
div#G_enlarged_caption{
	color: white;
	font-weight: bold;
	width: 500px;
	font-size: 1.3em;
	background: orange;
	
}
#photo_gallery {
	width: 639px;
	}
/* color  of the lightbox for the enlarged image, opacity is set from the constructor*/
div#G_lightbox{
	background: black;
}
/* gallery controls */
div#photo_gallery a#go_left,div#photo_gallery a#go_left.G_disabled{
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	*left: 16px;
	z-index: 100;
}

div#photo_gallery a#go_right,div#photo_gallery a#go_right.G_disabled{
	display: block;
	text-indent: -9999px;
	z-index: 100;
	position: absolute;
	right: 0px;
	zoom: 1;
}

/* thumbnail settings*/
ul.thumbs{
	list-style-type: none;
	width: 473px;
	clear: both;
	display: block;
	margin-top: 117px;
}
ul.thumbs li{
	float: left;
}
ul.thumbs li img{
	margin: 3px;
	display: block;
	border: 1px solid orange;
	
}
ul.thumbs li img.selected{
	border: 1px solid red;
}

