@charset "utf-8";
/* CSS Document */

#galleryContainer{
	width:380px;
	height:400px;
}

#galleryContainer div.galimage{
	margin:0 4px 4px 0;
	width:120px;
	float:left;

}

div.galimage img{
	width:120px;
	border:1px solid #666;
}


#backNextLinks{
	float:none;
	clear:both;
	width:100%;
	
}
#backNextLinks, #backNextLinks a, #backNextLinks a:visited{
color:#333333;
}