 /* jssor slider arrow navigator skin 03 css */
            /*
            .jssora03l                  (normal)
            .jssora03r                  (normal)
            .jssora03l:hover            (normal mouseover)
            .jssora03r:hover            (normal mouseover)
            .jssora03l.jssora03ldn      (mousedown)
            .jssora03r.jssora03rdn      (mousedown)
            */
            .jssora03l, .jssora03r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(a03.png) no-repeat;
                overflow: hidden;
            }
            .jssora03l { background-position: -3px -33px; }
            .jssora03r { background-position: -63px -33px; }
            .jssora03l:hover { background-position: -123px -33px; }
            .jssora03r:hover { background-position: -183px -33px; }
            .jssora03l.jssora03ldn { background-position: -243px -33px; }
            .jssora03r.jssora03rdn { background-position: -303px -33px; }
			body {
				background:#999999;}
			#bigbox {
			margin-top:20px;
			margin-left:auto;
			margin-right:auto;
			width:1290px;
			height:930px;
			border-radius:20px;
			background:#7e7e7e;
			border:0;}
#top1 {
	position:absolute;
	margin:27px 0 0 350px;
	width:600px;
	height:53px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	border-radius:10px;	
	background:#999999 ;
	border:0;
	
	}
	#top2 {
	margin:15px 0 0 30px;
	
	}
#pgs {
	position:absolute;
	margin:3px 0 0 5px;
	width:975px;
	height:70px;
	text-align:left;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120x;
	font-weight:bold;
	font-style:italic;
	border:0;}
		#nav-menu2 ul{
	list-style: none;
	text-align:left;
	padding: 0;
	margin: 0 0 0 15px;
	
   }
#nav-menu2 ul{
	list-style: none;
	text-align:left;
	padding: 0;
	margin: 5px 0 0 600px;
	
   }

#nav-menu2  li a{

	background: #fff url(bg.gif) repeat-x left bottom;
	height: 1.3em;
	line-height: 1.3em;
	float: left;
    width:4em;
	display: block;
	border: 0.1em solid #ffffcc;
	border-radius:5px;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    }

#nav-menu2 a:hover {
	background: #fff url(bg.gif) repeat-x left bottom;
	height: 1.3em;
	line-height: 1.3em;
	float: left;
	width: 4em;
	display: block;
	border: 0.1em solid #ffffcc;
	color: #0d2474;
	text-decoration: underline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
    }	

	
#pageno {
	float:right;
	margin:25px 20px 0 0;
	width:75px;
	height:75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	border-radius:10px;
	background:#7e7e7e;
	border:0;
	color:#ffffff;
    }
#sm {font-size:12px;
	font-style:italic;}	
