@charset "utf-8";
		* {  margin: 0; padding: 0 }
		
		p {
	text-align: left;
	margin: 15px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

		
		a:focus { outline:none }
		

		img a {
	border: 0 solid #FFF;
		}
#slider1 .panelContainer .panel .wrapper p a img {
	color: #000;
	border: thin solid #000;
}
#slider1 .panelContainer .panel .wrapper p a img:hover {
	color: #FFF;
	border: thin solid #FFF;
}
#slider1 .panelContainer .panel .wrapper p a img:visited {
	color: #000;
	border: thin solid #000;
}
		
		
		h3 {
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
		
		body {
	font-family: Verdana, Arial;
	overflow:hidden;
	background: #000;
	color: #000;
	width: 800px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
	background-image: url();
	background-repeat: no-repeat;
		}
		

		


		.stripViewer { /* This is the viewing window */
	position: absolute;
	z-index:1;
	overflow: hidden;
	margin: auto;
	width: 643px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 67%;
	clear: both;
	left:19%;
	top:16%;	
		}
		
		.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: 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-left: 38px;
			padding-right: 38px;
		}
		
		
	#sidebar {
	position:absolute;
	left:80%;
	top:200px;
	width:222px;
	min-height:119px;
	overflow:visible;
	z-index:11;
}



    iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	overflow: hidden;
}

