@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: 411px; /* Same as showcase javascript option */	overflow: hidden;}
/* Container when content is shown as one page */
.showcase-onepage{	/**/}
/* Container when content is shown in slider */
.showcase1{	position: relative;	margin: auto;}
.showcase1 .showcase-content-container	{background-color: transparent;  border-top:none; border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px; overflow:hidden;}	
	 
/* Content */
.showcase1 .showcase-content{background-color: transparent;text-align: center;}
.showcase1 .showcase-content-wrapper{text-align: center;height: 484px;	width: 443pxx;display: table-cell;	vertical-align: middle;	}
/* Styling the tooltips */
.showcase1 .showcase-plus-anchor{	background-image: url('../../images/images_n/plus.png');background-repeat: no-repeat;}
.showcase-plus-anchor:hover	{background-position: -32px 0;}
.showcase1 div.showcase-tooltip{background-color: #fff;color: #000;text-align: left;padding: 5px 8px;	background-image: url(../../images/images_n/white-opacity-80.png);}
/* Styling the caption */
.showcase1 .showcase-caption{color: #000;padding: 8px 0px; position: relative;bottom: 0px;  left: 0px;  display: none;background: url(../../images/images_n/homeBanner/bannerOverlay_bg.jpg) left top ; height:52px; line-height:20px; font-size:16px; color:#183248;font-family:sans-serif; }
.showcase1 .showcase-caption img { float:left; margin:20px 0 0 0;}
.showcase1 .showcase-caption span{ text-align:left; float:left; margin:10px 0 0 15px;display:block;  background:#fff;}
.showcase1 .showcase-caption span.last_caption{line-height:16px; font-size:14px; display:block;}
.showcase1 .showcase-onepage .showcase-content	{	margin-bottom: 10px;}

	/* Button Wrapper */
.showcase1 .showcase-button-wrapper	{		clear: both;		margin: 15px 0 15px 0;		text-align: center;	}
	
.showcase1 .showcase-button-wrapper span		{ margin-right: 3px; padding: 2px 10px 0px 10px; cursor: pointer; font-size: 12px; color: #444444;	background:url(../../images/images_n/products/inactive_circle.png) no-repeat;	}
	
.showcase1 .showcase-button-wrapper span.active		{			color: #fff;background:url(../../images/images_n/products/active_circle.png) no-repeat;	}
 
/* Hide button text */
.showcase1 .showcase-thumbnail-button-forward span span,.showcase-thumbnail-button-backward span span	{display: none;	}
	
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

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



