/* CSS Document */


ul#gallerylist {  /* scrolling fixed height gallery selector */
	width: 190px;
	margin: 0 auto; padding: 0;
	margin-bottom: 10px;
	text-align:center; /* centers content */
	}

	#gallerylist li {\
	margin: 0; padding: 0;
	display:block; list-style: none; 
	}
	
	#gallerylist img {width: 125px;}
	
	#gallerylist li a {text-decoration: none;}
	#gallerylist li:hover {background-color: #DAEFFA;}
	
#gallerymain {
	float: left;
	}
	
 