/* gallery css*/

#galleryFrame {
	position: relative;
	margin-top: -32px;
	margin-left: -65px;
	display: block;
	height: 400px;
}
#mainImg {
	border: 1px solid #96c248;
	padding: 10px;
	background-color: #e9f6b2;
	position: absolute;
	left: 53px;
	top: 0;
}

#imageTitle {
	text-align: left;
	margin-top: 0px;
	z-index:11;
	position: absolute;
	left: 474px;
	top: 0;
	display: block;
	background: url(../images/portfolio_hdr.gif) no-repeat top right;
	width: 288px;
	height: 271px;
	padding: 0 20px 0 15px;
	font-size: 83%;
	line-height: 1.2;
	color: #58441e;
}
#imageTitle h2 {
	text-transform: uppercase;		
	background: url(../images/portfolio_hdr.gif) no-repeat;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 95%;
	font-weight: bold;
}

.hdrPrev {
	width: 24px;
	height: 25px;
	display: block;
	background: url(../images/portfolio_hdr_prev.gif) bottom no-repeat;
	position: absolute;
	right: 45px;
	top: 6px;
}

a.hdrPrev:hover {
	background-position: top;
}

.hdrNext {
	width: 24px;
	height: 25px;
	display: block;
	background: url(../images/portfolio_hdr_next.gif) bottom no-repeat;
position: absolute;
	right: 10px;
	top: 6px;
}

a.hdrNext:hover {
	background-position: top;
}

.thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_interact.gif) bottom right no-repeat;
	height: 121px;
	padding: 9px 0;
	position: absolute;
	top: 218px;
	width: 322px;
	left: 1px;
}

.finearts .thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_finearts.gif) bottom right no-repeat;
}

.design .thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_design.gif) bottom right no-repeat;
}

.mba .thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_mba.gif) bottom right no-repeat;
}

.interaction .thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_interact.gif) bottom right no-repeat;
}

.graphicdesign .thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_graphicdsign.gif) bottom right no-repeat;
}
.art .thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_art.gif) bottom right no-repeat;
}

.other .thumbnailDrawer {
	background: url(../images/portfolio_thumbnailbg_other.gif) bottom right no-repeat;
}

.thumbnailDrawer ul {
	display: inline;
	margin-left: 135px;
	clear: both;
	height: 35px;
	float: right;
	margin: 26px 8px -17px 0;
}
.thumbnailDrawer ul li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
}

.thumbnailDrawer ul li a img {
	border: 2px solid #96c248;
	cursor: pointer;
	}
.thumbnailDrawer ul li a.active img {
	border: 2px solid #e9f6b2;
}

.thumbnailDrawer ul li a:hover img {
	border: 2px solid #e9f6b2;
}
	
.galleryWrapper {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 700px;
}

/* ====== Lightbox Styles  ========== */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #e9f6b2; width: 250px; height: 250px; margin: -50px auto 0 auto; border: 1px solid #96c248;}
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 12px Helvetica, sans-serif; background-color: #96c248; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; border: 1px solid #96c248; border-top: none;}

#imageData{	padding:13px 10px 0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; font-style: italic; font-size: 90%; }			
#imageData #bottomNavClose{ width: 101px; float: right;  padding: 0.7em 0; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #fff; }
