@charset "utf-8";
/* CSS Document */

/* GENERAL */

html {
	overflow-y: scroll;
}

a {
	outline: none;
}

a.but1 {
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/1.png) no-repeat left top;
	text-decoration: none;
	float:left;
	padding-left:10px;
	margin-left:25px;
	margin-top:29px;
}

a.but1:hover {
	background-position: left -43px;
}

a.but2 {
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/2.png) no-repeat left top;
	text-decoration: none;
	float:left;
	padding-left:10px;
	margin-top:29px;
	
}

a.but2:hover {
	background-position: left -43px;
}

a.but3 {
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/3.png) no-repeat left top;
	text-decoration: none;
	float:left;
	padding-left:10px;
	margin-top:29px;
}

a.but3:hover {
	background-position: left -43px;
}

a.but4 {
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/4.png) no-repeat left top;
	text-decoration: none;
	float:left;
	padding-left:10px;
	margin-top:29px;
}

a.but4:hover {
	background-position: left -43px;
}

a.but5 {
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/5.png) no-repeat left top;
	text-decoration: none;
	float:left;
	padding-left:10px;
	margin-top:29px;
}

a.but5:hover {
	background-position: left -43px;
}

a.but6 {
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/6.png) no-repeat left top;
	text-decoration: none;
	float:left;
	padding-left:10px;
	margin-top:29px;
}

a.but6:hover {
	background-position: left -43px;
}

