@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width: 920px;

		margin-top: 20px;
	}
	.imageflow img {
		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 white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		position:relative; 
		text-align:center;
		z-index:10001;

		padding-top: 6px;
	}

	.imageflow .caption .ebaybutton {
	    display: inline-block;
	    background-image:url(../pix/button.png);
	    background-repeat:no-repeat;

	    width: 68px;
	    height: 35px;	    

	    color: #ffffff;
	    font-weight: bold;

	    margin-top: 5px;
	    padding-top: 5px;
	    padding-left: 1px;

	    text-decoration: none;
	}

	.imageflow .caption .ebaybutton:hover {
	    background-image:url(../pix/button_hover.png);
	    background-color: transparent;
	}




	.imageflow .scrollbar {
		border-bottom: 9px solid #792258;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
	}
	.imageflow .slider {
		background-image:url(../pix/slider_knop.gif);
		background-repeat:no-repeat;
		height:27px;
		margin:-7px 0 0 -7px;
		position:absolute;
		width:9px;
		z-index:10003;
	}
	.imageflow .slider:hover {
		background-image:url(../pix/slider_knop_hover.gif);
	}

	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:9px;
		position:relative;
		width:19px;
	}

	.imageflow .previous {
		background: url(../pix/slider_left.gif) top left no-repeat;
		float:left;
		margin: 1px 0 0 -21px;
	}
	.imageflow .previous:hover {
		background: url(../pix/slider_left_hover.gif) top left no-repeat;
	}
	.imageflow .next {
		background: url(../pix/slider_right.gif) top left no-repeat;
		float:right;	
		margin:1px -21px 0 21px;
	}
	.imageflow .next:hover {
		background: url(../pix/slider_right_hover.gif) top left no-repeat;
	}
}
