/* @override http://shiftarts.ca/_system/library/imageflow.css */

.imageflow {
	position: relative;
	text-align: left;
	width: 998px;
	overflow: hidden;
	border: 1px solid #303233;
	clear: both;
}

.imageflow img {
	visibility: hidden;
	position: absolute;
	border: 1px solid #141617;
	top: 0px;
	cursor: pointer;
}


.imageflow p, .imageflow {
	text-align: center;
	margin: 0 auto;
	color: #e00;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

.imageflow .loading {
	position: relative;
	left: 50%;
	margin-left: -106px;
	width: 200px;
	height: 15px;
	padding: 5px;
	visibility: visible;
	border: 1px solid white;
}

.loading_bar {
	height: 15px;
	width: 1%;
	background: #e00;
	visibility: visible;
}

.imageflow .caption {
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 10000;
}

.imageflow .scrollbar {
	visibility: hidden;
	position: relative;
	border-bottom: 1px solid #e00;
	z-index: 10001;
}

.imageflow .slider {
	position: absolute;
	margin-top: -7px;
	margin-left: -7px;
	z-index: 10002;
	background-image: url(slider.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

#container_imageflow {
	margin-top: -76px;
	margin-bottom: 9px;
	padding: 30px;
	color: #565859;
	text-transform: uppercase;
	text-align: center;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}

#container_imageflow img {
	cursor: pointer;
}

