* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		img { border: 0 }
		#slide{
			color: #000;
			width: 630px;
			height:530px;
			margin: auto;
			padding-bottom: 20px;
		}		
		.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:0px;
			position: relative;			
		}
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 518px; 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: 630px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 510px;
			clear: both;
			background-image:url(../Images/InsideCity/bg_InsideCity_SliderContent.jpg);
			background-repeat:no-repeat;
		}
		.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;
			position: relative;
			width: 610px; /* Also specified in  .stripViewer  above */
		}		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
				margin:18px 0px 0px 20px;
				height:460px;
				overflow:hidden;
				
		}		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin:0px;
		}		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			background-image:url(../Images/InsideCity/bg_top_tab.jpg);
			background-repeat:no-repeat;
			width:630px;
			height:47px;
		}		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}		
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-family:Arial, Helvetica, sans-serif;
			text-align: center;
			line-height:15px;
			color: #969696;
			text-decoration: none;
			display: block;
			padding:0px;
			font-weight:bold;		
		}		
		.stripNavL, .stripNavR 
			{ /* The left and right arrows */
			position: absolute;
			text-indent: 300px;
			z-index:3000;
		}

		.stripNavL {
			background: url(../Images/InsideCity/btn_left.gif) no-repeat center;
		}
		
		.stripNavR {
			background: url(../Images/InsideCity/btn_right.gif) no-repeat center;
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 200px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 55px;
			width: 17px;
		}
		
		.stripNavL {
			left: 2px;
		}
		
		.stripNavR {
			right: 2px;
		}
		

		.stripNav li.tab1 a {font-family:Arial, Helvetica, sans-serif;background-image:url(../Images/BusinessClimate/btn_BussClimTab_off.jpg);font-weight:bold;
background-repeat:no-repeat;display: block;background-position:right;width:124px;padding:10px 0px 7px 0px;
			 }
.stripNav li.tab1 a:hover {text-decoration:none;}
		.stripNav li.tab2 a {background-image:url(../Images/BusinessClimate/btn_BussClimTab_off.jpg);font-weight:bold;
background-repeat:no-repeat;background-position:right;display: block;width:124px;padding:16px 1px 16px 0px;
			 }

.stripNav li.tab2 a:hover {text-decoration:none;}
		.stripNav li.tab3 a { background-image:url(../Images/BusinessClimate/btn_BussClimTab_off.jpg);font-weight:bold;
background-repeat:no-repeat;display: block;background-position:right;width:124px;padding:9px 0px 8px 1px;
			 }
.stripNav li.tab3 a:hover{text-decoration:none;}
		.stripNav li.tab4 a {background-image:url(../Images/BusinessClimate/btn_BussClimTab_off.jpg);font-weight:bold;
background-repeat:no-repeat;display: block;background-position:right;width:124px;padding:9px 0px 8px 1px;
			 }
.stripNav li.tab4 a:hover {text-decoration:none;}
		.stripNav li.tab5 a {background-image:url(../Images/BusinessClimate/btn_BussClimTab_off.jpg);font-weight:bold;
background-repeat:no-repeat;display: block;background-position:right;width:124px;padding:16px 0px 16px 1px;
			 }
		.stripNav li.tab5 a:hover {text-decoration:none;}
		
		.stripNav li a.current {
		color:#045282;text-decoration:none; background-image:url(../Images/InsideCity/bg_current_tab.jpg);
background-repeat:no-repeat;display: block;background-position:center;
		}

		
		