@charset "utf-8";
@media screen, projection {
	.coverflow{
		overflow: hidden;
		position: relative; 
		text-align: left;
		visibility: hidden;
		width: 100%;
	}

	.coverflow img{
		border: none;
		position: absolute;
		top: 0px;
		visibility: hidden;
		-ms-interpolation-mode: bicubic; /* for IE7 */
	}

	.coverflow p {
		margin: 0 auto;
		text-align: center;
	}

	.coverflow .loading {
		border: 1px solid white;
		height: 15px;
		left: 50%;
		margin-left: -106px;
		padding: 5px;
		position: relative;
		visibility: visible;
		width: 200px;
	}

	.coverflow .loading_bar {
		background: #fff;
		height: 15px;
		visibility: visible;
		width: 1%;
	}

	.coverflow .navigation{
		z-index: 0;
	}

	.coverflow .caption {
		font-weight: bold;
		position: relative; 
		text-align: center;
		z-index: 1;
	}

	.coverflow .scrollbar {
		background : transparent url(../images/coverflow/middle.gif) repeat-x scroll 0 0;
		position: relative; 
		visibility: hidden;
		z-index: 2;
		height: 16px;
	}

	.coverflow .slider {
		background-image: url(../images/coverflow/slider.png);
		background-repeat: no-repeat;
		height: 16px;
		position: absolute;
		width: 16px;
		z-index: 3;
	}

	.coverflow .images {
		overflow: hidden;
		white-space: nowrap;
	}

	.coverflow .button {
		cursor: pointer;
		height: 16px;
		position: relative;
		width: 25px;
	}

	.coverflow .previous {
		background: url(../images/coverflow/left.gif) top left no-repeat;
		margin: 0 0 0 -25px;
		float: left;
	}

	.coverflow .next {
		background: url(../images/coverflow/right.gif) top left no-repeat;
		margin:0 -25px 0 0;
		float: right;	
	}
}