@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		color:#000;
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:630px;
		height:190px;
	}
	.imageflow .imageKeeper {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid black;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#000;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:bold;
		color:#888888;
		font-size:8pt;
		position:relative; 
		text-align:center;
		padding:9px 0 7px 0;
		z-index:10001;
		height:0px;
		background:url('/media/images/main_illustrations/album_pointer.gif') no-repeat 313px 3px;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #888888;
		position:relative; 
		visibility:hidden;
		z-index:1002;
		height:1px;
		float:left;
	}
	.imageflow .slider {
		background-image:url(/media/images/main_illustrations/slider.png);
		background-repeat:no-repeat;
		height:11px;
		margin:-4px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.imageflow .previous {
		background: url(button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -30px;
	}
	.imageflow .next {
		background: url(button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
	}
	
	.imageflow .imageKeeper {
		width:135px;
		height:125px;
		text-align:right;
	}	
	.imageflow .imageKeeper img{
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow .imageKeeper img.cover{
/*		width:92%;
		height:100%;*/
	}
	.imageflow .imageKeeper .albumBox{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:5000;
	}
	.imageflow .imageKeeper .albumBox img{	
		width:100%;
		height:100%;
	}
}