
@media Screen, Projection
{
	.imageflow
	{		
		position: relative;
		text-align: left;
		width: 100%;
		visibility: hidden;
		overflow: hidden;
		background-image:url('images/bg-imageflow.jpg'); 
		background-repeat:no-repeat;
		background-position:0 4px;
	}
	.imageflow img
	{
		border-bottom: medium none;
		position: absolute;
		border-left: medium none;
		-ms-interpolation-mode: bicubic;
		visibility: hidden;
		border-top: medium none;
		top: 0px;
		border-right: medium none;
	}
	.imageflow p
	{
		text-align: center;
		margin: 0px auto;
	}
	.imageflow .loading
	{
		border-bottom: white 1px solid;
		position: relative;
		border-left: white 1px solid;
		padding-bottom: 5px;
		padding-left: 5px;
		width: 200px;
		padding-right: 5px;
		height: 15px;
		visibility: visible;
		margin-left: -106px;
		border-top: white 1px solid;
		border-right: white 1px solid;
		padding-top: 5px;
		left: 50%;
	}
	.imageflow .loading_bar
	{
		width: 1%;
		background: #fff;
		height: 15px;
		visibility: visible;
	}
	.imageflow .caption
	{
		z-index: 10000;
		position: relative;
		text-align: center;
		font-weight: bold;
	}
	.imageflow .scrollbar
	{
		z-index: 10001;
		border-bottom: #b3b3b3 1px solid;
		position: relative;
		visibility: hidden;
		padding-top:14px;
	}
	.imageflow .slider
	{
		background-image: url(slider.png);
		z-index: 10002;
		position: absolute;
		margin-top: -7px;
		width: 14px;
		background-repeat: no-repeat;
		height: 14px;
		margin-left: -7px;
	}

}

