/* Reset */



/* 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: 180px; /* 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: auto;
}

	.showcase-content-container
	{
		 
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url(../images/icons/themes.gif) left top no-repeat;
		width: 22px;
		height: 22px;
		bottom: 0px; z-index:1000;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		right: 24px; bottom:31px;
	}
	
	
	
	.showcase-arrow-next
	{
		right: 0px; bottom:31px;
		background: url(../images/icons/themes.gif) right top no-repeat;
	}
	
	
	
	/* Content */
	.showcase-content
	{
	 
		 
	}
	.showcase-content img
	{ height:100%; width:100%;}
		
		.showcase-content-wrapper
		{
		/*	text-align: center;
			height: 190px;
			width: 400px;
			display: table-cell;
			vertical-align: middle;*/
		}
		
	
		
		/* 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;
	}

/*-------------------------------------------------------------------------------------*/
.showcase-button-wrapper
	{
		clear: both; position:absolute; top:10px; right:0px;
	/*	margin-top: 10px;
		text-align: center;*/
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px; background: url(../images/bullet-normal.png) 0 0 no-repeat;
			padding:0; display: inline-block; width:12px; height:12px;
			cursor: pointer; overflow:hidden!important;
			font-size: 7px; text-indent:-99px;
			color: #E43C3C;
		}
	
		.showcase-button-wrapper span.active
		{
			display: inline-block; width:12px; height:12px; color: #fff; background: url(../images/bullet-select.png) 0 0 no-repeat;
		}

/*-----------------Caption text------------------*/
.capTitle {
  display: block;
  position: absolute;
  z-index: 2;  
   
  text-shadow: none;
  color: #fff; background:#000;
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 5px; width:97%;
  margin: 0;
  max-width: none;
  }
.capTitle a{ text-decoration:none; color:#FFF;}
.capTitle a:hover{color:#FFCC33;}
  
.showcase2{ width:93%;}