@charset "utf-8";
/* CSS Document */
*{ margin: 0px; padding:0px; font-size: 13px; }

body{ background-color:#ffffff;}

a{color:#333333;}

#top{width:600px; height:30px; background:url(../images/topBg.gif) center center no-repeat; margin:0 auto; line-height:30px; text-indent:2em;}

#main_img_box{width:884px; height:auto; position:relative; margin:10px auto;}
	#main_img_box #sqImg{ width:auto; height:auto; display:block; margin:0 auto; border:#666666 solid 3px;}
	
#links{width:600px; height:30px; margin:0 auto;}
	#links li{ float:left; list-style:none; width:150px; text-align:center;}
		#links li a{ text-decoration:none; display:block; width:150px; height:30px; line-height:30px; border:none;}
			#links li a img{ border:none;}
		
#per{ display:block; width:440px; height:600px; position:absolute; left:0; top:0; z-index:99; background:#ffffff; cursor:pointer;filter:alpha(opacity=0);       -moz-opacity:0;opacity: 0;}
#next{ display:block; width:440px; height:600px;  position:absolute; left:480px; top:0; z-index:100; background:#ffffff; cursor:pointer;filter:alpha(opacity=0); -moz-opacity:0;opacity: 0;}

