@charset "UTF-8";
/* CSS Document */

/* Showcase
-------------*/

#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;
	margin:20px 0 0 140px;
}

	.showcase-content-container
	{
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 120px;
		cursor: pointer;
		z-index:999;
	}
	
	.showcase-arrow-previous
	{
		left: -8px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -8px;
		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: 260px;
			width: 495px;
			display: table-cell;
			vertical-align: middle;
		}
		
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

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

.showcase ul
		{
			text-align: center;
			height: 260px;
			width: 495px;
			display: table-cell;
			margin:0 0 0 18px;
			padding:0;
			list-style-type:none;
			float:left;
		}
		
.showcase li
		{
			text-align: center;
			width:89px;
			margin:0 0 10px 20px;
			padding:0;
			float:left;
		}
		
.showcase li img
		{
		    border:#e49194 1px solid;
		}	
		
.showcase li p
		{
			color:#000;
			font-size:12px;
			margin:0;
			padding:0;
			line-height:1.5em;
			display:block;
		}
		
.showcase li p a
		{
			color:#000;
			text-decoration:none;
		}	
		
.showcase li p a:hover
		{
			color: #930;
			text-decoration:none;
		}			
