/* gallery script */

.gallerybutton { 

		padding:0px 0px 0px 0px;
        width: 23px; 
        height: 32px; 
        display: block; 
		text-decoration: none;}

a.gallerybutton { 
        background: url(images/Gallery-button.gif) 0 0 no-repeat; 
		padding:0px 0px 0px 0px;
        width: 23px; 
        height: 32px; 
        display: block; 
		text-decoration: none;}
		
a:hover.gallerybutton  { 
		background-position: 0px 0;
		background:url(images/Gallery-buttonON.gif) 0 0 no-repeat; 
}




