/* @override 
	http://chris-moffatt.local/~cmoffatt/morton/css/coverflow.css
*/

div.coverflow {
	height: 320px;
	font-family: "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	position: relative;
	margin: 30px 10px;
}

div.coverflow div.gallerylabel{
	font-size: 18px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	color: #192F55;
	margin-top: 10px;
	
}

div.coverflow div.instructions {
	font-size: 12px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #192F55;
}


div.coverflow div.gallery {
	width: 700px;
	height: 320px;
	position: relative;
	font-family: "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	margin-left: 20px;
}

div.coverflow #frontpageCoverflow.gallery {
	background-color: #e4e7ec;
}

div.coverflow #propertyOfTheWeek {
	width: 20px;
	height: 217px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}


.galleryItem {
	float: left;
	position: absolute;
	color: #001842;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	display: none;
	background-color: #e4e7ec;
}

.galleryItem.small {
	background: #e4e7ec url(../images/coverflow_small.png) no-repeat;
	padding: 5px 10px 20px;
	z-index: 10;
}

.galleryItem.small img {
	width: 100%;
	height: 110px;
}

.galleryItem.small .details span.city {
	height: 20px;
	text-indent: 5px;
	background-color: #826C55;
	color: #fff;
	background-image: url( ../images/gradient02_02.png );
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 20px;
	width: 150px;
}

.galleryItem.small div.intro {
	display: none;
}

.galleryItem.small div.moreinfo {
	display: none;
}

.galleryItem.small .bbc {
	display: none;
}

.galleryItem.small .back{
	display: none;
}

.galleryItem .back{

}

.galleryItem.big  {
	padding: 0px;
	position: relative;
	z-index: 20;
}

.galleryItem.big .back {
	position: absolute;
	width: 100%;
	height: 100%;
	
	
}

.galleryItem.big .back img {
	position: absolute;
	width: 100%;
}

.galleryItem.big .content {
	padding-left: 5%;
	padding-top: 5%;
	width: 90%;
	height: 90%;
}

.galleryItem.big .content img {
	position: absolute;
	width: 251px;
	height: 172px;
}

.galleryItem.big div.content .details {
	position: absolute;
	bottom: 8%;
	width: 90%;
}

.galleryItem.big .details span.city {
	position: relative;
	width: 100%;
	font-size: 14px;
	height: 28px;
	text-indent: 5px;
	background-color: #826C55;
	color: #fff;
	background-image: url( ../images/gradient02_02.png );
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 28px;
	display: block;
}

.galleryItem.big div.content div.details div.intro {
	font-size: 11px;
	background-color: #E1D4C0;
	color: #826C55;
	overflow: hidden;
	line-height: 14px;
	height:45px;
	width: 249px;
	padding-left: 3px;
}

.galleryItem.big div.content div.details div.moreinfo {
	font-size: 9px;
	background-color: #E1D4C0;
	color: #826C55;
	overflow: hidden;
	line-height: 14px;
	right: 5px;
	bottom: 1px;
	width: 150px;
	position: absolute;
	text-align: right;
}

.galleryItem.big div.moreinfo a:link,
.galleryItem.big div.moreinfo a:visited,
.galleryItem.big div.moreinfo a:hover,
.galleryItem.big div.moreinfo a:active {
	text-decoration: none;
	color: #826C55;
}

.galleryItem.big div.moreinfo a:hover {
	text-decoration: underline;
}

.galleryItem.big .bbc {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 28px;
	font-size: 14px;
}

.galleryItem.big .bbc dl {
	margin: 0px;
	padding: 0px;
}

.galleryItem.big .bbc dl dt {
	text-align: left;
	float: left;
	height: 18px;
	width: 23px;
	margin-right:0px;
	margin-left: 10px;
	background-position: 0 center;
	
}

.galleryItem.big .bbc dl dt span {
	display: none;
}

.galleryItem.big .bbc dl dt.bedrooms {
	background: url(../images/bed.png) no-repeat 0 center;
}

.galleryItem.big .bbc dl dt.bathrooms {
	background: url(../images/bath.png) no-repeat 0 center;
}

.galleryItem.big .bbc dl dt.garages {
	background: url(../images/car.png) no-repeat 0 center;
	width: 25px;
}

.galleryItem.big .bbc dl dt.marinabirths {
	background: url(../images/car.png) no-repeat;	
}

.galleryItem.big .bbc dl dd {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 14px;
	color: white;
	line-height: 16px;
}

