@charset "utf-8";
		
		noscript p, noscript ol {
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	color: #000;
}
		noscript a {
	text-decoration: underline
}
		noscript ol { margin-left: 25px; }
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 308px;
	height: 371px;
	background-image: url(http://www.ericdmunoz.com/wp-content/themes/edmv3/images/designwork-panel.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	margin: 15px 0px 0px 150px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 260px;
	overflow: scroll;
}
		.csw .loading {
	margin: 100px 0px 100px 0px;
	text-align: center
}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 253px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 260px;
	clear: both;
	margin-left: 27px;
		}
		
		.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: 253px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
	font-size: 14px;
	color: #FFF;
		}
.stripViewer .panelContainer .panel .wrapper h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	padding-bottom: 3px;
	letter-spacing: -1px;
}
/* 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/ */
		
		.stripViewer .panelContainer .panel .wrapper p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
.stripViewer .panelContainer .panel .wrapper ul {
	margin-left: 15px;
	list-style-type: square;
	margin-top: 5px;
}

.stripViewer .panelContainer .panel .wrapper ul li {
	font-size: 12px;
	line-height: 18px;
}
.stripViewer .panelContainer .panel .wrapper ul li a{
	text-decoration: underline;
	color: #FFF;
	outline: none;

}
.stripViewer .panelContainer .panel .wrapper ul li a:hover{
	text-decoration: none;
	color: #FFF;

}
.stripViewer .panelContainer .panel .wrapper ul li a:active {
	text-decoration: none;
	color: #CCC;
}


.stripViewer .panelContainer .panel .wrapper img {
	margin: 10px 0px 5px 30px;
	float: left;
}
.stripViewer .panelContainer .panel .wrapper .wp-smiley{
	margin: 0px;
}


		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 310px;
	text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	outline: none;
		}
		
		.stripNavL {
	left: 50px;
		}
		
		.stripNavR {
	right: 50px;
		}
		
		.stripNavL {
	background: url("http://www.ericdmunoz.com/wp-content/themes/edmv3/images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
	background: url("http://www.ericdmunoz.com/wp-content/themes/edmv3/images/arrow-right.gif") no-repeat center;
		}
