﻿/* ------------------------------------------------------
   CONTENT STYLE ----------------------------------------*/
.slide-content-left { float:left; background:transparent url(../images/bg_slide_left.gif) no-repeat; width:550px; height:300px; padding:20px; }
	.slide-content-left h1 { font:28px Arial; color:#ff4800; margin-bottom:10px; line-height:1em; }
	.slide-content-left p { font:14px Arial; color:#111; margin-bottom:10px; }	
	.slide-content-left img { margin:0; padding:0; float:none; }		
.slide-content-right { float:right; background:transparent url(../images/bg_slide_right.gif) no-repeat; width:240px; height:300px; padding:20px; }
	.slide-content-right p { font:12px Arial; margin:0 0 10px 0; }
/* CONTENT STYLE ----------------------------------------
   ------------------------------------------------------*/

/* ------------------------------------------------------
   SCRIPT STYLE ----------------------------------------*/

ul#cross-links { margin:10px auto; padding-left:20px; width:750px; text-align:center; }
ul#cross-links li { display:inline; margin-bottom:10px; }
ul#cross-links li a { text-decoration:none; font:14px Arial; color:#8154a1; padding:0 0 3px 0; float:left; width:37px; height:31px; margin-right:4px; text-align:center; background:url(../images/bg_slide_tab.gif) no-repeat; }
ul#cross-links li a:hover { color:#ff4800; font-weight:bold; padding:3px 0 0; background:url(../images/bg_slide_tab_over.gif) no-repeat; }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 10px auto;
	position: relative;
	width: 970px;
	background:url(../images/bg_slide.gif) no-repeat center top;
}

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 890px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 360px;
	clear: both;
	background: transparent;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 890px;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 890px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display:none;			
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 140px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 60px;
	width: 60px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("../slide/images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("../slide/images/arrow-right.gif") no-repeat center;
}
/* SCRIPT STYLE ----------------------------------------
   ------------------------------------------------------*/
