
img {
	border: 0;
}

input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../graphics/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.photos-large {
	border-style: solid;
	border-color: #778899;
	border-width: 1px;
	padding: 10px;
	margin: 4px;
}

#picture-holder a:hover img{
    border-width: 1px;
    border-color: #38c;
	margin: 4px;
}

#gallery-name {
	padding: 0;
	margin: 0;
}

#picture_caption {
	font-size: 12pt;
}


/*#inner_wrapper {
	padding: 5px;
	width: 560px;
}

* html #inner_wrapper {
padding: 8px;
}*/

.slides {
	display:block;
	width:auto;
	text-align:center;
	list-style:none;
	margin:0 auto;
	padding: 0 10px;
	font-size: .8em;
	 font-family: verdana;
}

.slides li{
	display:inline;
}

.slides a {
	/* the order of the display properties is important to filter through various browser implementations */
	text-align: center;
	margin: 0;
	text-decoration:none;
	border:none;
	margin-bottom:1em;
	width:120px; /* change to thumbsize + 20px */
	vertical-align:top;
	display:table-cell;
	display:inline-table;
	display:inline-block;
	color: inherit;
}

* html .slides a {
	margin: 0 3px;
}

.slides li img {
	display:block;
	margin: 3px auto;
}

.slides span.tag {
	display:block;
	height:3em;
	overflow:visible;
	
}

* html .slides div.tag {
	height:4em;
}

#picture-holder {
	text-align: center;
	
}

#exif_toggle {
	padding: 0;
	margin: 0;
}

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 4px;
	background: #FFF;
	border-width: 1px;
	border-color: #778899;
}


.thumbnail a:hover img {
	background-color: #eaedde;
    
	
}

.photos {
	padding: 5px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}



#pagination {

	padding: 2px;
	margin: 0;
	clear: both;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
}


a.print {
	background-image: url(../graphics/printer.gif); 
	background-repeat: no-repeat; 
	background-position: left middle;  
	padding-left: 20px; 
}

.page_link {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}


table {border: 0px; cell-padding: 0px}

#picture_caption
    {
    font-size:         0.9em;
    font-weight:       bold;
    line-height:       1.4;
    background-repeat: no-repeat;
    text-transform:    uppercase;
    letter-spacing:    2px;
    
    padding-bottom:    2px;
    }
		
#picture_caption 
		{
		font-size: 1.2em;
		font-weight: normal;
		text-transform: none;
		letter-spacing: 1px;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #000033;
		margin-bottom: 10px;
		}
		
a.nav-link-img-next {
		background-image:    url(../graphics/fforward.gif);
    	background-repeat:   no-repeat;
    	background-position: right 1px;
		padding-right: 20px;
		width: 40px;
	  }

a.nav-link-img-prev {
		background-image:    url(../graphics/rewind.gif);
   	 	background-repeat:   no-repeat;
    	background-position: left 1px;
		padding-left: 20px;
		width: 40px;
	  }
		


.meta-header { 
		font-size: 85%;
		padding: 0;
		margin: 0;
		color: #8b0000;
		text-align: center;
}


#exif_data {
		padding: 20px;
		text-align: left;
		width: 50%;
}


#link-back {

	font-size: 65%;
	text-align: right;
	padding: 0;
	margin: 0;
	
}

.tag {
	 text-align: center;
	 
}

.large-thumb-toolbar {

	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}		

.errors
{
    width:            500px;
    background-image: url('../graphics/x.gif');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom:    15px;
    border-bottom:    1px solid maroon;
    border-top:       1px solid maroon;
    border-left:      1px solid maroon;
    border-right:     1px solid maroon;
    padding:          8px;
    background-color: #FFCCCC;
    padding-left:     28px;
}
	

#nav-link-img-next {
		float:right;
		margin-right: 10px;
		
	  }
#nav-link-img-prev {
		float:left;
		margin-left: 10px;
		
	  }

p#picture_description {
text-align: center;
padding: 10px 0;
}	  

#up_to_album {
text-align: center;
margin: 0 auto;
margin-bottom: 10px;
}

.hide {
visibility: hidden;
}
