
.slider-wrap {position:relative;}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer {position: relative; overflow: hidden; margin: auto; width: 726px; height: 458px; 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: 726px;}
		.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;}
		.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: 200px;	text-indent: -9000em; z-index:100;}
		.stripNavL a, .stripNavR a {display: block; width: 47px; height: 60px;}
		
		.stripNavL {left: 20px;}
		.stripNavR {right: 20px;}
		
		.stripNavL {background: url("../img/arrow-left.png") no-repeat center;}
		.stripNavR {background: url("../img/arrow-right.png") no-repeat center;}



