@charset "utf-8";
/* CSS Document */

.cross-link {
	display: block;
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.cross-link:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.cross-link:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.cross-link:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.cross-link:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

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

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0; /* this is the border. should have the same value for the links */
	margin: 0;
	width: 660px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 250px;
	clear: both;
	background: #fff;
}

html>body .stripViewer {
	width: 648px
}

.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: 100%;
	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: 660px; /* Also specified in  .stripViewer  above */
}

html>body .stripViewer .panelContainer .panel {
	width: 648px
}

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

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

.stripNavL, .stripNavR { /* The left and right arrows */
	display: none;
}

.wrapper img {
	width: 648px;
	height: 250px;
}

.mag_scroller
{
	height: 250px;
	position: relative;
	border: 1px solid #333;
	width: 660px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 10px;
}

html>body .mag_scroller {
	width: 648px
}

.mag_scroller_nav {
	width: auto;
	float: right;
	text-align: right;
	margin-top: -28px;
	margin-bottom: 10px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-color: #333;
	width: 100%;
	text-align: right;
	position: relative;
	z-index: 10;
}

.mag_scroller_links {
	float: right;
	width: auto;
	position: relative;
}
.mag_scroller_index
{
	background-color: #CCC;
	height: 250px;
	position: relative;
	border: 1px solid #333;
	width: 660px;
	float: left;
	margin: 0px;
	z-index: 5;
}

html>body .mag_scroller_index {
	width: 648px
}

.mag_scroller_title {
	font-weight: bold; 
	float: left;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
}

.mag_scroller_title a:link {
	color: #FFF;
	text-decoration: none;
}


.mag_scroller_title a:visited {
	color: #FFF;
	text-decoration: none;
}


.mag_scroller_title a:hover {
	color: #FFF;
	text-decoration: none;
}


.mag_scroller_title a:active {
	color: #FFF;
	text-decoration: none;
}
