#banner {
	position:relative;
}
.coconut {
	background:url('../img/photoflow/coconut.png') left bottom no-repeat;
	height:133px;
	width:151px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:999999999;
}
.fade_left {
	background:url('../img/photoflow/fade_left.png') top left repeat-y;
	height:216px;
	width:70px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:999999999;
}

.fade_right {
	background:url('../img/photoflow/fade_right.png') top left repeat-y;
	height:216px;
	width:70px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:999999999;
}

#coverflow {
	width:700px;
	height:216px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	display:none;
}

#coverflow a, #coverflow img {
	margin:0px;
	padding:0px;
}

.sliderTrack {
	background:transparent url('../img/photoflow/track.gif') no-repeat scroll left top;
	height:11px;
	position:relative;
	text-align:left;
	width:399px;
}

.sliderHandle {
	background:transparent url('../img/photoflow/scroll_button_blank.png') no-repeat scroll left top;
	cursor:pointer;
	height:11px;
	width:52px;
	position:absolute;
	top:-5px;
}

.protoCaptions {
	display: none;
}

.captionHolder {
	font-size: 11px;
	line-height: 11px;
	color: #666;
	z-index:300;
	margin-top:50px;
}

