
/* "Get It Now" Overlay */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/customoverlay/overlay_images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:650px;		
	
	/* some padding to layout nested elements nicely  */
	padding:30px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/customoverlay/overlay_images/apple-close.png);
	position:absolute; left:11px; top:11px;
	cursor:pointer;
	height:27px;
	width:27px;
}


/* "Outlawcast" Overlay */
.apple_overlay02 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/customoverlay/overlay_images/white_02.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:600px;		
	
	/* some padding to layout nested elements nicely  */
	padding:30px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay02 .close {
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/customoverlay/overlay_images/apple-close.png);
	position:absolute; left:7px; top:7px;
	cursor:pointer;
	height:27px;
	width:27px;
}



/* "Coming Soon" Overlay */
.apple_overlay03 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image (commented out) */
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/customoverlay/overlay_images/white_02.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:295px;		
	
	/* some padding to layout nested elements nicely  */
	padding:30px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay03 .close {
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/customoverlay/overlay_images/apple-close.png);
	position:absolute; left:-1px; top:-1px;
	cursor:pointer;
	height:27px;
	width:27px;
}







/* "OutlawTour" Overlay */
.apple_overlay04 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image  */
	
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/images/outlawtour_overlay_bg.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:644px;		
	
	/* some padding to layout nested elements nicely  */
	padding:0px;

	/* a little styling */	
	font-size:11px;
}


/* default close button positioned on upper right corner */
.apple_overlay04 .close {
	background-image:url(http://www.buzzrocketmedia.com/webtools/rh/customoverlay/overlay_images/apple-close.png);
	position:absolute; left:-3px; top:-3px;
	cursor:pointer;
	height:27px;
	width:27px;
}












