#photoGallery * {
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	outline:none;
}
#photoGallery {
	position:relative;
	width:900px;
	height:614px;
	margin: 0 auto;
}
/*		 THUMBNAILS		 */
#galleryControls {
	width:900px;
	height:30px;
}
#galleryControls .left {
	float:left;
}
#galleryControls .right {
	float:right;
}
#galleryControls, #galleryControls a {
	color: #48a6c8;
	font: normal 14px "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#galleryControls a:hover, #galleryControls a.sel {
	color: #000;
}
#galCaption {
	width:100%;
	padding: 20px 0 0 0;
	font-weight:bold;
}
#thumbGallery {
	height:614px;
	overflow:hidden;
	width:900px;
}
#thumbGallery ul {
	float: left;
	list-style: none;
	width:900px;
}
#thumbGallery li {
	float: left;
	height: 152px;
	margin:1px;
	/*overflow:hidden;*/
}
/*		 FEAURED IMAGE 		*/
#featuredImage {
	position:absolute;
	top:30px;
	left:0px;
	height:614px;
	width:900px;
	z-index:20;
	background: #000 url(/media/images/loadingAnimation.gif) 340px 300px no-repeat;
}
#featuredImage div.prevBtn, #featuredImage div.nextBtn {
	position:absolute;
	top:0px;
	height:100%;
	width:50px;
	background:black;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	z-index:25;
}
#featuredImage div.nextBtn {
	right:0px;
	float:right;
}
#featuredImage div.prevBtn a, #featuredImage div.nextBtn a{
	display:block;
	position:absolute;
	top: 45%;
	height:47px;
	text-indent:-50000px;
	width:50px;
	background: transparent url(/media/images/leftarrow.gif) 0 0 no-repeat;
}
#featuredImage div.nextBtn a{
	background: transparent url(/media/images/rightarrow.gif) 0 0 no-repeat;
}
#featuredImage div.captionbg {
	position:absolute;
	bottom:0px;
	background:black;
	width:100%;
	height:38px;
	filter:alpha(opacity=56);
	-moz-opacity: 0.56;
	opacity: 0.56;
	z-index:24;
}
#featuredImage div.caption {
	position:absolute;
	bottom:0px;
	text-align:center;
	padding-top:10px;
	height:28px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	z-index:25;
}
#featuredImage img {
	height:100%;
	width:100%;
	position:absolute;
	z-index:21;
}
#featuredImage a.closeBtn {
	display:block;
	text-indent:-50000px;
	height: 40px;
	width:40px;
	background:transparent url(/media/images/closeBtn.png) 0 0 no-repeat;
	position:absolute;
	right:-8px;
	top:-15px;
	z-index:26;
}
/* Sire Sepcific Styles */

#galleryControls div.left {
	display:block;
	width:261px;
	height:20px;
	text-indent:-5000px;
	background: url(/media/images/selectAnImage.gif) 0 0 no-repeat;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

