/*		jmask浮動遮罩
------------------------------------ */
.mask_tit {
    color: #ffffff;
    margin: 0 0 5px;
    padding: 5px 3px 3px 20px;
    background-color: #928574;
}
.mask {
    display: none;
    position: absolute;
}
.maskslider {
    display: none;
    position: absolute;
}
#js_overLayer {
    display: none;
    height: 100% !important; /*此段可斟酌要不要拿掉，js 本身會塞高度*/
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    _position: absolute;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    z-index: 99;
    background: #a6a6a6 url(bok-theme/images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;

}
#js_container {
		background : #fff;
		border     :none !important;
		width      : 100% !important;
		height     : 100% !important;
		z-index    : 100;
		position   : fixed;
		top        : 0% !important;
		left       : 0% !important;
		margin-top : -320px;
		margin-left: -180px;
		display    : none;
		overflow   : scroll;
		/*transform: translate(-50%, -50%);*/
}
* html #js_container { position: absolute;}
#hiddenContent { display: none;}
#jmask_tit {
		background: #eee;
		padding   : 5px;
		position  : fixed;
		top       : 50%;
		left      : 50%;
		z-index   : 112;
		display   : none;
}
.pop_close, .pop_close:hover{
		/*float       : right;*/
		background    : url(../images/2015/pop_close.png) no-repeat 0 0;
		display       : inline-block;
		*display      : inline;
		*zoom         : 1;
		width         : 22px;
		height        : 22px;
		vertical-align: middle;
		position      : absolute;
		top           : 50%;
		right         : 10px;
		margin        : -15px 0px 0px 0px;
}
.pop_close:hover{
	background-position: 0 -22px;
}
.pop_tit {
		color         : #333;
		padding       : 4px 14px;
		/*background    : #f0eeee;*/
		font-size     : 15px;
		left          : 0px;
		letter-spacing: 1px;
		/*height        : 22px;*/
		font-weight   : bold;
		position      : absolute;
		right         : -15px;
		top           : 0px;
		/*width       : 100%;*/
		z-index       : 13;
		background: #000
}
.pop_tit_sn {
	margin-left:8px;
}
.arrow_L, .arrow_L:hover{
		display   : none;
		position  : fixed;
		top       : 50px;
		left      : 0px;
		width     : 50px;
		height    : 50px;
		cursor    : pointer;
		z-index   : 200;
		background: url(../image/icon/btnPrevious.png) no-repeat 0 0;
}
.arrow_L:hover{
	background-position:0 -50px;
}
.arrow_R, .arrow_R:hover{
		display   : none;
		position  : fixed;
		top       : 50px;
		left      : 0px;
		width     : 50px;
		height    : 50px;
		cursor    : pointer;
		z-index   : 200;
		background: url(../image/icon/btnNext.png) no-repeat 0 0;
}
.arrow_R:hover{
	background-position:0 -50px;
}
.popup_content{
		background-color: #ffffff;
		border          : 1px solid #DDD;
		bottom          : 0px;
		height          : auto;
		left            : 0px;
		position        : absolute;
		right           : 0px;
		top             : 0px;
		border-radius   : 4px;
    	-moz-border-radius: 4px;
    	-webkit-border-radius: 4px;
}