



#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	padding: 0;
		margin: 0;
        background:#EA2428 !important;
        overflow:hidden;
        height:340px;
        width: 1140px;
        /* era background: #400000; */
}

	.showcase-content-container
	{
		padding: 0;
		margin: 0;
		width: 1140px;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 155px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -40px;
                z-index: 1000;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -40px;
		background-position: -34px 0;
                z-index: 1000;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		display: block;
		padding: 0;
		margin: 0;
		width: 1140px;
	}

	.showcase-content:hover{
		opacity: 1;
	}
		
		.showcase-content-wrapper
		{
			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
	{
                position:absolute;
		
		text-align: center;
                bottom: 20px;
                left: 174px;
                width: auto;
	}
	
		.showcase-button-wrapper span
		{

    margin-right: 3px;
    padding: 1px 5px 1px 5px;
    cursor: pointer;
    font-size: 12px;
    color: #71809003;
    background: #718090c2;
    opacity: 0.7;
    border-radius: 10px;
}		
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
			background:#fff;
		}
	