
.slider-wrap {position:relative;}

		
		.csw {width: 100%; height: 480px; background: #f6f6f6; overflow: hidden; position:relative;}
		.csw .loading {text-align:center; position:absolute; top:0px; left:0px; width:100%; height:480px; background:#f6f6f6; color:#000; z-index:1000;}
			.csw .loading img {margin-top:50px;}

		.stripViewer {position: relative; overflow: hidden; margin: auto; width: 678px; height: 100%; clear: both;}
		.stripViewer .panelContainer {position:relative; left:0; top:0;	width: 100%; list-style-type: none;}
		.stripViewer .panelContainer .panel {float:left; height: 100%; position: relative; width: 678px;}
		.stripViewer .panelContainer .panel p {position:absolute; left:106px; top:410px; width:597px; font-size:11px; color:#fff; line-height:13px;}
			.stripViewer .panelContainer .panel p b {font-size:12px;}
			.stripViewer .panelContainer .panel p a {position:absolute; right:0; top:0; width:57px; height:27px; display:block; line-height:24px; text-align:center; color:#fff; background:url(../img/button-small-orange-bgr.png) 0 0 no-repeat; font-size:12px; font-weight:bold; text-transform:uppercase;}
				.stripViewer .panelContainer .panel p a:hover {background-position:0 -27px; text-decoration:none;}
				.stripViewer .panelContainer .panel p a:active {background-position:0 -54px;}
		
		.stripViewer .panelContainer .panel .wrapper {padding: 0;}
		
		.stripNav {margin: auto; position:absolute;	left:24px; top:411px; z-index:100;}
		.stripNav ul {list-style: none;	width:69px; height:22px; padding:1px 0 1px 1px;	background:url(../img/home-nav-bgr.png) 0 0 no-repeat; display:none;}
		.stripNav ul li {float: left; width:22px; height:22px; margin-right: 1px;}
		.stripNav a {font-size: 12px; font-weight: bold; text-align: center; line-height: 22px;	color: #fff; width:22px; background:url(../img/home-nav-item-bgr.png) 0 0 no-repeat;		height:22px; text-decoration: none;	display: block;}
		.stripNav li a:hover {background-position:0 -22px;}
		.stripNav li a.current {background-position:0 -22px; color: #fff;}
		
		.stripNavL, .stripNavR {position:absolute; top:150px; height:60px; text-indent: -9000em; z-index:100;}
		.stripNavL a, .stripNavR a {display:block; width:318px; height:60px;}
		
		.stripNavL {left: 20px;}
		.stripNavR {right: 20px;}
		
		.stripNavL a {background: url(arrow-left.png) no-repeat left 50%; outline:none;}
		.stripNavR a {background: url(arrow-right.png) no-repeat right center; outline:none;}

