.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 */
			width: 960px;
			background: transparent url('/_images/slider/bg_slider.png') no-repeat left bottom;
			position: relative;
			margin: 20px auto;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 50px; height: 20px; background: #fff; overflow: hidden;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 285px;
			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; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 960px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			top: 227px;
			margin-left: 30px;
			padding-left: 0;
			position: absolute;
			z-index: 2;
		}
		
		.stripNav ul li {
			float: left;
			margin: 0; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			line-height: 16px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 13px 22px 12px 22px;
			border-right: 1px solid #ced1c0;
			border-left: 1px solid #878d6b;
		}
		
		.stripNav a:hover {
			background: #9fa487 url('/_images/slider/bg_slider_hover.gif') repeat-x;
		}
		
		.stripNav a.current {
			background: #7a7f60 url('/_images/slider/bg_slider_active.gif') repeat-x;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			/*background: url("images/arrow-left.gif") no-repeat center;*/
		}
		
		.stripNavR {
			/*background: url("/_images/slider/arrow-right.gif") no-repeat center;*/
		}
		
		.clearit {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
	}
		
.panel_left {
	float: left;
	display: inline;
	width: 410px;
	margin: 45px 0 0 35px;
	}		
.panel_right {
	float: right;
	display: inline;
	width: 500px;
	margin: 0 15px 0 0;
	overflow: hidden;
	}			
.panel_left h1 {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 16px 0;
	color: #333300;
	}
.panel_left p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	}
#prototype_image {
	margin-top: 3px;
	text-align: right;
	}
#deploy_image {
	margin-top: 2px;
	text-align: right;
	}		
#storyboard_image {
	margin-top: 1px;
	}
#design_image {
	text-align: right;
	margin-right: 15px;
	}
#girl_image {
	margin-top: 13px;
	margin-right: 5px;
	}