* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*
	UTILITY STYLES
*/				  				  
					  				  
.CMN_floatLeft {
	float: left;
	margin-right: 10px;
}
.CMN_floatRight {
	float: right;
}
.CMN_clear {
	clear: both;
}
a {
	outline: none;
}
/*
	PAGE STRUCTURE
*/
#CMN_page-wrap {
	width: 620px;
	margin: 10px;
	position: relative;
	min-height: 232px;
	background: url(images/bg.png) top center;
}
/*
	TYPOGRAPHY
*/
ul {
	list-style: square inside;
}
a, a:visited {
	color: #729dff;
	text-decoration: none;
}
a:hover, a:active {
	color: white;
}
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
*/
.CMN_slider-wrap {
	width: 608px;
	position: absolute;
	top: 6px;
	left: 6px;
}
.CMN_stripViewer .CMN_panelContainer .CMN_panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.CMN_stripViewer {
	position: relative;
	overflow: hidden;
	width: 608px;
	height: 285px;
}
.CMN_stripViewer .CMN_panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.CMN_stripViewer .CMN_panelContainer .CMN_panel {
	float: left;
	height: 100%;
	position: relative;
	width: 608px;
}
.CMN_stripNavL, .CMN_stripNavR, .CMN_stripNav {
	display: none;
}
.CMN_nav-thumb {
	border: 1px solid #666666;
	margin-right: 6px;
}
#CMN_movers-row {
	margin: -6px 0px 0px 0px;
}
#CMN_movers-row div {
	width: 12%;
	float: left;
}
#CMN_movers-row div a.CMN_cross-link {
	float: right;
}
.CMN_photo-meta-data {
	background: url(images/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.CMN_photo-meta-data span {
	font-size: 10px;
}
.CMN_cross-link {
  display: block;
  width: 72px;
  margin-top: -80px;
  position: relative;
  padding-top: 25px;
  z-index: 9999;
  overflow: hidden;
}
.CMN_active-thumb {
	background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat;
}
