/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
	padding:11px 0 30px;
}
.showcase div{margin:0;border:0;}
	.showcase-content-container
	{
		
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position:absolute;
		top:217px;
		left:19px;
		background: url(../images/btns02.png) no-repeat;
		width: 23px;
		height: 37px;
		text-indent:-9999px;
		overflow:hidden;
		z-index:3;
		cursor:pointer;
		
	}
	.showcase-arrow-next
	{
		left:auto;
		right:19px;
		background-position:-23px 0;
	}
	.showcase-arrow-previous:hover{background-position:0 -37px;}
	.showcase-arrow-next:hover{background-position:-23px -37px;}
	
	/* Content */
	.showcase-content
	{
		
	margin:0 0 65px;
	
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 480px;
			width: 640px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
		display:none;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		padding:5px 0 0;
		position:relative;
	}
	.showcase-thumbnail-restriction{
		margin-left:0 !important;
		width:687px !important;
	}
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width:72px;
			height:48px;
			position:relative
			cursor: pointer;
			padding:0 4px 5px 0;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			
		}
		.showcase-thumbnail-wrapper span{
			position:absolute;
			top:0;
			left:0;
			width:67px;
			height:50px;
			text-indent:-9999px;
			overflow:hidden;
			background:none;
			border:0;
			text-align:left;
		}
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail-wrapper .active img
		{
			box-shadow:3px 3px 3px rgba(0,0,0,0.4);
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			width: 72px;
			position:relative;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		position:absolute;
		top:13px;
		left:0;
		background: url(../images/btns02.png) no-repeat;
		width: 23px;
		height: 37px;
		text-indent:-9999px;
		overflow:hidden;
		z-index:3;
		cursor:pointer;
	}
	
	.showcase-thumbnail-button-forward{
		left:auto;
		right:0;
		background-position:-23px 0;
	}
		
	


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

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

