@charset "UTF-8";
/* CSS Document */

/* text styles */

.headline24px {
	font-family: garamond, garamond;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
.photowebcredit {
	font-family: garamond, garamond;
	font-size: 14px;
	font-weight: lighter;
	color: #999999;
}
.gallery12px {
	font-family: garamond, garamond;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.subject12px {
	font-family: garamond, garamond;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
 /* javascript stuff */

	:focus { outline: 0;}
	p { margin-bottom: 1em;} 
	a { text-decoration: underline; color: black; }
	ul { list-style: none; margin: 0; padding: 0;}
	
	.small { font-size: 11px;  line-height: 110%;} 


	#container { /* contains #navbar, #main & #footer */
  		margin-top: 1%;
  		margin-left: -45%;
  		min-width: 860px;
		width: 90%;
		position: absolute;
  		left: 50%;
  		background-repeat: no-repeat;
  		background-position: top left;
		text-align: left; 
	}

	/* the bodge for IE6 browsers */
	* html .minwidth {border-left:860px solid #fff; position:relative; float:left; z-index:1;}
	* html .minwidth2 {margin-left:-860px; position:relative; float:left; z-index:2;}

	#navbar { /* contains #navA & #navB */ 	
		min-width: 860px;
		height: 26px;
		float: left;
		overflow: visible;
		top: 0;
		left: 0;
		width: 100%; 
		z-index: 60;
		white-space: nowrap;
	} 


	#main {  /* contains #copy */ 	
		padding: 10px 0 0 20px;
		min-width: 860px;
		width: 100%;
		z-index: 4;
		float: left;
		margin: 0px;
		height: 530px;
	} 
	
	#footer { 
		padding: 10px 0px; 
		color: #666;
		font-family: garamond, Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;	
		text-align:right;
		float: right;
		z-index: 1;
		border-top: solid #000 1px;
		margin-top: -4px;
		width: 100%;
	}
	

/* NAVBAR */

	#navA {
		float: left; 
		overflow: visible;
		margin: 0; 
		height: 20px; 
		width: auto; 
		clear:both;
		z-index: 60;
	}
	
	
	#navA li {}
	

	#navB {
		margin: 0;
		float: right; 
		width: 11em;
		overflow: hidden;
		height: 20px; 
		white-space: nowrap;
	} 
	
	
	#navB li {
		float: right; 
	}
	

/* CATEGORY */	

	.gallery {  /* contains #photos */ 	
		height: 100%;
		position: relative;
		height: 530px;
		white-space: nowrap;
		// overflow-x: hidden;
		// overflow-y: hidden;
		overflow: hidden;
	} 

	#photos {
		paddingt: 0 ;
		margin: 0;
		position: absolute;
	}
	
	#photos img {
		margin: 0 5px 0 0;
		height: 500px;
  		background-repeat: no-repeat;
  		background-position: center;
  		background-color: #CCC;
  		display: none;
	}


	
	
/* Custom Scrollbar
.slider_vert {
width: 7px;
		height: 100%;
		position: absolute;
		top: 509px;
		right: 0;
		background-image: url('http://annarosephoto.com/css/track_vert.gif');
		background-repeat: repeat;
		z-index: 99;
        }
			.slider_horiz {
			position: relative;
		width: 100%;
		height: 7px;
		top: 509px;
		right: 0;
		background: black;
        }
		

		
.handle_vert {
		position: absolute;
		cursor: pointer;
		height: 100&;
		width: 100%;
		top: 509px;
		background: #2c2c2c;
		z-index: 100;
        }
		
		
		
.handle_horiz {
		position: absolute;
		cursor: pointer;
		width: 17px;
		height: 17px;
		top: 509px;
		background: #2c2c2c;
		z-index: 100;
        }
*/	

		
		.slider_vert {
		width: 100%;
		height: 5px;
		position: absolute;
		top: 509px;
		right: 0;
        }
		
.handle_vert {
		position: absolute;
		cursor: pointer;
		height: 40px;
		width: 100%;
		top: 0;
		background: black;
		z-index: 100;
        }


.slider_horiz {
		height: 17px;
		width: 100%;
		position: relative;
		top: 509px;
		right: 0;
		background-color: #c3c3c3;
        }
        
		
.handle_horiz {
		position: absolute;
		cursor: pointer;
		width: 17px;
		height: 17px;
		top: 0;
		background: #2c2c2c;
		z-index: 100;
        }


	
/* MISC */	

	.clearfloat { 
 		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}

	.hidden { 
 		display: none;
	}



