#popupARbg{
	
	background-color: #000;
	opacity:0.5;
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1000000;
}
#popuparrow{
display:none;
position:absolute;
top:0;
	background-image: url(ipad_popup_last.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 235px;
	width: 490px;
	z-index:10000001;
	
}
#popuparrow #ok{
	position: absolute;
	margin-top: 170px;
	margin-left: 185px;
	border: 0px none #504E48;
	background-image: url(okBTN.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 50px;
	cursor:pointer
	
	}
#popuparrow #dontS{
	position: absolute;
	margin-top: 170px;
	border: 0px none #504E48;
	margin-left: 30px;
	background-image: url(dontshowBTN.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 144px;
	cursor:pointer
}
#popupslideshow{
display:none;
	position:absolute;
	top:0;
	background-image: url(slideshow_popup.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 490px;
	z-index:10000001;
	
}
#popupslideshow #SSok{
	position: absolute;
	margin-top: 220px;
	border: 0px none #504E48;
	background-image: url(okBTN.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 50px;
	margin-left: 365px;
	cursor:pointer
	}
#popupslideshow #SSdontS{
	position: absolute;
	margin-top: 220px;
	border: 0px none #504E48;
	margin-left: 210px;
	background-image: url(dontshowBTN.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 144px;
	cursor:pointer
}

