#webgallery {
	background-image:url(images/bg-gallery.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 705px;
	height: 270px;
	margin:45px auto 0;
}
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul, ol { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; width: 100% }
		
#cross-links { text-align: center }
		
		
		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; }
		
		a:focus { outline:none }
		
		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: auto;
			position: relative;
			padding-top: 30px;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 620px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 235px;
			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: 235px;
			position: relative;
			width: 620px; /* Also specified in  .stripViewer  above */	
			padding-top: 30px;}
		
.stripViewer .panelContainer .panel .wrapper { padding: 10px; /* Wrapper to give some padding in the panels, without messing with existing panel width */}
		
.stripNav { display: none }
	
.stripNav { margin: auto; /* This is the div to hold your nav (the UL generated at run time) */ }
		
.stripNav ul { list-style: none; /* The auto-generated set of links */ }
		
.stripNav ul li { float: left; margin-right: 2px; /* 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: 10px; font-weight: bold; text-align: center; line-height: 32px; background: #c6e3ff; color: #fff;
				text-decoration: none; display: block; padding: 0 15px;}
		
.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }
		
.stripNav li a:hover { background: #333;}
			
.stripNav li a.current { background: #000; color: #fff; }
		
.stripNavL, .stripNavR { /* The left and right arrows */ position: absolute; top: 125px; text-indent: -9000em;}
		
.stripNavL a, .stripNavR a { display: block; height: 40px; width: 50px;}
		
.stripNavL:hover, .stripNavR:hover {background-position:0px -40px;	}

.stripNavL {left: 0;}
		
.stripNavR {right: 0;}
		
.stripNavL { background: url("images/arrow-left.gif") no-repeat center top; }
		
.stripNavR { background: url("images/arrow-right.gif") no-repeat center top; }


/*//////////////////////////websites */
.comments                           { float:left; font-size:11px; height:200px; line-height:12px; padding-left:5px; width:350px; color:#FFFFFF}
.titletext                          { color:#666666; padding-right: 2px; }
.commentblock                       { padding-bottom:5px; float: left; clear:left; text-align: left; width:350px;}
.webimages                          { float:left; text-align:center; width:220px; height:185px;}
#WebSlideText                        { background-color: #CCCCCC; color:#000000; font-variant:small-caps; margin: auto; }

/*//////////////////////////WebLinkBox////////////////////*/
.WebLinkBox {
	color: #FFFFFF;
	font-weight:bold;
	width: 920px;
	height: 135px;
	padding: 20px 10px 0px 10px;
	vertical-align: middle;
}
.links1 {
	width: 175px;
	float: left;
	margin: 0px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.links2 {
	width: 175px;
	float: left;
	margin: 0px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.links3 {
	width: 175px;
	float: left;
	margin: 0px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.links4 {
	width: 175px;
	float: left;
	margin: 0px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.WebContentBox {
	width: 960px;
	float: left;
}

.WebContentText {
	padding: 5px 10px 0px 5px;
}

.WebContentLeft {
	background-color:#CCCCCC;
	color: #000000;
	float: left;
	width: 450px;
	text-align: left;
	margin: 10px 0px 10px 2px;
	padding: 10px;
}

.WebContentRight {
	background-color:#CCCCCC;
	color: #000000;
	float: left;
	text-align: left;
	vertical-align: top;
	width: 450px;
	margin: 10px 0px 10px 10px;
	padding: 10px;
}

.WebRequestBox {
	margin:0 auto;
	text-align:center;
	width:280px;
}
a.cross-link:link {color: #CCCCCC; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.cross-link:visited {color: #CCCCCC; text-decoration: none; font: normal 12px Arial, sans-serif;}
a.cross-link:hover {color: #FFFFFF; text-decoration: underline; font: normal 12px Arial, sans-serif;}