@charset "utf-8";
/* CSS Document */
		.locations{
			padding:30px 60px 0 60px; 
			background:url(images/bkg_ma.png) no-repeat top center;
			zoom:1;-
		}

		.panel{
			font-size:10px;
		}
        .stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 0px 0 0px;
		}
		.stripNav{
			/*position:absolute;
			top:240px;
			left:-200px; 
			width:162px;
			margin:300px 0 -300px -200px;*/
			display:none;
			visibility:hidden;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 288px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 400px;
			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;
			/* -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: 288px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}

   		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 200px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 15px;
			width: 15px;
			 outline: none;

		}
		
		
		.stripNavL {
			left: -20px;
		}
		
		.stripNavR {
			right: -20px;
		}
		
		.stripNavL {
			background: url("slider/images/arrow-left.gif") no-repeat top left;
		}
		
		.stripNavR {
			background: url("slider/images/arrow-right.gif") no-repeat top left;
		}
		
		.hidden_inactive{
			display:none;
			visibility:hidden;
		}
		
		.drop_down{
			background:url(images/white_drop_down.gif) no-repeat 90% 60% #000000;
			color:#FFFFFF;
			margin:0px 0 0px 0;
			padding:5px;
			width:150px;
			border:1px solid #BEBEBE;
		}
		
		.drop_item ul{
			list-style:none;
			margin:0;
			padding:0 0 0px 0;
			background:none;
			width:160px;
			overflow:visible;
		}
		.drop_item ul li{
			list-style:none;
			margin:0;
			padding:0;
			background:none;
			
		}
		.drop_item ul li a{
			display:block;
			color:#FFFFFF;
			padding:2px 5px;
			background:#000000;
			border-top:none;
		}
		.drop_item ul li a:hover{
			background:#333333;
		}
		.drop_item ul li .active{
			background:#333333;
		}
		
		#drop_province ul{
			height:190px;
			overflow:auto;
		}
		
