		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0;  width: 100% }
		.stripViewer{ /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 710px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
		}

		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 710px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding:0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;display:none;s
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;display:none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		} 
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 200px;display:none;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: none;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;display:none;
		}
		
		.stripNavR {
			right: 0;display:none;
		}
		
		.stripNavL {
			background: url("../images/btn_l.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/btn_r.png") no-repeat center;
		}
.slider-wrap{margin:20px auto;position:relative;width:710px;padding:0px 162px;z-index:1;overflow:hidden;}
.csw{width: 100%; height: 400px; overflow:hidden;}
.panelContainer{position:relative;overflow:hidden;width:100%;height:280px;margin:0px auto;}

.wrapper{width:710px;float:left;height:280px;}
.wrapper .pro_l{float:left;width:380px;padding-left:20px;}
.wrapper .pro_l h2{color:#fdef07;font-size:36px;padding:0px;margin:0px;}
.wrapper .pro_l p{line-height:20px;color:#000;padding-top:0px;}
.wrapper .pro_r{float:left;width:300px;padding-top:40px;}
.wrapper .pro_r img{border:3px #fff solid;}
#cross-links{
	background:url(../images/prol_bg.png) no-repeat;
	width:654px;
	height:95px;
	padding:0px 10px;margin:0px auto;overflow:hidden;
	
}
#cross-links ul{display:block;margin:0px auto;padding:0px 10px;}
#cross-links ul li{list-style-type:none;float:left;padding:0px;display:block;}
#cross-links ul li a{display:block;padding:13px;}
#cross-links ul li a:hover,#cross-links .on{background:url(../images/sj_icon.jpg) no-repeat;display:block;float:left;cursor:pointer;}

