body{
	text-align: center;
	}

#shadescreen
	{
	position: absolute; 
	display: none; 
	left: 0; 
	top:0; 
	width:100%; 
	height: 300%; 
	background: #000;
	filter:alpha(opacity=70);    
   	-moz-opacity: 0.7;    
   	opacity: 0.7;  
   	z-index: 1;
	}	


#artPopUp
	{
	position: relative; 
	text-align: center;
	vertical-align: bottom;
	display: table-cell;
	display: none; 
	margin-left: auto;
	margin-right: auto;
	top: 40px;
/*	width: 100%; */
   	z-index: 5;
	}


#table_overlay
	{
	 /* this is positioned over the main body and allows us to center art on body */
/*	 width: 835px; 
	 height: 560px;
	 margin-top: -590px;
	 */
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 
	 }

#artDetails
	{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 150%;
	}
	
#artTitle
	{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	}

#close_art
	{
	font-family: Tahoma, sans-serif;
	text-align: right;
	}


#close_art a
	{
	text-align: right;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	color: #666666;
	text-decoration: none;
	border: 2px solid #999999;
	background-color: #dddddd;
	letter-spacing: 1px;
	}

#close_art a:hover
	{
	color: #000;
	border-color: black;
	}

#bigArtLink
	{
	text-align: center;
	color: #999999;
	}

#bigArtLink a
	{
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #0000ff;
	}

#bigArtLink a:hover
	{
	text-decoration: underline;
	color: #0000cc;
	}

#art_img
	{
	border: 1px solid #000000;
	}

#lightbox
 	{
	width: 750px;
	* width: 770px; 
	width: 95%;
	height: 275px;
	overflow: auto;
	margin: 5px 0 0 15px;
	padding: 5px 15px 5px 0;
	text-align: left;
	}

#lightbox_title
	{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #999999;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	padding: 10px 0 5px 0;
	vertical-align: baseline;

	}

#lightbox_slides
	{
	vertical-align: baseline;	
	padding-left: 25px;
	text-align: left;
	}

.slide
	{
	margin: 15px;
	}
	
#pager
	{
	vertical-align: baseline;	
	font-size: 14px;
	color: #999999;
	text-align: right;
	padding-right: 20px;
	}

#pager a
	{
	text-decoration: none;
	border: none;
	display: inline;
	}


	

