body{
		background-repeat:no-repeat;
		padding-top:40px;
		background-color: #111;
}
	
/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #888;
}

h1 {
	font: 125% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #AAA;
}
h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #AAA;
}
h2 a:link, h2 a:visited {
	color: #86a1b6;
	text-decoration: none;
}
h2 span {
	color: #666;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #748da0; 
	margin-top: 30px;
}
h3 a:link, h3 a:visited { 
	text-decoration: none; 
	color: #8ac;	
}
h3 a:hover { 
	text-decoration: underline; 
	color: #ace;		
}	
	
a{
	color:#348;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#67a;
}
#main{
	width:750px;	/* Total width of slideshow */
	text-align: left;
	margin: 5px auto 20px;
	background: #222;
	padding: 0px 30px 5px;
	border: 1px solid #444;
	color: #aaa;
	}
#titlebar {
	text-align: center;
	margin: 0px auto;
	width: 745px;
}


#titlebar h1 { 
	text-decoration: none; 
	color: #bbb; 
	font-variant:small-caps; 
	font-family:Tahoma, Arial, sans-serif; 
	font-weight:bold; 
	font-size: 1.4em; 
	letter-spacing:.25em;
}


#gallerytitle {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 12px;
	width:510px;
}
	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		horizontal-align:middle;
		padding-top:10px;
		background-color: #222;
		position:relative;
		text-align: center;
		
		/* CSS HACK */
		height: 550px;	/* IE 5.x */
		height/* */:/**/550px;	/* Other browsers */
		height: /**/550px;
				
	}
	#previewPane img{
		line-height: 500px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size: 0.9em;
		text-align: center;
		color: #bbb;
	}
	#galleryContainer{
		margin-bottom: 40px;
		height:87px;	/* Height of the images + 2 */
		border:8px solid #000;
		position:relative;
		overflow:hidden;
		padding:0px;
		text-align: center;
		/* CSS HACK */
		height: 89px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/87px;	/* Other browsers */
		height: /**/87px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #000;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #000;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	margin-bottom: 12px;
}
#footnotes {
	float: left;
	margin-bottom: 12px;
}
.album {
	margin: 4px -4px 4px 12px;
    padding: 10px 0px 8px 8px;
	float: left;
	width: 314px;
	border: 1px solid #444;
	background: #333;
	line-height: 100%;
}
.album a img {
	background-color: #333;
  border: 1px solid #444;
}
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
  padding: 4px 0px 0px;
  margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


