@charset "utf-8";
#player {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height:240px;
}
#player .croc {
	border: solid 1px #222;
}
#player .play {
	background: url(../img/common/bt_thumb_play.png) no-repeat center center;
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#player .play:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
/* ↓IE対策 変更可。削除しないでください、動作しなくなります。 */
#player .pause{
	background: url(../img/common/spacer.gif);
}
/* ↑IE対策  変更可。削除しないでください、動作しなくなります。 */
#player .loading{
	background: #000 url(../img/common/now_loading_bk.gif) center center no-repeat;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.slider_box {
	padding:5px 0;
	background-color:#222;
	margin-bottom:5px;
}
.slider_box span {
	overflow: hidden;
	display:inline-block;
	margin-right:4px;
	width:8px;
	height:8px;
	line-height:0px;
	font-size:0 !important;
	/*text-indent:-9999px;*/
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}