/* CSS Document */

.s_btn
{	
 width:60px;
 height:60px;

 border:0;
 background-image:url('../images/but.png'); 
 background-repeat: no-repeat; 
 background-position:0 0;

 cursor:pointer;
  
}
.s_btn_h
{
	
  background-position:-60px 0;
}
