@charset "utf-8";
.captionOrange, .captionBlack {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.captionOrange {
	background: #EB5100;
	background-color: rgba(235, 81, 0, 0.6);
}
.captionBlack {
	font-size:16px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
	color: #ffffff;
	text-decoration: none;
}
a.captionOrange:hover {
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}
/*.bricon {
	background: url(../img/browser-icons.png);
}*/


/* 點點樣式 */
/*
.jssorb01 div           (normal)
.jssorb01 div:hover     (normal mouseover)
.jssorb01 .av           (active)
.jssorb01 .av:hover     (active mouseover)
.jssorb01 .dn           (mousedown)
*/
.jssorb11{
	position: absolute;
	height: 15px;
	width: 15px;	
}
.jssorb11 div, .jssorb11 div:hover, .jssorb11 .av{
	background: url(/images/hot_event/dot.png) no-repeat;
	overflow:hidden;
	cursor: pointer;
}
.jssorb11 div { background-position: -8px -8px;  }
.jssorb11 div:hover, .jssorb11 .av:hover { background-position: -38px -8px; }
.jssorb11 .av { background-position: -68px -8px; }
.jssorb11 .dn, .jssorb11 .dn:hover { background-position: -98px -8px; }


/* 點點樣式_首頁遊戲 */
/*
.jssorb01 div           (normal)
.jssorb01 div:hover     (normal mouseover)
.jssorb01 .av           (active)
.jssorb01 .av:hover     (active mouseover)
.jssorb01 .dn           (mousedown)
*/
.jssorb_index{
	position: absolute;
	height: 15px;
	width: 15px;
}
.jssorb_dot{
	/* top:142px; */
	bottom:-20px;
	right:6px;
}
.jssorb_dot_co{
	/* top:270px; */
	bottom:-20px;	
	right:6px;
}
.jssorb_index div, .jssorb_index div:hover, .jssorb_index .av{
	background: url(/images/hot_event/dot2.png) no-repeat;
	overflow:hidden;
	cursor: pointer;
}
.jssorb_index div { background-position: -8px -8px;  }
.jssorb_index div:hover, .jssorb_index .av:hover { background-position: -38px -8px; }
.jssorb_index .av { background-position: -68px -8px; }
.jssorb_index .dn, .jssorb_index .dn:hover { background-position: -98px -8px; }


/* 箭頭樣式 */
/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l              (normal)
.jssora21r              (normal)
.jssora21l:hover        (normal mouseover)
.jssora21r:hover        (normal mouseover)
.jssora21ldn            (mousedown)
.jssora21rdn            (mousedown)
*/
.arrow_L, .arrow_R, .arrow_Ldn, .arrow_Rdn{
 position: absolute;
 cursor: pointer;
 display: block;
 background: url(/images/hot_event/arrow.png) no-repeat;
 overflow: hidden;
 width:36px;
}
.arrow_L { background-position: -13px -42px; }
.arrow_R { background-position: -73px -42px; }
.arrow_L:hover { background-position: -133px -42px; }
.arrow_R:hover { background-position: -193px -42px; }
.arrow_Ldn { background-position: -253px -42px; }
.arrow_Rdn { background-position: -313px -42px; }



/* 箭頭樣式_首頁遊戲icon */
/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l              (normal)
.jssora21r              (normal)
.jssora21l:hover        (normal mouseover)
.jssora21r:hover        (normal mouseover)
.jssora21ldn            (mousedown)
.jssora21rdn            (mousedown)
*/
.arrow2_L, .arrow2_R, .arrow2_Ldn, .arrow2_Rdn{
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width:36px;
	background-image: url(/images/hot_event/arrow2.png);
	background-repeat: no-repeat;
	z-index:9;
}
.arrow2_L { background-position: 0px 0px; }
.arrow2_R { background-position: -36px 0px; }
.arrow2_L:hover { background-position: 0px -36px; }
.arrow2_R:hover { background-position: -36px -36px; }
.arrow2_Ldn { background-position: 0px -72px; }
.arrow2_Rdn { background-position: -36px -72px; }

