* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin: 0;
	padding: 20px 0;
}
img {
	border: 0;
}
body, h1, h2, h3, h4, h5, h6, p, a {
	color: #333;
	font-size: 12px;
	font-family:  tahoma, verdana,helvetica, arial, sans-serif;
}
.clear {
	clear: both;
}
/* STAGE */
#stage, #stage2, #index {
	float: left;
	margin: 0;
}
#stage, #stage2 {
	padding-bottom: 10px;
}
/* PREVIEW FULL */
#previewFull {
	float: left;
	position: relative;
	background-color: #fff;
}
#previewFull .padding {
	padding-top: 15px;
}
/* INDEX - GRID */
.thumbnail {
	float: left;
	position: relative;
	background: #fff;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.selectedThumbnail, .thumbnail:hover {
	color:inherit;
	background-color: #a1a1a1;
}
.emptyThumbnail {
	float: left;
	position: relative;
	color:inherit;
  background-color: #FFFFFF;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
/* INDEX */
.selected {
	color:inherit;
}
.selected:hover {
	color:inherit;
}
.selected .alignmentInner img {
	border: solid 3px white;
	padding: 0;
	margin: 0;
}
.itemNumber {
	z-index: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	color: #9c9c9c;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
.fullSize {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* INDEX - LIST */
.row {
	position: relative;
	color:inherit;
	background: #fff;
width: 804px /*5 x CellWidth + 4px Gap*/
;
	height: 160px;
	overflow: hidden;
}
.cellThumbnail {
	float: left;
	position: relative;
	color:inherit;
	background: #fff;
	width: 200px;
	height: 100%;
	overflow: hidden;
}
.cellThumbnail:hover {
	color:inherit;
	background: #fff;
}
/* PROPER ALIGNMENT INSIDE CELLS */
.alignmentOuterGrid {
	z-index: 1;
	position: static;
	text-align: center;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.alignmentOuter {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.alignmentOuter {
	position: static;
	text-align: center;
	display: table;
}
.alignmentMiddle {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
#detailTitle {
	margin: 10px 0 0 0;
	float:left;
	clear:both;
	text-align: center;
	width: 100%;
}
.preview {
background: #fff;
	border: 1px solid black;
	position: relative;
}
.thumb {
	border: 1px solid black;
	position: relative;
}
.dropShadow {
	background: url(../misc/shadow.png) right bottom no-repeat;
	display: block;
	float: left;
	margin: 13px -10px -10px 10px;
	position: relative;
}
.dropShadow:before, .dropShadow:after {
	background: inherit;	
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
}
.dropShadow:before {
	background-position: right top;
	margin: -10px 0 0 auto;
	position: absolute;
	right: 0;
	top: 0;
}
.dropShadow:after {
	background-position: left bottom;
	margin: -13px 0 0 -10px;
}
.dropShadow .inner {
	display: block;
	left: -10px;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: -13px;
}

