
/*--------------------------------------------------------------------------------------------------*/
/*										left_menu													*/
/*--------------------------------------------------------------------------------------------------*/
.rght_column720 #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 */
.rght_column720 .showcase-load{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}
/* Container when content is shown in slider */
.rght_column720 .showcase{
	position: relative;
	margin: auto;
/*background: #fff;/***/
}
.rght_column720 .showcase-content-container	{
	background-color: #000;
	
}
	
	/* Navigation arrows */
.rght_column720 .showcase-arrow-previous, .rght_column720 .showcase-arrow-next{
	position: absolute;
/*background: red;/**/
	width: 80px;
	height: 450px;
	top: 0px;
	cursor: pointer;
}
.rght_column720 .showcase-arrow-previous	{
	left: -80px;
	background: url(img/arrow2.png) no-repeat -145px 180px	
}
.rght_column720 .showcase-arrow-previous:hover{	background-position: -145px -1284px	}	
.rght_column720 .showcase-arrow-previous:active{	background-position: -146px -1284px;}	

.rght_column720 .showcase-arrow-next	{
	right: -80px;
	background: url(img/arrow2.png) no-repeat 24px 180px
}
.rght_column720 .showcase-arrow-next:hover{	background-position: 24px -1284px;}	
.rght_column720 .showcase-arrow-next:active{	background-position: 25px -1284px;}	
	/* Content */
.rght_column720 .showcase-content	{
	background-color: #fff;
	text-align: center;
	vertical-align:middle;
	background: #fff;
	}	
	.showcase-content .showcase-content{
		display: inline-block;
	}
	.showcase-content .showcase-content img{
		display: inline-block;
		vertical-align:middle;		
	}
		
.rght_column720 .showcase-content-wrapper{
	text-align: center;
	width: 80px;
	height: 450px;
	display: table-cell;
	vertical-align: middle;
}
		
		/* Styling the tooltips */
.rght_column720 .showcase-plus-anchor{
	background-image: url('../images/plus.png');
	background-repeat: no-repeat;
}
		
.rght_column720 .showcase-plus-anchor:hover{
	background-position: -32px 0;
}
		
.rght_column720 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 */
.rght_column720 .showcase-caption{
	color: #000;
	margin: 0 1px;
	padding: 10px 15px;
	text-align: left;
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
display: none!important;/**/
/*display: block!important;/**/
	opacity: 1!important;
	background: rgba( 0, 0, 0, 0.5);	
}
.rght_column720 .showcase-caption p{
	font-size:15px;
	font-weight:300;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rght_column720 .showcase-caption a{
	font-size:15px;
	font-weight:400;
}		
.rght_column720 .showcase-onepage .showcase-content{
	margin-bottom: 10px;
}
	/* Button Wrapper */
.rght_column720 .showcase-button-wrapper{
	clear: both;
	margin-top: 10px;
	text-align: center;
}	
.rght_column720 .showcase-button-wrapper span{
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	color: #444444;
}	
.rght_column720 .showcase-button-wrapper span.active{
	color: #fff;
}
	/* Thumbnails */
.rght_column720 .showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */{
	margin-top: 20px;
	width: 598px !important;
	margin-left: -10px;
	
}
	
.rght_column720 .showcase-thumbnail-wrapper{
	overflow: hidden;
}		
.rght_column720 .showcase-thumbnail{
	cursor: pointer;
/*border: solid 1px #fff;/**/
	position: relative;
	transition: 0.2s;
}
.rght_column720 .showcase-thumbnail img{
	transition: 0.2s;	
	opacity: 0.8!important;
}
.rght_column720 .showcase-thumbnail-caption{
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.rght_column720 .showcase-thumbnail-content{
	padding: 10px;
	text-align: center;
	padding-top: 25px;
}			
.rght_column720 .showcase-thumbnail-cover{
	background-image: url(../images/black-opacity-40.png);
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}		
.rght_column720 .showcase-thumbnail:hover img,
.rght_column720 .showcase-thumbnail.active img{
/*border: solid 1px #ffae00;/***/
	opacity: 1!important;
}		
.rght_column720 .showcase-thumbnail.active .showcase-thumbnail-cover{
	display: none;
}	
.rght_column720 .showcase-thumbnail-wrapper-horizontal{
	overflow-x:hidden;
}
.rght_column720 .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail{
/*	margin-right: 40px;
margin-bottom: 15px;/**/
	padding: 24px 0px 30px 0px;
	min-height: 70px;
	opacity: 1;
	background: url(img/gallery.png) no-repeat 0 0;
	text-align: center;
	
}	
.rght_column720 .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail img{
	display: inline-block;	
	*zoom:1;
	*display:inline;

	margin: 0 20px;
	
}	
.rght_column720 .showcase-thumbnail-wrapper-vertical{
	padding: 10px;
}
	
.rght_column720 .showcase-thumbnail-wrapper-vertical .showcase-thumbnail{
	margin-bottom: 10px;
}
		
.rght_column720 .showcase-thumbnail-button-backward,
.rght_column720 .showcase-thumbnail-button-forward{
	display: none;
	padding: 7px;
	cursor: pointer;
}	
.rght_column720 .showcase-thumbnail-button-backward{
	padding-bottom: 0px;
	padding-right: 0px;
}	
.rght_column720 .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.rght_column720 .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
.rght_column720 .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.rght_column720 .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
{
	background-image: url(../images/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
		
.rght_column720 .showcase-thumbnail-button-backward .showcase-thumbnail-vertical
{
	background-position: 0 -51px;
	margin-left: 55px;
}
.rght_column720 .showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
{
	background-position: -17px -51px;
}		
.rght_column720 .showcase-thumbnail-button-forward .showcase-thumbnail-vertical
{
	background-position: 0 -34px;
	margin-left: 55px;
}
.rght_column720 .showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
{
	background-position: -17px -34px;
}		
.rght_column720 .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
{
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.rght_column720 .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
{
	background-position: -17px -17px;
}	
.rght_column720 .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
{
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.rght_column720 .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
{
	background-position: -17px 0;
}		
		/* Hide button text */
.rght_column720 .showcase-thumbnail-button-forward span span,
.rght_column720 .showcase-thumbnail-button-backward span span
{
	display: none;
}
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/
.rght_column720 .showcase-thumbnail-restriction{
	overflow:visible!important;
	/*width: 805px !important;/**/
	
}
.rght_column720 .showcase-thumbnail-wrapper-horizontal{
	
}
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
	border:0 none;
}



