@charset "utf-8";

#showcase-container {
	padding: 5px;
}


/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position:relative; 
		text-align:left;
		width:100%;
		overflow:hidden;
	}
	.imageflow img {
		visibility:hidden;
		position:absolute; 
		top:0px;
		border:none;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p{
		text-align:center;
		margin:0 auto;
	}
	.imageflow .loading {
		position:relative;
		left:50%;
		margin-left:-106px;
		width:200px;
		height:15px;
		padding:5px;
		visibility:visible;
		border:1px solid white;
	}
	.imageflow .loading_bar {
		height:15px;
		width:1%;
		background:#fff;
		visibility:visible;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10000;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
		margin-top:-7px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(../images/slider.png);
		background-repeat:no-repeat;
		width:87px;
		height:16px;
	}

	#DLImageFlow {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
height:360px !important;
margin-top:-10px;
	}
	#DLImageFlow .loading {
		border-color:#333;
	}
	#DLImageFlow .loading_bar {
		background:#333;
	}
	#DLImageFlow .slider {
background:transparent url(../images/imageflow/slider.jpg) no-repeat scroll 0 0;
height:16px !important;
margin:0;
/* width:87px !important; */
	}
	#DLImageFlow .scrollbar {
background:transparent no-repeat scroll 0 0;
height:16px !important;
margin:96px auto 0 !important;

	}
	
	#DLImageFlow .NEWscrollbar {
background:transparent url(../images/imageflow/scrollbar-bg.jpg) no-repeat scroll 0 0;
height:16px;
margin:317px auto 0;
position:absolute;
width:884px;
	}	
	
	#DLImageFlow .product-info {
			color: #000000;
			display: block;
			background:transparent url(/images/imageflow-text-bg.png) no-repeat scroll 0 0;
			height:31px;
			line-height:31px;
			left:41.5%;
			position:absolute;
			top:20px;
			width:168px;
			z-index:9999;
			text-align: center;
			font-size: 12px;
		}
		.product-info a#view-product-link {
				background:transparent url(../images/view-product-link.jpg) no-repeat scroll 0 0;
				display:block;
				height:20px;
				margin-bottom:5px;
				text-indent:-9999px;
				width:118px;
				z-index:9999;
			}
		.product-info a#shop-tshirts-link {
				background:transparent url(../images/shop-tshirts-link.jpg) no-repeat scroll 0 0;
				width: 118px;
				height: 20px;
				text-indent: -9999px;
				display:block;
			}
}
