

/* 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: 347px; /* 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
	{
		/*background-color: #000;*/
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		width: 73px;
		height: 73px;
		top: 218px;
		cursor: pointer;
		z-index: 20;
	}
	
	.showcase-arrow-previous
	{
		left: 13px;
		background-image: url('/images/freccia_slide_l.png');
		
	}
	
	.showcase-arrow-previous:hover
	{
		background-image: url('/images/freccia_slide_l_on.png');
	}
	
	.showcase-arrow-next
	{
		right: 13px;
		background-image: url('/images/freccia_slide_r.png');
		
	}
	
	.showcase-arrow-next:hover
	{
        background-image: url('/images/freccia_slide_r_on.png');
	}
	
	
	
	
	/* Content */
	.showcase-content
	{
		/*background-color: #000;
		text-align: center;*/
	}
		
		.showcase-content-wrapper
		{
			
			height:572px; 
			width:796px; 
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color:#000000; 
			font-family:'Libre Baskerville'; 
			font-size:1em;
			display: none;
			position: absolute;
			text-align: left;
			bottom: 0px; left: 0px; right: 0px;
			height:92px;
			padding-top:10px;
			vertical-align:top;
			line-height:24px;
			font-size:16px;
		}
		
		.showcase-caption strong 
		{
		    font-family:'Open Sans';
		    font-size:24px;
		    font-weight:bold;
		    }
		
		.showcase-caption a {color:#000000; text-decoration:none}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
.showcase-button-my-wrapper
	{

		margin-top: 0px;
		margin-left: 0px;
		text-align: left;
		width:420px;
		overflow:hidden;
	}		
	
	.showcase-button-wrapper
	{


		text-align: left;
		float:left;
		position:absolute;
		bottom:20px;
        text-align: center;
        width:100%;
		overflow:hidden;
	}
	
	.showcase-button-my-wrapper div.btt_prev 
	{
			padding: 0px 0px 0px 0px;
			cursor: pointer;
			font-family: Verdana;
			color: #92a4c6;
			font-size: 1.2em;
			float:left;
			vertical-align:middle;
	}
	
	.showcase-button-my-wrapper div.btt_prev.hide 
	{
			display:none;
	}	
	
	.showcase-button-my-wrapper div.btt_next 
	{
			padding: 0px 0px 0px 0px;
			cursor: pointer;
			font-family: Verdana;
			color: #92a4c6;
			font-size: 1.2em;
			vertical-align:middle;
			float:left;
	}	
	
	.showcase-button-my-wrapper div.btt_next.hide 
	{
	    display:none;
	}
	
		.showcase-button-wrapper span
		{
			padding-top:0px;
			padding-left:15px;
			cursor: pointer;
			font-size: 1.2em;
			background-image:url('/images/bullet_white.png');
		}
		
		.showcase-button-wrapper span:hover 
		{
		    background-image:url("/images/bullet_black.png");
		}
	
		.showcase-button-wrapper span.active
		{
			background-image:url("/images/bullet_black.png");
		}
		
		
		.showcase-button-wrapper span.hide 
		{
		    display:none
		}	
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: transparent;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 180px;
			height: 125px;
			cursor: pointer;
			border: solid 1px transparent;
			position: relative;
		}
		
			.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-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px transparent;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px transparent;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 30px;
			width: 180px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		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;
		}*/
		
		/*.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}*/
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(/images/noScroll.png);
			background-repeat: no-repeat;
			position:absolute;
			bottom:35px;
			left:1px;
			width: 17px;
			height: 125px;	
			z-index:100;				    
			/*background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;*/
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
		    background-image: url(/images/noScroll_on_Left.png);
			/*background-position: -17px -17px;*/
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-image: url(/images/noScroll.png);
			background-repeat: no-repeat;
			position:absolute;
			bottom:35px;
			right:0px;
			width: 17px;
			height: 125px;	
			z-index:100;		    
			/*background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;*/
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
		    background-image: url(/images/noScroll_on_Right.png);
			/*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;
}

