/* Demo CSS - You do not need this css in your own slider */ 
/*
body{ 
    font-family: "Open Sans", helvetica, arial; 
} 
*/
pre{ 
    font-family: "Source Code Pro", monospace; 
    display: block; 
    font-size: 13px; 
    line-height: 20px; 
    word-break: break-all; 
    word-wrap: break-word; 
    white-space: pre; 
    white-space: pre-wrap; 
    background-color: whiteSmoke; 
    border: 1px solid #CCC; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
     
} 
/* 
h2{ 
    font-size: 48px; 
} 

pre + h2{ 
    margin-top: 0px; 
} 
*/ 
#container{
    width:100%;
    height:100%;
	background-color:transparent;
} 

#banner-fade, 
#banner-slide{ 
    margin-bottom: 0px; 
} 

ul.bjqs-controls.v-centered li a { 
    display:block; 
    padding:0px; 
    color:#555555; 
} 

ul.bjqs-controls.v-centered li a:hover{ 
    display:block; 
    padding:0px; 
    color:#FFF; 
}

ol.bjqs-markers li a {
	background:url() no-repeat;
    /*background:url(/img/new/off.png) no-repeat; */
    color:#FFF; 
    text-decoration: none; 
    font-size: 14px;
    font-weight: bold;
    position: relative; 
    margin:0;
    padding:0px; 
	width:108px;
	height:29px; 
}

ol.bjqs-markers li.active-marker a, 
ol.bjqs-markers li a:hover{
	width:108px;
	height:29px; 
    background:url() no-repeat transparent;
/*    background:url(/img/new/on.png) no-repeat; */
} 

ol.bjqs-markers li.bjqs-markers-btn1 {
	background:url(/img/flash_center_bt1.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}
ol.bjqs-markers li.bjqs-markers-btn1.active-marker a {
	background:url(/img/flash_center_bt1_o.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}

ol.bjqs-markers li.bjqs-markers-btn2 {
	background:url(/img/flash_center_bt2.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}
ol.bjqs-markers li.bjqs-markers-btn2.active-marker a {
	background:url(/img/flash_center_bt2_o.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}

ol.bjqs-markers li.bjqs-markers-btn3 {
	background:url(/img/flash_center_bt3.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}
ol.bjqs-markers li.bjqs-markers-btn3.active-marker a {
	background:url(/img/flash_center_bt3_o.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}

ol.bjqs-markers li.bjqs-markers-btn4 {
	background:url(/img/flash_center_bt4.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}
ol.bjqs-markers li.bjqs-markers-btn4.active-marker a {
	background:url(/img/flash_center_bt4_o.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}

ol.bjqs-markers li.bjqs-markers-btn5 {
	background:url(/img/flash_center_bt5.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}
ol.bjqs-markers li.bjqs-markers-btn5.active-marker a {
	background:url(/img/flash_center_bt5_o.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}

ol.bjqs-markers li.bjqs-markers-btn6 {
	background:url(/img/flash_center_bt6.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}
ol.bjqs-markers li.bjqs-markers-btn6.active-marker a {
	background:url(/img/flash_center_bt6_o.png) no-repeat;
	background-position:0px 0px;
	opacity:1;	
}


p.bjqs-caption{ 
    background: rgba(255,255,255,0.5); 
} 

