/*
******************
SLIDING DIVS - WIDE
******************
*/

#slidingDivContainer {
	width: 815px;
	margin:0; padding:0;
	background:url(../images/slidingDiv_bg.gif) 0 18px no-repeat;
}


		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		#slidingDivContainer a:focus { outline:none }
		
		#slidingDivContainer img { border: 0 }
				
		.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 0;
			position: relative;
			width: 100%;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0; 
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 320px;
			clear: both;
		}
		
		.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;
			
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* 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) */
			display: none;
			margin: auto;
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 100px;
			text-indent: -9000em;
		}
				
		.stripNavL a, .stripNavR a {
			display: block;
			height: 42px;
			width: 14px;
		}
		
		.stripNavL {
			left: 33px;
		}
		
		.stripNavR {
			right: 48px !important;
			right: 47px;
		}
		
		.stripNavL a {
		background: url("../images/arrow_left.gif") 0 no-repeat;
		}
		
		.stripNavL a:hover , .stripNavR a:hover {
			background-position: -14px 0px;
		}
		
		.stripNavR a {
			background: url("../images/arrow_right.gif") 0 no-repeat;
		}
		
		
/* this is the little div block within the sliding divs - in groups of 4 */		
.miniDiv {
	width: 160px;
	height: 275px;
	float: left;
	border: 1px #d1d7da solid;
	background: #fff;
	margin-right: 5px;
}

.miniDiv .header {
	background: url(../images/bar_top_bg.gif) repeat-x;
	border-bottom: 1px #d1d7da solid;
	width: 100%;
	height: 35px;
	color:#FFFFFF;
	text-align:center;
}

.miniDiv .header span {
	position: relative;
	top: 10px;
}

.miniDiv p {
	line-height: normal;
	padding: 6px;
	margin-bottom: 26px;
}

/*learn more button*/

.learnMore {
	position: absolute; 
	bottom: 4px;
	margin-left: 2px;	
	height: 21px;
	width: 156px;
	}


.learnMore a:hover  {
background-position: 0 -21px;
color: #fff;
 }

.learnMore a {
 display: block;
 background: url(../images/btn_learn_more.gif) no-repeat 0 0; 
 color: #fff;
 width: 156px;
 height: 21px;
 margin:0; padding: 0;
 font: 12px/1 Helvetica, Arial, sans-serif;
 text-decoration:none;
 text-align:center;
}

.learnMore span {position: relative; top: 6px;}


