
/* ############## Showcase ###################  */

.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	/*overflow: hidden;*/
}
/* Container when content is shown in slider */
.showcase
{
	position: absolute;
	top:0;
	right:-100px;
	margin: auto;
}
	.showcase-content-container
	{
		background: transparent; 
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}

	/* Content */
	.showcase-content
	{
		background-color: transparent;
		text-align: right;
		
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 0;
			text-align: left;
			position: absolute;
			top:290px; left: 16px; 
			display: none;
			width:330px;
			font-size:12px;
			
		}
		
		.showcase-caption h3 {
			color:#fff;
			font-size:24px;
			font-weight:normal;
            padding:0;
            margin-bottom:4px;			
		}
	    .showcase-caption p {
		    line-height:1.4em;
			}
		.showcase-caption a.readon, .showcase-caption .plugin_link a {
		    font-size:11px;
			font-weight:bold;
			padding-left:10px;
			background:url(../images/arrow-black.png) no-repeat 0 50%;
			line-height:2em;
			color:#000;
			text-decoration:none;
		}
		.showcase-caption a:hover.readon, .showcase-caption .plugin_link a:hover {
		    text-decoration:underline;
			}
		.showcase-caption2
		{
			color: #000;
			padding: 0;
			text-align: right;
			position: absolute;
			top:120px; right: 100px; 
			width:400px;
			font-size:12px;
			font-style:italic;
			font-family:'Myriad Pro', sans-serif;
		}	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		
		
		position:absolute;
		bottom:20px;
		left:10px;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 2px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #ff9900;
			font-weight:bold;
		}
	
		.showcase-button-wrapper span.active
		{
			color: white;
			background:#000;
		}
	
	
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

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

