﻿#showcase-wrapper
{
	width: 640px;
	height: 300px;
	overflow: hidden;
	clear: both;
	margin: 0 auto 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background: url('../Images/Structure/ShowcaseFrame.jpg');
}

.showcase-seperator
{
	height: 20px;
}
/* ***** Structure ***** */
.showcase-image
{
	float: right;
	width: 390px;
	height: 270px;
}

.showcase-text
{
	float: left;
	width: 250px;
	height: 270px;
	text-align: right;
}

.showcase-nav
{
	float: right;
	width: 390px;
	height: 30px;
	color: #242424;
	line-height: 30px;
}

.showcase-link
{
	float: left;
	width: 230px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

.showcase-inner-text
{
	text-align: right;
	margin: 20px 20px 10px 20px;
}

/* ***** DOM Elements ***** */
.showcase-image img
{
	width: 370px;
	height: 250px;
	margin: 10px 10px 10px 10px;
	/*width: 300px;
	height: 240px;
	margin: 20px 45px 10px 45px;*/	
}

/* ***** Showcase Solo Item ***** */
.showcase-solo-image
{
	width: 200px;
	height: 200px;
	margin: 0 10px 15px 5px;
}