.floatLeft{ float: left; margin-right: 10px;}
.floatRight{ float: right; }
.clear{ clear: both; }
a { outline: none; }

/*
	PAGE STRUCTURE
*/
#page-wrap{
	width: 682px;
	margin: 0;
	float: left;
	clear: both;
	height: 397px;
}
/*
	TYPOGRAPHY
*/
ul { list-style: square inside; }

blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap{
	width: 682px;
	position: absolute;
	height: 398px;
	display: block;
	overflow: hidden;
}			
.stripViewer .panelContainer 
.panel ul{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer  { position: relative; overflow: hidden; width: 682px; height: 398px; }
.stripViewer .panelContainer { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 682px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb { border: 1px solid black; margin-right: 5px; }