/* Reset */
div,span,object,iframe,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{border:0;font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit}


/* Showcase
-------------*/

.showcase
{
	display: block;
    z-index: 0;
	width: 320px;
	float: left;
	position: relative;
	/*height: 150px;*/
	/*border: 1px solid #dddddd;
	padding: 5px 5px 0px 5px;*/
	margin: 11px 0 0 0;
	padding: 0 0 0 10px;
	/*height: 38.2%;*/
}
.showcase-slide {
	position: absolute;
	top: 0;
	margin-top: 23px;
}
.showcase-content-container {
	/*border: 1px solid #dddddd;*/
	padding: 20px 3px 0 3px;
	width: 320px;
	height: 38.2%;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 235px;
	/*height: 360px;*/ /* Same as showcase javascript option */
	overflow: hidden;
}

	/* Navigation arrows */
	.nav-wrap {
		display:none;
	}	

	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background-repeat:no-repeat;		
		width: 30px;
		height: 30px;
		top: 65px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		/*left: -60px;*/
		background: transparent url('../img/previous.png');
		left: 12px;
		z-index:100;
	}
	
	.showcase-arrow-next
	{
		background: transparent url('../img/next.png');
		right: 8px;
		*right: 7px;
		z-index:100;
	}
	
	.showcase-arrow-previous:hover, .showcase-arrow-next:hover
	{
/*		opacity: 1 !important; /* Standards Compliant Browsers */
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;  IE 8 */
/*	filter: alpha(opacity=100)!important;  IE 7 */
/*	-moz-opacity:1;
	-khtml-opacity: 1;*/
	}
	
	/* Content */
	
	.showcase-content-wrapper
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.showcase-content
	{
		text-align: left;
		/*background-color: #fff;	*/
		/*height: 235px;*/
		padding: 3px 1px;
		left: 0px;
		float: left;
  }
  
  	.showcase-content p
	{
		padding-left: 5px;
  }
  

		.showcase-plus-anchor
		{
			/*background-image: url('../images/images/plus.png');*/
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		.showcase-tool-tip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			/*background-image: url(../images/images/white-opacity-80.png);*/
		}
		
		.showcase-caption
		{
			color: #000;
			padding: 5px;
			text-align: center;
			position: absolute;
			width: 230px;
			bottom: 3px; left: 180px; right: 0px;
			display: none;
			/*background-image: url(../images/images/white-opacity-80.png);*/
			background-color:#fff;
			font-size:90%;
			opacity: .85 !important; /* Standards Compliant Browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"!important; /* IE 8 */
	filter: alpha(opacity=85)!important; /* IE 7 */
	-moz-opacity:.85;
	-khtml-opacity: .85;
		}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		text-align: right;
		position:absolute;
		top: 2px;
		right: 2px;
		padding: 3px 0 3px 3px;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 5px;
			padding: 0px 3px;   /* 1px 5px */
			cursor: pointer;
			/*font-size: 12px;*/
			/*font-weight:bold;*/
			color: #666666;
			/*border: 1px solid #cccccc;*/
			background-color: #666666;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #C81309;
			/*border: 1px solid #DC7D39;*/
			background-color: #C81309;/*#DC7D39;*/
		}
	
	/* Thumbnails */
	
	.thumbnail-content {
		display: none;
	}
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		
		background-color: #fff;/*background-color: #000;*/
		width: 130px;

	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}	

	.showcase-thumbnail 
	{
			width: 120px;
			height: auto;
			margin-left: 5px;
			margin-right: 5px;
			opacity: .5 !important; /* Standards Compliant Browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"!important; /* IE 8 */
	filter: alpha(opacity=50)!important; /* IE 7 */
	-moz-opacity:.5;
	-khtml-opacity: .5;
	cursor: hand;
			margin-bottom: 5px;
			color: #093b6c;
			line-height: 120%;
			padding-bottom: 10px;
			margin-top: 0;
			/*border-bottom: 1px dotted #D9894E;*/
		}
		
		#contenthome .showcase-thumbnail p
		{
			margin-bottom: 0;
			line-height: 120%;
		}
		
		#contenthome .showcase-thumbnail img
		{
			margin-bottom: 5px;
			padding-left: 0;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-color: #fff;
				/*background-image: url(../images/images/black-opacity-40.png);*/
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
				opacity: .4 !important; /* Standards Compliant Browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"!important; /* IE 8 */
	filter: alpha(opacity=40)!important; /* IE 7 */
	-moz-opacity:.4;
	-khtml-opacity: .4;
			}
		
		.showcase-thumbnail:hover
		{
			opacity: 1 !important; /* Standards Compliant Browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important; /* IE 8 */
	filter: alpha(opacity=100)!important; /* IE 7 */
	-moz-opacity:1;
	-khtml-opacity: 1;
	cursor: hand;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			opacity: 1 !important; /* Standards Compliant Browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important; /* IE 8 */
	filter: alpha(opacity=100)!important; /* IE 7 */
	-moz-opacity:1;
	-khtml-opacity: 1;
	cursor: hand;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 7px 0 0 15px;
		width: 130px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 7px;	
		}
		
	
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		
		padding: 0;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-forward
	{
		
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
			/*display: none;*/
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin: 0 auto;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin: 0 auto;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	
.focus-photo {
	border :none;
	width: 150px;
	float:left;
}

.focus-title {
	padding: 3px 0 0 7px;
	background-color:#666666;
	color: #ececec;
	clear: left;
}

#showcase .focus-title a, #showcase .focus-title a:visited {
	color: #ececec;
}

#showcase .focus-title a:hover {
	color: #ececec;
	text-decoration:underline;
}

.focus-item {
	float:left;
	padding: 5px 1px 0 0;
	width: 150px;
}

.if-text {
	text-align: left;
		position:absolute;
		top: 0px;
		right: 0;
		padding: 1px 3px 3px 3px;
		left: 9px;
		font-size: 1.5em;
	font-weight:bold;
}

.focus-item:hover .featuredOverlay {
	margin-top:-85px;	
	*margin-top:-82px;
	background-image:url(../img/next-active.gif);
	width: 20px;
	height: 20px;
}

.focus-item .featuredOverlay  {
	margin-top:-85px;	
	*margin-top:-82px;
	background-color:#000;
	/*background-image:url(../img/next-active.gif);*/
	width: 20px;
	height: 20px;
	display: block;
}

.focus-item:hover .featuredOverlay  {
	margin-top:-85px;	
	*margin-top:-82px;
	background-color:#000;
	/*background-image:url(../img/next-active.gif);*/
	width: 20px;
	height: 20px;
}


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

