/* @group Photo Banner */

#photo_banner{
	margin: 1.5em 16px 6em 16px;
	border-bottom: 16px solid #D1DFDF;
	width: 880px;
	position: relative;
}
#photo_banner img{
	position: absolute;
	top: 1px;
	left: 1px;
}

body.script #photo_gallery_current{
	display: none;
}

#photo_banner h1{
	width: 880px;
	height: 220px;
	border: 1px solid #699797;
	margin: 0 0 10px 0;
	padding: 0;
	background: black;
}

#photo_banner_caption{
	border: 1px solid #D1DFDF;
	border-bottom: none;
	height: 52px;
	width: 350px;
	position: absolute;
	bottom: -10px;
	left: 60px;
	z-index: 1;
}
#photo_banner_caption .content{
	padding: 15px;
	background: url(/Images/09_assets/main_bg_1.jpg) -78px -275px no-repeat;	
}
#photo_banner_caption .content p{
	margin: 0 0 1em 0;
}

#photo_banner_caption .photo_banner_caption_about{
	font-style: italic;
	color: #777;
}
/* @end */

/* @group Gallery List */

ul.photo_gallery_list,
ul.photo_gallery_list li,
ul.photo_gallery_list h3{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.photo_gallery_list{
	margin: 16px 32px;
	z-index: 1;
}

ul.photo_gallery_list li{	
	width: 180px;
	display:inline-block;
	margin: 16px 14px 16px 15px;
	text-align: center;
	position: relative;
	min-height: 30em;
	vertical-align: top;	
}

ul.photo_gallery_list li .heading{
	width: 178px;
	height: 148px;
	border: 1px solid #699797;	
	position: relative;	
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.photo_gallery_list h3{
	width: 150px;
	border: 1px solid #699797;	
	border-bottom: none;
	position: absolute;
	bottom: -1px;
	left: 12px;
	height: 36px;
	background: white;
	margin: 0;
	padding: 0;
}
ul.photo_gallery_list .heading h3 a{
	position: absolute;
	top: -115px;
	left: -14px;
	width: 180px;
	height: 170px;
	display: block;
}
ul.photo_gallery_list .heading h3 span{
	position: absolute;
	z-index: 1;
	width: 148px;
	top: 115px !important;
	left: 14px !important;
	display: block;
	height: 60px;
	background: white;
	text-indent: -9999px; 
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}


ul.photo_gallery_list li .photo_gallery_view{
	padding-right: 14px;
	background: url(link_arrow_right.gif) right center no-repeat;
}

/* @group Photographers */

ul.photo_gallery_list li.todd_klassy .heading{
	background-image: url(../todd_klassy/gallery_thumb.jpg);
}
ul.photo_gallery_list li.todd_klassy .heading h3 span{
	background-image: url(../todd_klassy/gallery_title.gif);
}

ul.photo_gallery_list li.allen_russell .heading{
	background-image: url(../allen_russell/gallery_thumb.jpg);
}
ul.photo_gallery_list li.allen_russell .heading h3 span{
	background-image: url(../allen_russell/gallery_title.gif);
}

ul.photo_gallery_list li.don_jones .heading{
	background-image: url(../don_jones/gallery_thumb.jpg);
}
ul.photo_gallery_list li.don_jones .heading h3 span{
	background-image: url(../don_jones/gallery_title.gif);
}

ul.photo_gallery_list li.tony_bynum .heading{
	background-image: url(../tony_bynum/gallery_thumb.jpg);
}
ul.photo_gallery_list li.tony_bynum .heading h3 span{
	background-image: url(../tony_bynum/gallery_title.gif);
}

ul.photo_gallery_list li.thomas_lee .heading{
	background-image: url(../thomas_lee/gallery_thumb.jpg);
}
ul.photo_gallery_list li.thomas_lee .heading h3 span{
	background-image: url(../thomas_lee/gallery_title.gif);
}


ul.photo_gallery_list li.jason_savage .heading{
	background-image: url(../jason_savage/gallery_thumb.jpg);
}
ul.photo_gallery_list li.jason_savage .heading h3 span{
	background-image: url(../jason_savage/gallery_title.gif);
}

ul.photo_gallery_list li.daniel_cox .heading{
	background-image: url(../daniel_cox/gallery_thumb.jpg);
}
ul.photo_gallery_list li.daniel_cox .heading h3 span{
	background-image: url(../daniel_cox/gallery_title.gif);
}

ul.photo_gallery_list li.dusan_smetana .heading{
	background-image: url(../dusan_smetana/gallery_thumb.jpg);
}
ul.photo_gallery_list li.dusan_smetana .heading h3 span{
	background-image: url(../dusan_smetana/gallery_title.gif);
}

ul.photo_gallery_list li.tom_ulrich .heading{
	background-image: url(../tom_ulrich/gallery_thumb.jpg);
}
ul.photo_gallery_list li.tom_ulrich .heading h3 span{
	background-image: url(../tom_ulrich/gallery_title.gif);
}

ul.photo_gallery_list li.jeff_henry .heading{
	background-image: url(../jeff_henry/gallery_thumb.jpg);
}
ul.photo_gallery_list li.jeff_henry .heading h3 span{
	background-image: url(../jeff_henry/gallery_title.gif);
}


ul.photo_gallery_list li.larry_mayer .heading{
	background-image: url(../larry_mayer/gallery_thumb.jpg);
}
ul.photo_gallery_list li.larry_mayer .heading h3 span{
	background-image: url(../larry_mayer/gallery_title.gif);
}


ul.photo_gallery_list li.chuck_haney .heading{
	background-image: url(../chuck_haney/gallery_thumb.jpg);
}
ul.photo_gallery_list li.chuck_haney .heading h3 span{
	background-image: url(../chuck_haney/gallery_title.gif);
}


ul.photo_gallery_list li.john_reddy .heading{
	background-image: url(../john_reddy/gallery_thumb.jpg);
}
ul.photo_gallery_list li.john_reddy .heading h3 span{
	background-image: url(../john_reddy/gallery_title.gif);
}



/* @end */

/* @end */

/* @group Gallery */

#photo_gallery{
	margin: 1.5em 16px 0 16px;
	border-bottom: 16px solid #D1DFDF;
	width: 880px;
	height: 450px;
	position: relative;
	border: 1px solid #699797;	
	text-align: center;
	background: #D1DFDF;
}
#photo_gallery_current,
#photo_gallery_loader,
#photo_gallery_indicator{
	width: 880px;
	height: 450px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
#photo_gallery_indicator{
	z-index: 1;
	display: none;
}
#photo_gallery_indicator em{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 425px;
	top: 220px;
	text-indent: -9999px; 
	overflow:hidden;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	background-color: black;
	background: rgba(0,0,0,0.8) url(spinner_dark.gif) center center no-repeat;
}

#photo_gallery_main{
	border-top: 16px solid #D1DFDF;
	margin: 10px 16px 0 16px;	
}

/* @end */

/* @group Gallery Thumbnails */

#photo_gallery_thumbnails{
	width: 444px; /* 6*50 + 5*2*6 + 8*2*6 = 300 + 60 + 96 = 456 */
	float: left;
	border-bottom: 16px solid #D1DFDF;
	padding-bottom: 1.5em;
}
#photo_gallery_thumbnails_header{
	height: 40px;
	position: relative;
	margin-bottom: 1em;
}
#photo_gallery_thumbnails_header h2{
	text-indent: -9999px; 
	height:40px;
	background: url(more_photos.gif) left center no-repeat;
	overflow: hidden;
}
#photo_gallery_thumbnails_header a{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	display: block;
	padding-left: 14px;
	background: url(link_arrow_left.gif) left center no-repeat;
}
#photo_gallery_thumbnails_header{
	display: none;
}
a.gallery_index{
	padding-left: 14px;
	background: url(link_arrow_left.gif) left center no-repeat;	
	
}
#photo_gallery_thumbnails a.gallery_index{
	display: block;
	clear: both;
	margin-top: 1em;
	float: right;
}
#photo_gallery_thumbnails ul,
#photo_gallery_thumbnails li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#photo_gallery_thumbnails ul{
	margin-top: 1em;
}

#photo_gallery_thumbnails a img{
	border: 4px solid #D1DFDF;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
}
#photo_gallery_thumbnails a:hover img,
#photo_gallery_thumbnails li.current a img{
	border-color: #5A8588;
}
#photo_gallery_thumbnails li{
	float: left;
	margin: 4px 8px 4px 9px;
}

/* @end */

/* @group Gallery Bio */

#photo_gallery_bio{
	background: white;
	width: 350px;
	float: right;
	margin-right: 50px;
	margin-top: -80px;
	position: relative;
	z-index: 1;
	padding: 15px;
}
#photo_gallery_bio h1{
	margin: 0;
	padding: 0;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px; 
	background-position: center center;
	background-repeat: no-repeat;
}
#photo_gallery_bio .portrait{
	float: right;
	margin: 0 0 1em 1em;
	width: 150px;
}
ul#photo_gallery_bio_links,
ul#photo_gallery_bio_links li{
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
ul#photo_gallery_bio_links a{
	display: block;
	padding: .5em 0;
	position: relative;
	text-decoration: none;
}
ul#photo_gallery_bio_links a em{
	font-style: normal;
}
ul#photo_gallery_bio_links li.email a{
	background: url(email_icon.gif) left center no-repeat;
	padding-left: 22px;
}
ul#photo_gallery_bio_links li.website a{
	background: url(website_icon.gif) left center no-repeat;
	padding-left: 22px;
}

ul#photo_gallery_bio_links a:hover em{
	text-decoration: underline;	
}
ul#photo_gallery_bio_links a span{
	position: absolute;
	right: 0;
	top: 0.5em;
	text-decoration: none;
	color: #999;
}

ul#photo_gallery_bio_links a:hover span{
	text-decoration: none;	
}

/* @group Title text replacement */

#photo_gallery_bio h1.todd_klassy{
	background-image: url(../todd_klassy/bio_title.gif);
}
#photo_gallery_bio h1.sean_heavey{
	background-image: url(../sean_heavey/bio_title.gif);
}
#photo_gallery_bio h1.eric_reese{
	background-image: url(../eric_reese/bio_title.gif);
}
#photo_gallery_bio h1.allen_russell{
	background-image: url(../allen_russell/bio_title.gif);
}
#photo_gallery_bio h1.don_jones{
	background-image: url(../don_jones/bio_title.gif);
}
#photo_gallery_bio h1.tony_bynum{
	background-image: url(../tony_bynum/bio_title.gif);
}
#photo_gallery_bio h1.thomas_lee{
	background-image: url(../thomas_lee/bio_title.gif);
}
#photo_gallery_bio h1.jason_savage{
	background-image: url(../jason_savage/bio_title.gif);
}
#photo_gallery_bio h1.chuck_haney{
	background-image: url(../chuck_haney/bio_title.gif);
}
#photo_gallery_bio h1.daniel_cox{
	background-image: url(../daniel_cox/bio_title.gif);
}
#photo_gallery_bio h1.dusan_smetana{
	background-image: url(../dusan_smetana/bio_title.gif);
}
#photo_gallery_bio h1.jeff_henry{
	background-image: url(../jeff_henry/bio_title.gif);
}
#photo_gallery_bio h1.john_reddy{
	background-image: url(../john_reddy/bio_title.gif);
}
#photo_gallery_bio h1.larry_mayer{
	background-image: url(../larry_mayer/bio_title.gif);
}
#photo_gallery_bio h1.tom_ulrich{
	background-image: url(../tom_ulrich/bio_title.gif);
}

/* @end */

/* @end */

/* @group Gallery Nav */

#photo_gallery_previous,
#photo_gallery_next{
	position: absolute;
	width: 440px;
	height: 450px;
	left: 0;
	top: 0;
	opacity: 0;
	display: block;
	-moz-opacity:0;
	overflow: hidden;
	text-indent: -9000px;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	background: url(previous.png) 0 0 no-repeat;
	outline: 0;
	cursor:pointer;
	cursor:hand;
	z-index: 99999;
}
#photo_gallery_next{
	right: 0;
	left: auto;
	background: url(next.png) 0 0 no-repeat;
}
#photo_gallery.hover #photo_gallery_previous,
#photo_gallery.hover #photo_gallery_next{
	opacity: 0.4;
	-moz-opacity:0.4;
}
#photo_gallery #photo_gallery_previous:hover,
#photo_gallery #photo_gallery_next:hover{
	opacity: 1;
	-moz-opacity:1;
}


/* @end */
