div#garou_bg{

	background: #fff;
}



div#garou_stage{
	height: 300px;
	width: 406px;

	overflow: hidden;
}

ul#garou_full{
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul#garou_full li{
	list-style-type: none;
	text-align: center;

	/* padding-top: 35px; */
	padding: 0 0 0 0;

}

ul#garou_full li a img{
	border: none;
}
ul#garou_thumbs li a img{
	border: none;
}

/* remove ugly outlines in mozilla based browsers */
:focus{
  -moz-outline-style: none;
}



ul#garou_thumbs{
	list-style-type: none;
	margin-left: -30px;
	margin-top: -30px;


	position: relative;
	z-index: 20;
	-moz-opacity:0.7; filter:alpha(opacity=70);
}
ul#garou_thumbs li{
	list-style-type: none;

	float: left;
	width: 28px;
	height: 12px;

	margin-right:3px;
	padding:0;

	text-align: center;
	vertical-align: middle;

	cursor: pointer;

	/*background:transparent url(thumb_bg.png) no-repeat scroll 0 -164px; */

}

 ul#garou_thumbs li:hover
,ul#garou_thumbs li:focus{
	background-position: 0 -82px;
}
 ul#garou_thumbs li:active
,ul#garou_thumbs li.active{

	background-position: 0 0px;
}




#garou_bg{

	background: #000;

}

/*
div#garou_bg{
	width: 406px;
}

ul#garou_full li#full_0{
	margin-left: -40px;
}
*/
