
#awOnePageButton .view-slide
{
	display: none;
}

.showcase-load
{
	height: 310px; 
	overflow: hidden;
}


.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		border:5px solid #ffffff;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 110px;
		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
	{
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 310px;
			width: 922px;
			display: table-cell;
			vertical-align: middle;
		}
		
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		position:absolute;
		bottom:8px;
		width: 922px;
		text-align:center;
		clear: both;
	}
	

		
		.showcase-button-wrapper span
{
	margin-right: 5px;
	padding: 5px;
	cursor: pointer;
	font-size: 5px;
	color: #ffffff;
	background-image:url(../images/btn_banner.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.showcase-button-wrapper span.active
{
	color: #ffea00;
	background-image:url(../images/btn_activo_banner.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
		
		
		
	
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}




