@charset "utf-8";
/* CSS Document */

#lose {
	float:center;
 	width: 50px;
 	height: 20px;
 	background: url(../images/losemini2.png);
 	margin: 10px auto; padding: 0;
 	position: relative;
}

#lose li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#lose a {display: block;}

#black {left: 0px; top: 0px; width: 50px; height: 20px;}

#black a {height: 20px;}

#black a:hover {background: url(../images/losemini2.png) 0px -20px no-repeat;}

#win {
	float:center;
 	width: 50px;
 	height: 20px;
 	background: url(../images/winmini2.png);
 	margin: 10px auto; padding: 0;
 	position: relative;
}

#win li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#win a {display: block;}

#noir {left: 0px; top: 0px; width: 50px; height: 20px;}

#noir a {height: 20px;}

#noir a:hover {background: url(../images/winmini2.png) 0px -20px no-repeat;}
