﻿#sbutton1 {
	position: absolute;
	left: 180px;
	width: 50px;
	height: 50px;
	top: 45px;
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	z-index:7;
}
#sbutton1 a {
	display: block;
	width: 50px;
	height: 50px;
	z-index:7;
}
#sbutton1 a:hover {
	width: 46px;
	height: 50px;
	z-index: 7;
	background-image: url('../images/icon_wave.gif');
	background-repeat: repeat;
}
#sbutton2 {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 175px;
	right: 100px;
	z-index: 5;
}
#sbutton2 a{
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#sbutton2 a:hover {
	background-image: url('../images/icon_crazy.gif');
	background-repeat: repeat;
	width: 45px;
}
#sbutton3 {
	position: absolute;
	left: 350px;
	top: 625px;
	width: 50px;
	height: 50px;
		z-index: 5;
}
#sbutton3 a {
	display: block;
	width: 50px;
	height: 50px;
}
#sbutton3 a:hover{
	width: 50px;
	height: 50px;
	display: block;
	background-image: url('../images/icon_thumbup.gif');
	background-repeat: repeat;
}
#sbutton4 {
	position: absolute;
	left: 700px;
	top: 505px;
	width: 50px;
	height: 50px;
		z-index: 5;
}
#sbutton4 a {
	display: block;
	width: 50px;
	height: 50px;
}
#sbutton4 a:hover {
	background-image: url('../images/icon_shifty.gif');
	background-repeat: repeat;
	width: 50px;
	height: 45px;
}

