#top {
	margin: 5px;
}

.thumb {
	float: left;
	width: 103px;
	height: 72px;
	margin: 5px;
}

#thumb01 {
	background: url("../gfx/menu/thumb01.png") 0 0 no-repeat;
}
#thumb01:hover {
	background-position: 0 -72px;
}

#thumb02 {	
	background: url("../gfx/menu/thumb02.png") 0 0 no-repeat;
}
#thumb02:hover {	
	background-position: 0 -72px;
}

#thumb03 {
	background: url("../gfx/menu/thumb03.png") 0 0 no-repeat;
}
#thumb03:hover {	
	background-position: 0 -72px;
}

#thumb04 {
	background: url("../gfx/menu/thumb04.png") 0 0 no-repeat;
}
#thumb04:hover {	
	background-position: 0 -72px;
}

#thumb05 {
	background: url("../gfx/menu/thumb05.png") 0 0 no-repeat;
}
#thumb05:hover {	
	background-position: 0 -72px;
}

#thumb06 {
	background: url("../gfx/menu/thumb06.png") 0 0 no-repeat;
}
#thumb06:hover {	
	background-position: 0 -72px;
}

#thumbText {
	display: none;
}
