div#imageViewer {
	font-size: x-large;
	position: relative;
	top: 0;
	width: 410px;
/* 	bottom: 0; */
	height: 100%;
	overflow: hidden;
	z-index: 50;
	left: 56px;
}

div#collection-content-larger div#imageViewer {
	width: 950px !important; /* Image width + 10px */
	height: 845px !important; /* Image height + 140px */
	left: 20px;
}

div#collection-content {
	width: 410px;
	position: relative;
}

div#news-competition-content, div#news-competition-content div#imageViewer {
	width: 610px !important;
	height: 686px !important;
	position: relative;
	left: 22px;
}

div#new-arrivals-content, div#new-arrivals-content div#imageViewer {
	width: 690px !important; /* Image width + 10px */
	height: 651px !important; /* Image height + 140px */
	position: relative;
	left: 13px;
}

div#winter-essentials-content, div#winter-essentials-content div#imageViewer {
	width: 690px !important; /* Image width + 10px */
	height: 651px !important; /* Image height + 140px */
	position: relative;
	left: 13px;
}

div#new-look-content, div#new-look-content div#imageViewer {
	width: 710px !important; /* Image width + 10px */
	height: 635px !important; /* Image height + 140px */
	position: relative;
	left: 9px;
	top: 12px;
}

div#news-competition-content div#imageViewer div.container {
	height: 526px;
	left: 0;
}

div#new-arrivals-content div#imageViewer div.container {
	height: 686px;
	left: 0;
}

div#winter-essentials-content div#imageViewer div.container {
	height: 686px;
	left: 0;
}

div#new-look-content div#imageViewer div.container {
	height: 635px;
	left: 0;
}

div#current-trends-content, div#current-trends-content div#imageViewer {
	width: 605px !important;
	height: 560px !important;
	position: relative;
	left: 22px;
}

div#current-trends-content div#imageViewer div.container {
	height: 560px;
	left: 0;
}

div#imageViewer div.container {
	overflow: hidden;
	margin: 0;
	width: 3900px;
	position: relative;
	left: 0;
}

div#imageViewer div.container img {
	float: left;
}

div#collection-overlay-outer {
	height: 363px;
	left: 0;
	line-height: 100%;
	position: absolute;
	top: 140px;
	width: 100%;
	z-index: 89;
}

div.addoverlayBG {
	background: transparent url(../images/collection-right-fader.png) no-repeat 100% 0;
}

div#news-competition-overlay, div#collection-overlay, div#current-trends-overlay, div#new-arrivals-overlay, div#winter-essentials-overlay {
	height: 100%;
	line-height: 100%;
	position: absolute;
	z-index: 90;
}

div#current-trends-overlay {
	left: 0;
	top: 220px;
	width: 639px !important;
}

div#news-competition-overlay {
	left: 0;
	top: 60px;
	width: 644px !important;
}

div#new-arrivals-overlay, div#winter-essentials-overlay {
	left: -9px;
	top: 220px;
	width: 724px !important; /* Image width + 44px */
}

div#new-look-overlay {
	position: absolute;
	left: -9px;
	top: 220px;
	width: 736px !important;
	z-index: 90;
}

div#style-file-overlay {
	position: absolute;
	width: 600px !important;
	z-index: 90;
}


div#collection-overlay {
    left: 36px;
    width: 440px !important;
}

div#collection-overlay a.imgFlipper, div#news-competition-overlay a.imgFlipper, div#current-trends-overlay a.imgFlipper, div#new-arrivals-overlay a.imgFlipper, div#winter-essentials-overlay a.imgFlipper {
	position: absolute;
	top: 25%;
	color: #666;
	text-decoration: none;
	z-index: 150;
}

div#collection-overlay a.imgFlipper:hover, div#news-competition-overlay a.imgFlipper:hover, div#current-trends-overlay a.imgFlipper:hover, div#new-arrivals-overlay a.imgFlipper:hover, div#winter-essentials-overlay a.imgFlipper:hover {
	color: #333;
	background: #ccc;
}

div#current-trends-overlay div.imageViewerNav {
	top: 100px;
}

div#new-look-overlay div.imageViewerNav {
	top: 0;
}

div#news-competition-overlay div.imageViewerNav {
	top: 179px;
}

div#collection-content-larger div.imageViewerNav {
	top: 330px;
}

div.imageViewerNav {
	position: relative;
	margin: .5em auto;
	display: block;
	padding: 0;
	top: 259px;
}

div.imageViewerNav a {
	width: 18px;
	height: 50px;
	padding: 0;
	display: block;
	float: left;
	cursor: pointer;
}

div.imageViewerNav a span {
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

div.imageViewerNav a.leftFlipper {
	float: left;
	background: transparent url(../images/collection_arrow-left.png) no-repeat left top;
}

div.imageViewerNav a.startFlipper {
	background: transparent url(../images/collection_arrow-backtostart.png) no-repeat left top;
	float: right !important;
	margin: 0 3.5em;
	width: 143px !important;
}

div.imageViewerNav a.rightFlipper {
	background: transparent url(../images/collection_arrow-right.png) no-repeat left top;
	float: right;
	margin: 0 0 0 .5em;
}
