/* CSS Document */

/* Back to Gallery */

#gallerynav  {
	width: 143px; 
	height: 20px; 
	margin: 0px 0px 0px 0px; 
	z-index: 9998; 
	float:right;}  
  
#gallerynav li  {  
	float:right;  
	border-radius: 3px;
		-moz-border-radius: 3px;
	}  

#gallerynav li a  {  
	background-image:url(../images/gallerynav1.png) ;  
	display:block;
	background-repeat: no-repeat;
	} 

.navback	{background-position: 0px 0px;	width:143px;	height:20px;	}  

#gallerynav a .hover {  
    background:url(../images/gallerynav1.png) no-repeat;  
    display: block;  
    opacity: 0;  
    position: relative;  
    top: 0px;  
    left: 0px;  
    height: 100%;  
    width: 100%;
    cursor: pointer;  
    }  
  
#gallerynav a.navback .hover {background-position:  0px -42px;	width:143px;	height:20px;	}  



/* Previous / Next Buttons */

#gallerynav2  {
	float: left;
	width: 795px; 
	height: 39px; 
	position: relative;
	top:-46px;
	left: -9px;
	}  
  
#gallerynav2 li  {  
	}  

#gallerynav2 li a  {  
	background-image:url(../images/gallerynav2.png) ;  
	display:block;
	background-repeat: no-repeat;
	} 

.nav-prev	{background-position: 0px 0px;			width:130px;	height:58px;	float:left; }  
.nav-next	{background-position:-130px 0px;		width:130px;	height:58px;	float:right;}  


#gallerynav2 a .hover {  
    background:url(../images/gallerynav2.png) no-repeat;  
    display: block;  
    opacity: 0;  
    position: relative;  
    top: 0px;  
    left: 0px;  
    height: 100%;  
    width: 100%;
    cursor: pointer;  
    }  
  
#gallerynav2 a.nav-prev .hover {background-position:  0px -58px;	width:130px;	height:58px;	}  
#gallerynav2 a.nav-next .hover {background-position:  -130px -58px;	width:130px;	height:58px;	}  




/* Gallery tweaks */


/* Photo Pages */

.spacer{
	height: 2px;

	}
	
h2 {font-weight:normal;
	font-size: 13px;
	color:#222222;
	margin-bottom: 0.5em;
	}
	
.gallerynav {color:#909090;
	font-size:13px;
	font-weight:bold;
	float:right;
	padding-right:20px;
	font-color:#dddddd;
	}
	
	
.allgalleries {font-size:12px;
	font-weight:normal;
	float:right;
	padding-right:10px;
	}

.allgalleries a {text-decoration: none; color: #ffffff;}
	
.photopage img {
	border:4px solid #909090;
	box-shadow: 5px 5px 40px #999;
		-webkit-box-shadow: 5px 5px 40px #999;
		-moz-box-shadow: 5px 5px 40px #999;
	}
	
.photopage {
	color:#222222;
	
	}

.caption {
	position: relative;
	top:-35px;
	width:560px;
	
	}

.caption h2 {
	text-align: center;
	font-weight: 600;
	}
	
.photographer {
	text-align: center;
	margin: 5px 0 15px 0;
	}
	
.backtogallery {float:right; 
	position:relative;
	top:-31px;
	font-size:12px; 
	font-weight:normal; 
	padding-right:20px; 
	margin-top:-20px;
	}
	
.backtogallery a {text-decoration: none; color: #ffffff;}
	

/* Thumbnail Galleries */


.allgalleries {
	font-size:12px;
	font-weight:normal;
	float:right;
	padding-right:10px;
	}

.thumbnail-container {
	position:relative;
	float: right;
	width: 600px;
	height:140px;
	margin-bottom:10px;
	}
	
.thumbnails {
	position: relative;
	float:left;
	width:200px;
	height:130px;
	text-align:center;
	line-height:10%;
	}

.thumbnails img {
	border:2px solid #808080;
	box-shadow: 1px 1px 8px #999;
		-webkit-box-shadow: 1px 1px 8px #999;
		-moz-box-shadow: 1px 1px 8px #999;
	}
	
.thumbnails a:hover, a:link, a:visited{
	text-decoration:none
	}

/* Adsense Styling */

.adsense-photo{
	padding:0px 0px 18px 0px;
	}

