@charset "UTF-8";




/* Layout Rules
----------------------------------------------- */
#wrap {
	
	/* the following are from body tag above so they will apply to wrap */
	color: #999999;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	
	
	width: 664px; /* set to move the photo below the control */
	height:660px;
	
	Background-color:#333333;	
	
	 padding-top: 10px;
	padding-left: 20px;
	
	position:relative;   

	margin-top: -90px;
	margin-left: -18px; /* */
	
}

.albumName {  /* THIS IS THE SlideShow TITLE  */
	font-size: 18px; large;
	font-weight: bold;
	color:#CCCCCC;
	margin-left: 6px;
	 /* */
}
.albumDesc	{  /* THIS IS THE SlideShow subTITLE  */
	font-size: 16px; /* added this to control the subtitle size */
	margin-top: -10px; /*  */
	color:  #999999; #666666;
}

.albumBookDesc {
	font-size: small;
	color: #666666;
	margin-top: 0px; -13px;
} /* */

.descTitle {
	font-size: small;
	color: #999999;
}




/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #000; #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 248px;
	margin-top: -8px;
}
#controls {	margin:0 auto 0 auto; }
#galleries {	margin:0 auto 0px auto;  } /*  set bottom margin to 0 */
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	/*border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040; */
	margin-top:10px;
	padding: 0px 10px 15px 10px;
	margin-bottom: 0px; 5px;
	float: left;
	margin-right: 10px;
	background-color: #333333; #000000; #171717; /* set  */
	width: 500px; /* changed from 250px */
	height:50px;  /* added to control height of box w thumbs */
}
#thumbnails {
	clear: both;
	margin: 10px auto;
	width: 500px; /* put this in to make thumbnails go across  */
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	/*position: absolute; 
	left: 20px;*/
	margin-top: 8px; 
	padding: 0px;
	width: 400px; /* chenged to 400 px to make picture display closer to left edge*/
	float: left; 
}

#caption {

width:600px;
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
/*  border-top: solid 1px #000000; #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040; 	 */
    padding: 4px; 1em;/*	 */
	overflow: hidden;
	
}
#mainImage {
	width: 100%;
	height: 100%;
	
}

#picture img {	
 /* border: 1px solid #999;  // take border out */
}

.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }.header {
	margin-top: 0px;
}


/*  ----------- CUSTOM LINK: greylink_colse ------------*/


a.greylink_close:visited {  
    color: #cccccc; #999999;
	text-decoration:none; 
	}
a.greylink_close{
	color:  #cccccc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a.greylink_close:hover{
	color: #ffffff; #333333;
	text-decoration: none;
	
	}

