#contentImage {
	height: 450px;
	position: relative;
}

#dressImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 450px;
}

#dressImageSwap {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 450px;
}

#contentCopy {
	height: 390px;
	position: relative;
}

#contentCopy h1 {
	font-size: 20pt;
	letter-spacing: .1em;
	text-transform: lowercase;
	font-weight: normal;
}

#contentCopy p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

.year {
	position: absolute;
	right: 30px;
	top: 40px;
	color: #fff;
	font-size: 14pt;
	letter-spacing: .1em;
}

div.scrollable {
	clear: left;
	float: left;
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 390px;
	height: 90px;
	overflow: hidden;
}
	
	div.scrollable ul.items {  
		height: 90px;
		width: 20000em;
		position: absolute;
	}
	
	div.scrollable ul.items li { 
		float: left;
		height: 88px;
		width: 88px;
		display: block;
		border: 1px solid #fff;
		margin-right: 10px;
		cursor: pointer;
	}
	
.prevPage, .nextPage {
	width: 10px;
	height: 15px;
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 65px;
}
	
.prevPage {
	background: transparent url('../images/arrows.jpg') no-repeat 0 0;
	left: 10px;
}

.nextPage {
	background: transparent url('../images/arrows.jpg') no-repeat 100% 0;
	right: 10px;
}
	
#gallery {
	width: 880px;
	clear: both;
	height: 50px;
	padding: 10px;
	background: #fff;
}

	#gallery a {
		height: 50px;
		width: 50px;
		display: block;
		background: #dadc56;
		margin-right: 10px;
		float: left;
	}
