/* Reset */
table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}






/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	width: 900px;
	height:  420px; /* Same as showcase javascript option */
}



/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
	width: 900px;
		height: 420px;
}

	.showcase-content-container
	{
		width: 900px;
		height: 420px;
		text-align: center;
		margin: 0 auto;
		float: left;
	}
	
	
	
	
	/* Content */
	.showcase-content
	{
		width: 900px;
		text-align: center;
	
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 420px;
			width: 900px;
			display: table-cell;
			vertical-align: middle;
			color: #000000;
			
		}
		
		
		
	
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		float: left;
		clear: both;
		margin-top: -30px;
		margin-left: 10px;
		text-align: center;
		z-index: 99999;
		position: relative;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 18px;
			color: #FFFFFF;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fe9b00;
		}
	

	

		
	
		

	
		
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

