.clear
{
	clear: both;
}

#gallery-container
{
	position: relative;
	/*width: 834px;*/
	height: 391px;
	margin-top: -40px;
	background-image:url( '/asset_library/banners/horz-lines.png' );
	background-repeat: repeat-x;
	background-position: 0px 60px;
	z-index: 1;
}

div.showcase-div
{
	display:none;
}

div.showcase-div.visible
{
	display: block;
}

div.showcase-div.hasLink
{
	cursor: pointer;
}

div.showcase-div .frame-img
{
	position: absolute;
}

.frame-1
{
	z-index: 10;
}
.frame-2
{
	z-index: 20;
}
.frame-3
{
	z-index: 30;
}

#showcase-controls
{
	z-index: 1000;
	position: absolute;
	margin-top: 60px;
	width: 780px;
	bottom: 0px;
}

	#showcase-controls .showcase-nav
	{
		float: right;
		margin-right: 10px;
		margin-bottom: 10px;
		color: #FFF;
		cursor: pointer;
	}
		
	#showcase-controls .showcase-nav.disabled
	{
		opacity: .1;
		cursor: none;
	}




