.floatLeft { float: left; margin-right: 10px;}
.floatRight { float: right; }
.clear { clear: both; }
a { outline: none; }

/*
	PAGE STRUCTURE
*/
#page-wrap 	 {
	float: left;
	height: 350px;
	width: 450px;
}
/*
	SLIDER
*/
.stripViewer .panelContainer 
.panel ul { text-align: left; margin: 0 15px 0 30px; }
.stripViewer { position: relative; overflow: hidden; width: 450px; height: 350px; }
.stripViewer .panelContainer { position: relative; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 450px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb { border: 1px solid black; margin-right: 5px; }
#movers-row { margin: 0 0 62px; }
#movers-row div { width: 16%; float: left; }
#movers-row div a.cross-link { float: right; }
.cross-link { width: 62px; z-index: 9999; }