/* Start of CMSMS style sheet 'CoverFlow' */
#imageflow {
	width: 785px;
}

#imageflow img { 
	position: absolute; 
	border: none;
}

#images {
	visibility: hidden;
	position: relative;
}

#loading {
	margin-top: 140px;
	text-align: center;
	width: 100%;
}

#loading img {
	margin: 10px auto 0px auto;
	position: relative; 
}

#captions {
	font-weight: bold;
	text-align: center;
	margin: auto;
}

#scrollbar {
	visibility: hidden;
	position: relative; 
	border-bottom: 1px solid #fff;
}

#slider {
	background: url(slider/slider.png) no-repeat;
	position: absolute;
	margin-top: -7px;
	margin-left: -7px;
	width:14px;
	height:14px;	
}

.highslide {
	cursor: url(slider/highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-caption {
	display: none;
	border: none;
	font-size: 14px;
	padding: 5px;
	background-color: #fff;
}

.highslide-loading {
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000;
	padding-left: 22px;
	background: #fff url(slider/highslide/graphics/loader.white.gif) no-repeat 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	display: none;
}

a.highslide-full-expand {
	background: url(slider/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */

.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
/* End of 'CoverFlow' */

