
/*the rollover*/
#dpgallery a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:675px; /*allow space for 5 thumbs across*/
	height: 300px; 
	top: 100px; 
	left:5px; 
	padding:5px; 
	color:#000;
	z-index:100;
	}

/*the description*/
#dpgallery a.gallery:hover span {
	font-size: 0.8em; 
	font-style: italic;
	text-align: left; /*rollover text positioning*/
	}

/*positioning the large image*/
#dpgallery a.gallery:active em, #dpgallery a.gallery:hover em, #dpgallery a.gallery:focus em {
	display:block; 
	position:absolute; 
	width:670px; 
	height:400px; 	
	top: 100px; 
	left: 130px; /*position the image so the text appears to the left*/
	padding:5px; 
	color:#000; 
	z-index:50;
	}



