		#wrapper {
			width:600px; 
			margin:0 auto; 
			border-radius:0 0 5px 5px;
			-moz-border-radius:0 0 5px 5px;
			-webkit-border-radius: 0 0 5px 5px;
			background:#fff; 
			border:1px solid #ccc; 
			padding:25px; 
			border-top:none; 
			box-shadow:0 0 5px #ccc;
			-moz-box-shadow:0 0 5px #ccc;
			-webkit-box-shadow:0 0 5px #ccc;
			text-align:left;
		}
		#lightbox {
			position:fixed; /* keeps the lightbox window in the current viewport */
			top:0; 
			left:0; 
			width:100%; 
			height:100%; 
			background:url(http://mmmtravel.com.tw/tools/js/overlay.png) repeat; 
			text-align:center;
			z-index: 1000;
		}
		#lightbox p {
			text-align:right; 
			color:#fff; 
			margin-right:20px; 
			font-size:12px; 
		}
		#lightbox img {
			box-shadow:0 0 25px #111;
			-webkit-box-shadow:0 0 25px #111;
			-moz-box-shadow:0 0 25px #111;
			max-width:940px;
		}
		
		#textbox {
			position:fixed; /* keeps the lightbox window in the current viewport */
			top:0; 
			left:0; 
			width:100%; 
			height:100%; 
			background:url(http://mmmtravel.com.tw/tools/js/overlay.png) repeat; 
			text-align:center;
			z-index: 1000;
		}
		#textbox p {
			text-align:right; 
			color:#fff; 
			margin-right:20px; 
			font-size:12px; 
		}
		#textbox img {
			box-shadow:0 0 25px #111;
			-webkit-box-shadow:0 0 25px #111;
			-moz-box-shadow:0 0 25px #111;
			max-width:940px;
		}		
	
		#text_show{
			width: 400px;
			background-color: #fff;
			padding: 10px;
			top: 40%;
			left: 35%;
			position: fixed;
			-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
			-moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
			box-shadow: 0 0 12px rgba(0,0,0,.6);
			border-color: #ddd;
			-webkit-border-radius: .3125em;
			border-radius: .3125em;	
		 }
		 .xar_content a:link{
			 color:#274ECD;
			 text-decoration:none;
		}
		 
