/* Showcase
-------------*/


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

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

.showcase-content-container
{
	
}


/* Navigation arrows */
.showcase-arrow-next
{
	position: absolute;
	background: url('../images/arrows.png');
	width: 14px;
	height: 14px;
	bottom: 4px;
	cursor: pointer;
}

.showcase-arrow-previous
{
	
}

.showcase-arrow-next
{
	right: 0;
	background-position: 0 0;
}

.showcase-arrow-previous1, .showcase-arrow-next1
{
	position: absolute;
	bottom: -60px;
	cursor: pointer;
	z-index: 50;
	width: 115px;
	height: 44px;
}

.showcase-arrow-previous1
{
	background: url('../images/prev1.png');
	left: 0;
}

.showcase-arrow-next1
{
	background: url('../images/next1.png');
	left: 125px;
}


/* Button Wrapper */
.showcase-button-wrapper
{
	clear: both;
	margin-top: 0;
	margin-right: 18px;
	text-align: right;
}

.showcase-button-wrapper span
{
	margin-left: 5px;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	font-size: 7px;
	color: #444444;
	background-color: #fff;
}

.showcase-button-wrapper span.active
{
	background-color: #fff242;
}
	
	
