@charset "utf-8";

@media screen, projection {
	.flowgallery {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	.flowgallery img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.flowgallery p {
		margin:0 auto;
		text-align:center;
	}
	.flowgallery .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.flowgallery .loading_bar {
		background:#f05f2d;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.flowgallery .navigation{
		margin-top: 150px;
      z-index:100;
	}
	.flowgallery .caption {
		font:lighter 20px Tahoma;
		position:relative; 
		text-align:center;
		z-index:101;
	}
	.flowgallery .scrollbar {
		position:relative; 
		visibility:hidden;
		z-index:102;
		height:1px;
	}
	.flowgallery .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.flowgallery .images img {
		border: 1px solid #ccc;
	}

	.flowgallery .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.flowgallery .previous {
		width: 53px;
      height: 53px;
		background: url(/i/button_left.png) top left no-repeat;
		float:left;
		margin: -284px 0 0 -20px;
	}
	.flowgallery .next {
		width: 53px;
      height: 53px;
      background: url(/i/button_right.png) top left no-repeat;
		float:right;	
		margin:-284px -25px 0 20px;
	}
	.flowgallery .previous:hover {
		background: url(/i/button_left_hover.png) top left no-repeat;
	}
	.flowgallery .next:hover {
      background: url(/i/button_right_hover.png) top left no-repeat;
	}
}
