	/* This holds the main Photo and Desc */
	#galleryLoader3 { width: 481px; height: auto; margin: 0 auto; }
	#galleryLoader3 p#desc0 {text-align: center; }
	#galleryLoader3 p#desc {text-align: center; padding-top: 10px;}
	#galleryLoader3 p#desc2 {text-align: center; }

	/* This holds the thumbnails */
	#gallerybox3 {
    clear: both; 
		position: relative; /* important */
		overflow: hidden; /* important */
		width: 481px; /* important */
		height: 120px; /* important */
		margin: 0 auto;
		/* background: red; */
	}

	/* This forces the arrows on top */
	#gallerybox3_frame {position: relative;}         /* FF */
	* html #gallerybox3_frame {position: absolute;}  /* IE */

	/* This positions the arrows and the thumbnails */
	#gallerybox3_previous {float: left; }
	#gallerybox3_next {float: right;}
	#gallerybox3_content {	position: absolute;	top: 0;	margin: 0 0 0 26px;	padding: 0; width: 10418px; list-style: none;} /* FF */
	* html #gallerybox3_content { margin: 0 0 0 21px; } /* IE */
	#gallerybox3 ul li img { display: block; }

	/* This defines the thumbnail style*/
	#gallerybox3_content li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#gallerybox3 ul li {
		list-style: none;
		display: block;
		float: left;
		margin: 5px;
		padding: 0;
	}
	#gallerybox3 ul li a span.imghldr {
		display: block;
		float: left;
		padding: 5px;
		border: 1px solid #6064A4;
		background-color: #F2F2F9;
	}
	#gallerybox3 ul li a:hover span.imghldr {
		display: block;
		float: left;
		padding: 5px;
		border: 1px solid #6064A4;
		background-color: #E1E2F4;
	}
	/* This defines the thumbnail description style*/
	#gallerybox3 ul li a span.deschldr {
		position: relative;
		display: block;
		clear: left;
		width: 85px;
		height: 20px;
		overflow: hidden;
		padding: 0 5px 5px;
		border: 0;
		font-size: 10px;
		text-align: center;
	}	