@charset "utf-8";
/* CSS Document */

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	/*background-image:url(../img/overlay/white.png);*/
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:331px;		
	
	/* initially overlay is hidden */
	display:none;
	
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	/*background-image:url(../img/overlay/close.png);*/
	position:absolute;
	right:18px;
	top:18px;
	cursor:pointer;
	height:35px;
	width:35px;
}



div#page1 {
	background:url(images/stores_bg.gif) no-repeat !important;
	color:#09224e;
}

div#page2 {
	background:url(images/hotline_bg.gif) no-repeat !important;
	color:#09224e;
}

div#page3 {
	background:url(images/faq_bg.gif) no-repeat !important;
	color:#09224e;
}

div#page4 {
	background:url(images/tonertips_bg.gif) no-repeat !important;
	color:#09224e;
}

div#page5 {
	background:url(images/bubble_bg.gif) no-repeat !important;
	color:#09224e;
}
