body{
display:none;
}
#jpreOverlay, #qLoverlay {
background-color:#000;
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:11;
}

#jpreSlide {
font-size:22px;
font-weight:700;
color:#ffffff;
text-align:center;
width:100%;
border:0;
}

#jpreLoader, #qLloader {
width:448px;
height:69px;
//background:url('http://cigaronne.com/img/pre/1.png') 0 100% no-repeat;
position:fixed;
top:43%;
left:50%;
margin-left:0px;
margin-top: -200px;
}

#jpreBar, #qLbar {
width:448px;
height:0;
position:absolute;
bottom:0;
background:url('blogm.png') 10px 100% no-repeat;
}

#jprePercentage, #qLpercentage {
color:#ffffff;
text-align:center;
position:absolute;
height:30px;
width:100px;
margin-top: 40px;
border:0;
}

@media (min-width: 320px) and (max-width: 480px) {
  
#jpreBar, #qLbar {
width:448px;
height:0;
position:absolute;
bottom:0;
background:url('blogm2.png') 5px 100% no-repeat;
}
  
}