/* 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: 675px;
	height: 300px;
	margin: 0 0 15px 0;
}
.showcase-content-container {
	border: 1px solid #ccc;
	padding: 5px 0 0 0;
	width: 675px;
}
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 300px;
	/*height: 360px;*/ /* Same as showcase javascript option */
	overflow: hidden;
}
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	
	.showcase-content-wrapper
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.showcase-content
	{
		text-align: left;
		background-color: #fff;	
		height: 275px;
  }
  
  	.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: center;
		position:relative;
		top: -35px;
		float: left;
		padding: 3px ;
		left: 10px;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 3px 7px 3px 7px;
			cursor: pointer;
			font-size: 14px;
			font-weight:bold;
			color: #222;
			border: 1px solid #cccccc;
			background-color: #eeeeee;
		}
	
		.showcase-button-wrapper span.active
		{
			background-color: #e4f0d6;
			color: #222;
			border: 1px solid #ccc;
		}
	
	/* 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;
		}
	
		

/* Clear (used for horizontal thumbnails)
-------------------------------------------*/
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
