﻿@charset "UTF-8";
/* CSS Document */

@import url("frame.css");
@import url("reset.css");
@import url("navi.css");
@import url("font.css");
@import url("tip.css");
@import url("ui.totop.css");

/*-----------------------------------------------
		Basic
-------------------------------------------------*/
body{
	font-family:"微軟正黑體", sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #555;
	}
	


.container{
	width:960px;
	margin:auto;
	}
	
h2{
	font-size:26px;
	font-weight:normal;
	/*letter-spacing:0.05em;*/
	color:#FFF;
	}
h3{font-size:16px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	width:630px;
	word-break:break-all;
	word-wrap:break-word;
	color:#FFF;
	font-family:"微軟正黑體", sans-serif;}
h3.tc,
h3.en{
	font-size:16px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	width:630px;
	word-break:break-all;
	word-wrap:break-word;
	}
/*h3.tc{font-family:"微軟正黑體", sans-serif;}	
h3.en{	font-family: 'Nobile-Regular';}*/

.tc{font-family:"微軟正黑體", sans-serif;}	
.en{	font-family: 'Nobile-Regular';}
	
a{ color:#333; text-decoration:none;
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover{ color:#666;}
/*-----------------------------------------------
		header + visual
-------------------------------------------------*/

#header{
	background:url(../img/bg_gradient.png) repeat-x;
	width:100%;
	z-index:90;
	}
.theme{
	width:auto;
	height:82px;
	margin-top:-15px;
	z-index:5;
	position:relative;
	border-bottom:3px solid #FFF;
	padding-top:80px;
	}
.theme-blue{
	background:url(../img/bg_blue.jpg) repeat-x;
	}
.theme-red{
	background:url(../img/bg_red.jpg) repeat-x;
	}
.theme-yellow{
	background:url(../img/bg_yellow.jpg) repeat-x;
	}
.theme-green{
	background:url(../img/bg_green.jpg) repeat-x;
	}
.theme-lightgray{
	background:url(../img/bg_lightgray.jpg) repeat-x;
	}	
.theme-darkgray{
	background:url(../img/bg_darkgray.jpg) repeat-x;
	}		
.theme-bg{
	background:url(../img/img_nowplaying.jpg) no-repeat center;
	background-size:100% 100%;
	z-index:1;
	}
.theme-purple{
	background:url(../img/bg_purple.jpg) repeat-x;
	}
	
.theme-bg2{
	background:url(../img/img_imax.jpg) no-repeat center , url(../img/img_miramar2-x.jpg) repeat-x center top;
	/*background-size:100% 100%;*/
	z-index:1;
	}
.theme-bg3{
	background:url(../img/img_imax2.jpg) no-repeat center top, url(../img/img_imax2-x.jpg) repeat-x center top;
	/*background-size:100% 100%;*/
	z-index:1;
	}
.theme dl{
	background:url(../img/bg_subtitle.png) repeat;
	height:82px;
	}
.theme dt{
	padding-top:10px;
	}
.tag-nowplaying{
	background:url(../img/bg_subtitle.png) repeat, url(../img/icon_tag.png) 7px 6px no-repeat;
	color:#ffa800;
	}	
.tag-comingsoon{
	background:url(../img/bg_subtitle.png) repeat, url(../img/icon_tag.png) 7px -30px no-repeat;
	color:#86fffe;
	}
.tag-histroy{
	background:url(../img/bg_subtitle.png) repeat, url(../img/icon_tag.png) 5px -55px no-repeat;
	color:#ff9a56;
	}
.tag-news{
	background:url(../img/bg_subtitle.png) repeat, url(../img/icon_tag.png) 5px -85px no-repeat;
	color:#b1dfff;
	}
.tag-imax{
	background:url(../img/bg_subtitle.png) repeat, url(../img/icon_tag.png) 5px -112px no-repeat;
	color:#FFF
	}		
.theme p{
	padding:7px 7px 5px 30px;
	height:13px;
	margin:-25px 0 0 0;
	position:absolute;
	
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	text-shadow: -1px -1px 1px rgba(150, 150, 150, 0.5);
	}
	
	
/*-----------------------------------------------
		main 
-------------------------------------------------*/
#main{
	}
.main-inside{
	border-top:3px solid #333;
	padding:0 0 30px 0;
	}	
.main-index{
	background:url(../img/bg_mainIndex.jpg) repeat-x;
	}		
/*-----------------------------------------------
		index
-------------------------------------------------*/

.visual{
	margin-top:-15px;
	background:#000;
	}
.visual-bg{
	margin-top:-15px;
	height:460px;
	background: url(../img/index_visual_large.jpg) #000 top center no-repeat;
	background-size: cover;
	width:100%;
	}	

ul.btnArea{
	display:block;
	position:absolute;
	padding:350px 90px 0 90px;
	z-index:30;
	background:url(../img/index-name.png) no-repeat center; 
	}
ul.btnArea li{
	float:left;
	margin:0 10px;
	}
.btn-booking a, .btn-booking a:hover,

.btn-trailer a, .btn-trailer a:hover,
.btn-introduction a, .btn-introduction a:hover{
	width:140px;
	height:48px;
	display:block;	
	text-indent:-9999px;
	background:url(../img/index_btnArea.png) no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.btn-booking a{background-position:0 -96px;}	
.btn-booking a:hover{background-position:-140px -96px;}
.btn-trailer a{background-position:0 -48px;}
.btn-trailer a:hover{	background-position:-140px -48px;}
.btn-introduction a{background-position:0 0px;}
.btn-introduction a:hover{	background-position:-140px 0px;}

.btn-booking-inside a{
    width:264px;
	height:48px;
	display:block;	
	text-indent:-9999px;
	background:url(../img/btn_bookong_large.gif) no-repeat 0 0px;
    
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;    
    margin:15px auto 30px;
}	
.btn-booking-inside a:hover{
    background:url(../img/btn_bookong_large.gif) no-repeat 0 -48px;
    }

dl.btnlist-3{
    display:block;
    width:480px;
    text-align:center;
    position:relative;
    left:50%;
    top:50%;
    margin:-24px 0 0 -240px;
}

dl.btnlist-2{
    display:block;
    width:320px;
    text-align:center;
    position:relative;
    left:50%;
    top:50%;
    margin:-24px 0 0 -160px;
}

dl.btnlist-1{
    display:block;
    width:160px;
    text-align:center;
    position:relative;
    left:50%;
    top:50%;
    margin:-24px 0 0 -80px;
}

dl.btnlist-1 dd,
dl.btnlist-2 dd,
dl.btnlist-3 dd{
    float:left;
    margin:0 10px;
}

dl.menu{
	float:left;
	height: 418px;
    margin: 25px 10px 0 10px;
    width: 300px;
	background:url(../img/index_nowplaying.png) no-repeat 0 120px;
	}
dl.menu dt{
	width:285px;
	/*position:absolute;*/
	margin:0px 15px 0 0 ;
	z-index:50;
	color:#FFF;
	font-size:19px;
	line-height:1.3em;
	font-weight:normal;
	text-align:right;
	}
dl.menu dt.title{
	margin:10px 0 0 0 ; }
dl.menu dd{
	text-align:center;
	}
	
.poster{
	display:block;
	width: 180px;
	height:245px;
	margin:5px auto 0;	
	}
.poster img{
	margin:0;	
	max-width:180px;
	max-height:245px;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
	}
dl.menu dd.sub{
	width:300px;
	height:50px;
	/*position:absolute;
	z-index:50;*/
	padding: 10px 0 6px;
	color:#FFF;
	font-size:13px;
	line-height:1.5em;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	}

dl.menu p.tc{
	font-family:"微軟正黑體", sans-serif;
	}	
dl.menu p.en{	font-family: 'Nobile-Regular';}

ul.indexNewsList {
	width:299px;
	height:270px;
	background:#FFF;
	margin:43px 0 0 0px ;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    
    
	-webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 3px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 3px rgba(50, 50, 50, 0.5);    
	}

ul.indexNewsList li{
    /*display : block;*/
	text-align:left;
    height:53px;
    width:208px;
	padding:0px 15px 0px 75px;
	border-bottom:1px dashed #CCC;
    background: url(../img/icon_imaxlist.png) no-repeat 5px 8px;
    font-size:0;
	}
ul.indexNewsList li:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
    }

ul.indexNewsList li:last-child{
	border:none;	
	}
	
ul.indexNewsList li p.date{
	font-size:15px;	
	}
ul.indexNewsList li p.sub{
    font-size:13px;
    line-height:1.6em;
    display: inline-block;
    vertical-align: middle;
	color:#999;
	}
ul.indexNewsList li p span.listStyle{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	height:4px;
	text-indent:-9999px;
	margin:0 5px 0 -15px;
	background:#f70;}



/*-----------------------------------------------
		Now planig / Coming Soon
-------------------------------------------------*/

dl.leftBlock{
	width:630px;
	float:left;
	padding:30px 30px 0px 0;
	/*text-transform:uppercase;*/
	}
dl.leftBlock dt{
	font-size:16px;
	color:#999;
	line-height:2.5em;
	width:auto;
	font-weight:bold;
	/*margin: 0 9px;*/
	}
dl.leftBlock dd{
	line-height:2em;
	text-align:justify; 
	text-justify:distribute;
	margin: 0 9px;
	font-size:15px;
	margin: 0 0 20px 0;
	word-break:normal;
	word-wrap: normal;
	}
/*dl.leftBlock ul{
	overflow:hidden;
	margin-bottom:30px;
	}
dl.leftBlock li{
	float:left;
	margin: 0 9px;
	max-width:192px;
	max-height:126px;
	}*/
.back {
    float:right;
    font-size:13px;
    margin:-10px 0 0 0;
}
dl.rightBlock{
	width:274px;
	float:right;
	min-height: 600px;
	word-break:break-all;
	word-wrap:break-word;
	}
dl.rightBlock dt.poster{
	margin:-130px 0 10px;
	position:absolute;
	z-index:20;
	display:block;

	}
dl.rightBlock dt.poster img{
	max-width:260px;
	max-height:370px;
	border:7px solid #FFF;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
	}
dl.rightBlock dd{
	margin-top:260px;}	
dl.rightBlock dd ul{
	border-top:1px solid #999; 
	padding:7px 0 30px 0;
	}
dl.rightBlock dd ul:first-child{
	border:none;
	padding:7px 0 10px 0;
	}	
dl.rightBlock dd li{
	line-height:1.6em
	}
dl.rightBlock dd span{
	padding-right:5px;}
.btn_play{
	background:url(../img/btn_play.png) no-repeat;
	display:block;
	width:192px;
	height:126px;
	position:absolute;
	}	
/*-----------------------------------------------
		histroy
-------------------------------------------------*/
dl.leftFilm{
	width:700px;
	float:left;
	padding:30px 0;	
	}
dl.leftFilm img{
	max-width:700px;}	
dl.leftFilm dt{
	font-family: 'Nobile-Medium';
	font-size:25px;
	color:#e0ab37;
	border-bottom:3px solid #e0ab37;
	text-shadow: -1px -1px 1px rgba(50, 50, 50, 0.2);
	margin:0 0 10px 0
	}
	
dl.leftFilm dt p{
	padding:7px 0;
	border-bottom:1px solid #444;
	}	
	
dl.leftFilm dd{
	display:block;
	padding:0 0 20px 0;
	margin:10px 0 10px 0;
	border-bottom:1px solid #ccc;
	}
dl.leftFilm dd:last-child{
	border-bottom:none;
	}
dl.leftFilm ul{
	float:left;
	width:150px;	
	margin:0 12px;	
	}
dl.leftFilm li{
	width:150px;
	word-break:normal;
	word-wrap:break-word;
	text-transform: uppercase;
	}
dl.leftFilm dd ul li.date{
	font-family: 'Nobile-Medium';
	font-size:20px;
	color:#ff9c00;
	}
dl.leftFilm dd ul li.month{
	font-family: 'Nobile-Medium';
	font-size:13px;
	color:#ff7800;
	}
	
dl.leftFilm dd ul li.poster{
	margin:5px 0 15px 0;
	width:150px;
	height:215px;
	}
dl.leftFilm dd ul li.poster img{
	width:100%;
	height:100%;
	}
.name-15px{font-size:15px; color:#999; font-weight:bold; padding-bottom:7px;}
.name-13px{font-size:13px;line-height:18px; padding-bottom:3px; word-wrap:break-word; word-break:normal;}
dl.leftFilm dd ul li.btn-tip{
	padding: 5px 0;
	text-align:center;
	width:100px;
	color:#ff7800;
	border:1px solid #ff7800;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;}
	
dl.leftFilm dd ul li.btn-tip a{
	color:#color:#ff7800;}
dl.leftFilm dd ul li.btn-tip a:hover{
	color:#color:#ff7800;}
dl.leftFilm dd.intro{
	font-size:15px;
	line-height:1.5em;
	text-align:justify; 
	text-justify:distribute;
	padding:0 0 30px 0;
	border:none;
	}
dl.rightYear{
	width:220px;
	float:right;
	min-height: 600px;
	}
	
dl.rightYear ul{
	margin-top:-35px;
	position:absolute;
	z-index:20;
	background:#FFF;	
	border:1px solid #CCC;	
	-webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	border-top:2px solid #FFF;

	}
	
dl.rightYear li{
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #f0f0f0;
	width:145px;
	height:50px;
	line-height:50px;
	font-family: 'Nobile-Medium';
	font-weight:normal;
	font-size:18px;
	padding-left:75px;
	background:url(../img/icon_imaxlist.png) no-repeat 0px 6px;
	}
dl.rightYear li:first-child{
	border-top:3px solid #333;
	}
	
/*-----------------------------------------------
		News
-------------------------------------------------*/
dl.leftNewsContent{
	width:700px;
	float:left;
	padding:30px 0;	
	}
dl.rightNewsList{
	width:220px;
	float:right;
	min-height: 600px;
	}
	
dl.rightNewsList ul{
	margin-top:-35px;
	position:absolute;
	z-index:20;
	background:#FFF;	
	border:1px solid #CCC;	
	-webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	border-top:2px solid #FFF;

	}
	
dl.rightNewsList li{
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #f0f0f0;
	width:200px;
	padding:10px;
	/*height:50px;*/
	font-weight:normal;
	}
dl.rightNewsList li p.date{
	font-family: 'Nobile-Medium';
	font-size:16px;
	padding:0 0 5px 0; 
	}
dl.rightNewsList li p.sub{
	line-height:22px;
	font-size:15px;
	font-weight:bold;
	}
dl.rightNewsList li:first-child{
	border-top:3px solid #333;
	}
	
ul.sort{
	margin: 20px 0;
	text-transform:uppercase;
	border-bottom: 1px solid #CCCCCC;
	}
ul.sort:last-child{
	border:none;
	}	
ul.sort li{
	float:left;
	width:220px;
	margin:10px;
	word-break: break-all;
    word-wrap: normal;
	}
ul.sort li p img{
	border: 1px solid #FFFFFF;
    box-shadow: 0 1px 5px rgba(50, 50, 50, 0.75);
    margin: 0 0 10px;
    max-width:220px;
	max-height: 310px;
	}
ul.sort li p{
	/*font-size:15px;*/
	line-height:20px;
	/*font-weight:bold;*/
	}
	
/*-----------------------------------------------
		ABOUT
-------------------------------------------------*/
dl.leftAboutImax,
dl.leftAbout{
	width:700px;
	float:left;
	padding:30px 0;	
	}
dl.leftAboutImax dd,
dl.leftAbout dd{
	display:block;
	padding:0 0 20px 0;
	margin:10px 0 10px 0;
	width:700px;
	}
dl.leftAboutImax dd img,
dl.leftAbout dd img{
	max-width:700px;
	}
dl.leftAboutImax dd{
	/*font-size:13px;*/
	word-break:break-all;
	word-wrap:break-word;
	}
dl.leftAboutImax dd p{
	margin:0 0 25px 0;
	line-height:1.8em;
	word-break:break-all;
	word-wrap:break-word;
	/*font-size:15px;*/
	}
dl.leftAbout dd{
	/*font-size:13px;*/
	line-height:1.8em;
	word-break:break-all;
	word-wrap:break-word;
	}

dl.leftAbout dd img{
	border:5px solid #CCC;}
	
dl.leftAbout ul.aboutBox{
	width:700px;
	margin-bottom:30px;	
	}
dl.leftAbout ul.aboutBox li{
	float:left;
    text-align:center;	
    margin: 20px 0 0 0;
    }
dl.leftAbout ul.aboutBox li img{
	max-width:192px;
	max-height:126px;
	margin:0 15px 0px 15px;
	}
dl.leftAbout ul.aboutBox li p{
    font-size:15px;
	margin:0 0 10px 0 ;
	}	
	
dl.rightAbout{
	width:220px;
	float:right;
	min-height: 400px;
	}

dl.rightAbout li.latest {
    border-top: 3px solid #333;
}
	
dl.rightAbout ul{
	margin-top:-35px;
	position:absolute;
	z-index:20;
	background:#FFF;	
	border:1px solid #CCC;	
	-webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	border-top:2px solid #FFF;
	}
	
dl.rightAbout li{
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #f0f0f0;
	height:50px;
	line-height:50px;
	font-family:"微軟正黑體", sans-serif;
	font-weight:normal;
	font-size:18px;
	background:url(../img/icon_imaxlist.png) no-repeat 8px 6px;
	color:#F80;
	padding-left: 75px;
    width: 145px;
	}
dl.rightAbout li:first-child{
	border-top:3px solid #333;
	}
.subtitle{
	color:#008edd;
	font-size:22px;
	font-family:"微軟正黑體", sans-serif;
	font-weight:500;
	}
.box_about-1{
	background:url(../img/box_about-1.jpg) no-repeat right -10px ;}
	
.box_about-2{
	background:url(../img/box_about-2.jpg) no-repeat right top;}	
.box_about-3{
	background:url(../img/box_about-3.jpg) no-repeat right top;}	
.box_about-4{
	background:url(../img/box_about-6.jpg) no-repeat right top;}
.box_about-5{
	background:url(../img/box_about-7.jpg) no-repeat right top;}	
/*-----------------------------------------------
		about
-------------------------------------------------*/
.imglistHeight{
	height:500px;}
.imglist {
	float:left; 
	width:940px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.5);
	margin-top:-60px;
	position:absolute;
	z-index:30;
	}
.imglist a{float:left; background-color:#000;}
.imglist:hover img{
    opacity:0.9;
    filter:alpha(opacity=20);
    }
.imglist:hover img:hover{
    opacity:1;
    filter:alpha(opacity=100);
    }
	
.imglist img{
    -moz-transition: opacity .5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
    -webkit-transition: opacity .5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
    transition: opacity .5s cubic-bezier(0.2, 0.4, 0.7, 0.8);
    }	
/*-----------------------------------------------
		IMAX Vision
-------------------------------------------------*/
.page_comingsoon{
		/*margin:0 auto 7px;*/
		}
.center{
	margin:auto;}
.page_history{
		margin:4px 0 8px 0;
		}
ul.page_introduction{
	width:270px;
	border-top:none;
	margin: 7px auto 10px;
}
ul.page_introduction li.center{
	margin:auto;
	}
ul.page_introduction li.left{
	margin:0 1px 5px 1px;
	float:left;
	}
/*icon*/
.HFR_3D, .IMAX, .IMAX_3D{
	background:url(../img/icon_imaxversion.png) no-repeat;
	display:block;
	width:152px; 
	height:26px;	
	text-indent:-9999px;
	margin:0 auto 3px;
	}

.IMAX_3D{
	background-position:0px -105px;	
	}
.IMAX{
	background-position:0px -135px;	
	}
.HFR_3D{
	background-position:0px -75px;	
	}
/*small*/

.HFR_3D_small, .IMAX_small, .IMAX_3D_small{
	background:url(../img/icon_imaxversion.png) no-repeat;
	display:block;
	width:133px; 
	height:23px;
	text-indent:-9999px;
	}
.IMAX_3D_small{
	background-position:0px -25px;	
	}
.IMAX_small{
	background-position:0px -50px;	
	}
.HFR_3D_small{
	background-position:0px 0px;	
	}

/*-----------------------------------------------
		footer
-------------------------------------------------*/
#footer{	
	background:url(../img/bg_footer.jpg) repeat-x;
	
	}
.copy{line-height:45px;
	text-align:right;
	color:#FFF;
	font-size:11px;
	font-weight:200;	
	text-transform:uppercase;
	}	
#footer .chinese{
	font-weight:normal;
	font-family:"微軟正黑體", sans-serif;
	}
	
.rightNewsList a.acter , .rightYear a.acter ,.rightAbout a.acter  { color:#C00; }
.btn_fb { float:left; margin:15px 5px 0; line-height:20px; height:20px; overflow:hidden; }
a.movie17 { color:#fff; text-decoration:none; }
a.movie17:hover { color:#fff; text-decoration:none; }
/*-----------------------------------------------
		footer
-------------------------------------------------*/

#banner-fade {}
div.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
div.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
	display: block;
/*	padding: 2px;*/
	background: #fff;
	color: #000;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
	display: none;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
	display: none;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display: inline;
}
ol.bjqs-markers li a {
	display: inline-block;
	padding: 0px 20px;
/*
	background: #eee;
	border: 1px #ccc solid;

	color: #fff;*/
	margin: 5px;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../img/page-off.png) no-repeat;
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
/*	background: #006db2;*/
	background: url(../img/page-on.png) no-repeat;
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
}


