#mainWrapper {
	height: auto;
}

#contentWrapper {
	float: left;
	height: auto;
}

#content {
	float:left;
	height:100%;
	width: 100%;
	margin-left:20px;
	_margin-left:10px;
	margin-top: 20px;
}


#contentImage {
	top: 10px;
	left: 15px;
	display: block;
	position: relative;
	
}

#byUntitled {
	top: 15px;
	left: 15px;
	display: block;
	position: relative;
	
}

#thumbWrapper {
	float:left;
	margin-top:70px;
	height:100%;
	width: 100%;
}

.thumbRow {
	width: 100%;
	clear: both;
	float:left;
	list-style:none;
}

.thumbRow img {
	float: left;
}

.thumbRow li {
	display: block;
	float: left;
	margin-right:10px;
	margin-top:10px; 
	/* background-color:#fff; */
}

#headerImage {
	position:absolute;
	display: block;
	float: left;
	left:20px;
	top:20px;
	width: 320px;
	height:60px;
	background-color:#FFFFFF;
	/* border: 1px solid red; */
}


#headerDescription {
	position:absolute;
	display: block;
	left:20px;
	top:80px;
	width: 320px;
	background-color:#FFFFFF;
	z-index: 1000;	
}

#headerDescriptionInner {
	margin:15px;
}

#contentImage {
	top: 11px;
	left: 15px;
	display: block;
	position: relative;
	/*border: 1px solid red; */
	
}

#byUntitled {
	top: 33px;
	left: 16px;
	display: block;
	position: absolute;
	/*border: 1px solid red; */
	
}

#goBack {
	position:absolute;
	left:256px;
	top:33px;
}


#description {
	position:absolute;
	left:285px;
	top:33px;
}




/* .portrait {
	float: left;
	height: 110px;
	margin-right:10px;
	margin-top:10px;
	background-color:#fff;
}

.landscape {
	float: left;
	height: 110px;
	margin-right:10px;
	margin-top:10px;
	background-color:#fff;
}

.landscape2 {
	float: left;
	height: 110px;
	margin-right:10px;
	margin-top:10px;
	background-color:#fff;
} */


