* { margin: 0; padding: 0 }
/* 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/ */
/* Not all these styles may be necessary for your use of Coda-Slider, so feel free to take out what you don't need.*/
		
p { 
	text-align: left; 
	margin: 15px 0; 
}
		
p, ul { 
	font-size: 13px; 
	line-height: 1.4em;
} 
		
p a, li a { 
	color: #A0522D; 
	text-decoration: none;
}
		
p.intro { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 20px; 
	padding: 20px 0 30px 0; 
	text-align: center; 
	width: 100%;
}
		
a:focus { 
	outline:none;
}
		
h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:1.4em;
	font-weight: bold;
	color: #6d6d6d;
}
		
h3 { 
	border-bottom: 1px solid silver; 
	margin-bottom: 5px; 
	padding-bottom: 3px; 
	text-align: left;
	font-size: 1.1em;
	color: #6d6d6d;
}

h4 {
	margin-top: 20px; 
	font-size: 1.6em;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em
	}
	
/* IE needs help handling text shadow */ 	
.shadow {
    height: 1.6em;
    filter: Shadow(Color=#666666, Direction=135, Strength=5);
}

		
body { /* Excluded the width setting to allow the header and menu to take up 100% */
	/*width: 800px;*/
	font-family: Verdana, Arial;
	background: #fff; /* #ebebeb url("images/body-bg.png") repeat-y center; */
	color: #000;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}
		
.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: 20px 0;
	position: relative;
	width: 100%;
}

