/* $Id: gallerybuttoncomponent.css,v 1.1 2005/04/09 09:21:16 matt.secrett Exp $ */

.galleryButton img{
  background-color: #E1E1E1;
}

.galleryButton:hover img{
  background-color: #99CCFF;
}

.galleryButtonsOuter{
	border: 1px solid #999999;
	background-color: #E1E1E1;
	margin: 8px;
	height: 27px;
}

.galleryButtonsInner{
	border: solid #E1E1E1 1px;
}


