.gallover{
		 border-style: none;
		 text-align: center;
		 width: 618px;
		 }

.gallover2{
		 border-style: none;
		 }

.galltb	{
		 border-style: solid;
		 border-width: thin;
		 border-color: #494949;
		 width: 600px;
		 }
		 
.galltd	{
		 border-style: solid;
		 border-width: thin;
		 border-color: #494949;
		 width: 300px;
		 height: 50px;
		 }
		 
a		{
		 background: url(button2.gif) no-repeat;
		 float: left;
		 text-align: center;
	 	 width: 300px;
		 height: 50px; 
		 line-height: 50px;
		 text-decoration: none;
		 margin: 0 auto;
		 color: #000000;
		 font-weight: bold;
		 }
		 
a:hover {
		 background: url(button2.gif) left bottom;
		 width: 300px;
		 height: 50px;
		 color: #FF0000;
		 }