/* CSS Document */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

#container {
	position:relative;
}

.mainContentCell {
	background-color: #000000;
}


.back {
	z-index: 100;
	position: absolute;
	left: 230px;
	top: 15px;
}

.return {
	z-index: 100;
	position: absolute;
	left: 280px;
	top: 15px;
}

.next {
	z-index: 100;
	position: absolute;
	left: 330px;
	top: 15px;
}


.fileName {
	position: absolute;
	width: 100%;
	font-size:11px;
	font-family:verdana,arial,helvetica,sans serif;
	color:#FFFFFF;
	line-height:12px;
	word-spaceing:1px;
	position: absolute;
	text-align:center;
	top: 610px;
}

.index {
	font-size:11px;
	font-family:verdana,arial,helvetica,sans serif;
	color:#FFFFFF;
	line-height:12px;
	word-spaceing:1px;
	position: absolute;
	left: 10px;
	top: 85px;
}

.mainContent {
	background: #999999;
	background-repeat: no-repeat;
	height: 1000px;
	width: 650px;
}

.fullsizeMainContent {
	background:  
	#7584A0 ;
	background-repeat: no-repeat;
	height: 650px;
	width: 600px;
}
.mainContentCell {
	background-color: #999999;
}
.windowBackground {
	background-color: #3d4279;
}
.borderColor {
	background-color: #FFFFFF;
}
.thumb {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

.thumbArray {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: auto;
	top: 140px;
	left: 0px;
}

.fullFrame {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 650px;
	vertical-align:middle;
	left: 0px;
}
