#gallery_wrap { 
	float: left;
	display: block;
	height:auto;
} 

#gallery_photosWrap {
	float: left;
	display: block;
	float: left;
}

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

#galleryScroller img {
	float: left; 
}

#galleryTitleScroller {
	/* border: 1px solid red; */
}

#galleryTitleScroller img {
	position: absolute;
	display:block;
	left: 10px;
	top:14px; 
}

#gallery_photos { 
	float: left;
	min-height: 1435px;
	height: auto;
	_height: 1435px;
	overflow: hidden; 
	left: 0px; 
	top: 0px; 
	position: relative; 
	width: 960px; 
	/* border: 1px solid red; */
}

#gallery_photos div { 
	float: left;
	position: absolute; 
	width: 90000px; 
}

#gallery_photos div img { 
	float: left; 
}

#gallery_titles {
	 height: 60px; 
	 overflow: hidden; 
	 position: absolute; 
	 left: 20px;
	 top:20px;
	 width: 320px;
	 background-color:#fff;
	 border: 1px solid yellow;
}

#gallery_controlsNew {
	position:absolute;
	left:790px;
	top:20px;
	width:150px;
	height:60px;
}
#gallery_titles div.clear { 
	position: relative; 
	width: 90000px; 
}

#gallery_titles div.clear a { 
	float: left;
	overflow: hidden; 
	width: 320px; 
	background-color: #fff;
}


#gallery_controls { 
	position: absolute;
	display:block;
	left: 254px;
	width: 65px;
	top:0px; 
	height: 60px;
}

#gallery_controls a { 
	float: left; 
	margin: 0 10px 0 0; 
	padding: 5px 5px 5px 0; 
}

#btnPlus {
	position:absolute;
	display: block;
	left:75px;
	
}

#btnMinus {
	display: block;
	position: absolute;
	left:0px; 
}


#headerImage {
	position:absolute;
	display: block;
	left:20px;
	top:20px;
	width: 320px;
	height:60px;
	background-color:#FFFFFF;	
}

#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;
	
}

#byUntitled {
	top: 33px;
	left: 16px;
	display: block;
	position: absolute;
	
}

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


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



