@charset "UTF-8";
/* CSS Document */


Body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;

}




#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; /* */
	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999; /* #999999; */
	line-height: 16px;
	font-stretch: expanded;
	
}


.albumName {  /* THIS IS THE SlideShow TITLE  */
	font-size: 18px; large;
	font-weight: bold;
	color:#CCCCCC;
	margin-left: 10px;
	margin-top:10px;
	 /* */
}
.albumDesc	{  /* THIS IS THE SlideShow subTITLE  */
	font-size: 16px; /* added this to control the subtitle size */
	margin-top: -10px; /*  */
	color:  #999999; #666666;
	margin-left: 10px;
}

/*  ----------- 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;
	
	}

