 
#backgroundPopup1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/

height:100%;
width:100%;
top:0;
left:0;
background: #FFC;
border:1px solid #cecece;
 z-index: 8000000;
}
#popupOffer1
{
    background-position: 10px 10px;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
   /* height: 550px;
    width: 799px;*/
    background: #FFFFFF;
    z-index: 9000000;
    font-size: 13px;
   /* background-image: url(../js_popup/offer.jpg);*/
    border: 3px solid  #ffaa06;
}

#popupOffer1Close{
font-size:35px;
line-height:14px;
right:-3px;
top:-3px;
position:absolute;
color: #FFF;
font-weight:700;
cursor:pointer;
}


@media only screen and (min-width: 50px) and (max-width: 479px) { 

#popupOffer1 {
 
width:99%;

 height: auto;
	
}

#popupOffer1 img{
 
max-width:100%;

 height: auto;
	
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#popupOffer1 {
 
width:100%;

 height: auto;
	
}

#popupOffer1 img{
 
max-width:100%;

 height: auto;
	
}
	
}
@media only screen and (min-width: 768px) and (max-width: 959px) {	
#popupOffer1 {
 
width:100%;

 height: auto;
	
}

#popupOffer1 img{
 
max-width:100%;

 height: auto;
	
}

}


@media (max-width: 1199px) {
	
#popupOffer1 {
 
width:99%;

 height: auto;
	
}

#popupOffer1 img{
 
max-width:100%;

 height: auto;
	
}
	
	}