﻿/* Inspiration Gallery / CoverFlow */

/* COMMON FOR ALL SITES/SKINS */

.coverFlowContainer {
	float: left;
	margin: 10px auto;
	position: relative;
	width: 550px;
}

.coverFlowMainImage {
	position: relative;
	margin: 0 auto;
	width: 550px;
}

.coverFlowMainImageDescription {
	text-align: center;
}

.coverFlowThumbs, .coverFlowThumbs ul li, .coverFlowThumbs ul li a  {
	height:106px;
}

.coverFlowThumbs {
	padding:0;
	margin:0;
	overflow:hidden;
	float: left;
	clear:none;
	position: relative;
}
.coverFlowThumbs ul {
	list-style: none;
}
.coverFlowThumbs ul li {
	display: inline;
	padding:5px 0;
	background:none;
	width: 170px; /* IE6 needs width to float correctly */
}

.coverFlowThumbs ul li a {
	display: block;
}

.coverFlowThumbs ul img, .mainImage {

}
.coverFlowThumbs ul a:hover img {

}
.coverFlowThumbs ul a:hover {
	color: #ccc;
}

#CoverFlowSliderWrapper {
	width: 510px;
	margin: 0 25px !important;
	margin: 0 15px; /* IE6 misinterprets original margin */
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 1;
}

.coverFlowSlider {
	float:left;
	overflow: visible !important;
}

.coverFlowContainer .prev, .coverFlowContainer .next {
	cursor:pointer; 
	padding-top: 10px;
	position: absolute !important;
	position: relative; /* trick IE6 into thinking this is relative */
	bottom: 0;
	z-index: 5;
	height: 85px;
}

.coverFlowContainer .prev {
	left: 0;
	
	/* to fool IE6, who thinks this is relatively positioned */
	float: left;
	margin: 0 !important;
	margin-bottom: -140px;
	margin-right: -30px;
	padding: 0 !important;
	padding-top: 20px;
}

.coverFlowContainer .next {
	right: 0;
	
	/* to fool IE6, who thinks this is relatively positioned */
	float: right;
	margin: 0 !important; 
	margin-top: -106px;
	margin-bottom: -66px; /* Pull up bottom */
	padding: 0 !important;
	padding-top: 20px;
}

