/* GALLERY */


.imageflow {
	overflow: visible;
	position: relative; 
	text-align: left;
	visibility: hidden;
	/* width: 100%; */
	background-color: transparent;
	min-height: 4em;
	margin-bottom: 1em;
	}
.imageflow img {
	border: none;
	position: absolute;
	top: 0em;
	visibility: hidden;
	padding-top:2.5em;
	-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
.imageflow p {
	color: #999;
	margin: 0em auto;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	}
.imageflow .loading {
	border: 1px solid #FFF;
	height: 0.95em;
	left: 50%;
	margin-left: -6.625em;
	padding: 0.35em;
	position: relative;
	visibility: visible;
	width: 12.5em;
	}
.imageflow .loading_bar {
	background: #FFF;
	height: 0.95em;
	visibility: visible;
	width: 1%;
	}
.imageflow .navigation{
	z-index: 10000;
	overflow: hidden;
	}
.imageflow .caption {
	display: none;
	font-weight: bold;
	position: relative; 
	text-align: center;
	z-index: 10001;
	font-size: 75%;
	height: 2.75em;
	min-width: 9em;
	max-width: 9em;
	margin: 3.25em auto -2.5em;
	padding-left: 0.35em;
	}
.imageflow .scrollbar {
	border-bottom: 0px solid #B3B3B3;
	position: relative; 
	visibility: hidden;
	z-index: 10002;
	height: 0.0625em;
	}
.imageflow .slider {
	background: url(../images/gallery/controls/slider.png) no-repeat;
	height: 0.875em;
	margin: -0.375em 0 0 -0.4375em;
	position: absolute;
	width: 0.875em;
	z-index: 10003;
	display: none;
	}
.imageflow .slideshow {
	cursor:pointer;
	height: 0.875em;
	margin: 1.25em 0em 0em 1.25em;
	position: absolute;
	width: 0.875em;
	z-index: 10003;
	}
.imageflow .slideshow.pause {
	background: url(../images/gallery/controls/button_pause.png) no-repeat;
	}
.imageflow .slideshow.play {
	background: url(../images/gallery/controls/button_play.png) no-repeat;
	}
.imageflow .images {
	overflow: hidden;
	white-space: nowrap;
	}
.imageflow .button {
	cursor: pointer;
	height: 1.0625em;
	position: relative;
	width: 1.0625em;
	font-weight: bold;
	padding: 0.15em;
	border-width: 0px;
	-moz-border-radius: 0em;
	border-radius: 0em;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
	color: #666;
	}
.imageflow .previous,
.imageflow .previous:hover,
.imageflow .previous:focus {
	background: transparent url(../images/gallery/controls/button_left.png) top left no-repeat;
	float: left;
	margin: -0.4375em 0em 0em -1.875em;
	}
.imageflow .next,
.imageflow .next:hover,
.imageflow .next:focus {
	background: transparent url(../images/gallery/controls/button_right.png) top left no-repeat;
	float: right;	
	margin: -0.4375em -1.875em 0em 1.875em;
	}
