#sliderContainer
{
	width: 647px;
	background: url(../img/slider_mask.gif) no-repeat left top;
	eight: 214px;
	position: relative;
	text-align: center
}

#sliderMask
{
	position: absolute;
	background: url(../img/slider_mask.gif) no-repeat left bottom;
	top: 218px;
	left: 0px;
	width: 647px;
	height: 5px;
}

#sliderMaskTop
{
	position: absolute;
	background: url(../img/slider_mask.gif) no-repeat left top;
	top: 0px;
	left: 0px;
	width: 647px;
	height: 15px;
}


#sliderBottomTabs
{
	width: 647px;
	margin: 0;
	padding: 0px;
	background:  url(../img/bg_slider_bottom_tabs.gif) no-repeat center top;
	min-height: 20px;
	position: relative;
}

.tabsContainer
{
	width: 618px;
	padding-bottom: 9px;
	margin: 0 auto 0 auto;
	_margin-bottom: -1px;
	ackground: orange;
	order:1px solid red;
	overflow: hidden;
}



#sliderBottomTabs  a {
	display: block;
	min-width: 40px;
	float: left;
	margin: 0px 3px 0 -3px; 
	padding: 0px; 
	background: #9AB03B url(../img/bg_slider_tab_left.gif) no-repeat left bottom;
	height: auto;
	font-size:11px;
	color: white;
	text-decoration: none;
	}

#sliderBottomTabs a span 
{
	display: block;
	padding: 0 10px;
	background: url(../img/bg_slider_tab_right.gif) no-repeat right bottom;
}

#sliderBottomTabs  a:hover
{
	background-color: white;
	color: #157598;
}

#tabsMask
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 647px;
	height: 14px;
	background: url(../img/slider_tabs_mask.gif) no-repeat center bottom;
}

#sliderBottomTabs a.on
{
	background-color: #157598;
	color: white;
}

#sliderBottomTabs a span.active-tab
{
	background-color: #157598;
	color: white;
}


	/*-- origianal- 

	.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}*/
		
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 224px;   background: #fff; overflow: hidden}
		.csw .loading {padding: 20px; text-align: left}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 632px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 223px;
			clear: both;
			background: #fff;
			text-align: left;
		}
		
		.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%;
			height: 223px;
			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: 632px; /* Also specified in  .stripViewer  above */
			height: 223px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 20px 330px 20px 20px;
		}
		
		.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 h2
	{
		margin: 0px;
		width: 330px;
	}
	
	.imgOverflowBox
	{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 223px;
		width: 300px;
		background: #198FBB;
		overflow: hidden;
	}

	.imgMask
	{
		background: url(../img/bg_imgmask.png) no-repeat left top;
		position: absolute;
		right: 0px;
		top: 0px;
		height: 223px;
		width: 300px;
	}
	
.wrapper ul {margin: 8px 0; padding: 0px 0 0 30px;}
.wrapper ul li {
	list-style-position: outside;
	list-style: none;
	list-style-image: url(../img/bg_li_content.gif);
	margin:0 0 0 0;
}	
	
	
span.overviewLink
{
	display: block;
	padding-top: 5px;
}

span.overviewLink a
{
	background:  url(../img/bg_slider_a_overview.gif) no-repeat right center;
	color: #9AB03B;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 15px 0px 5px;
	border: 1px solid #9AB03B;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
}	
