﻿/*scroll orizzontale correlati CSS*/
@media only screen and (min-width: 1050px) {
.jscarousal-horizontal
{
	
	
	height: 160px;
	/* background-color: #eee; */
	margin: 0;
	padding: 0;
	padding: 3px 24px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 16px;
	height: 98px;
	
	color: White;
	position: relative;
	top: 32px;
	cursor: pointer;
}
 .jscarousal-horizontal-back
{
	background-image: url(../../images/freccia_left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../../images/freccia_right.png);
	background-repeat: no-repeat;
	background-position: right;
} 
.jscarousal-contents-horizontal
{
	width: 787px;
	min-height: 226px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
	
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 17px;
	margin-right: 17px;
	width: 97px;
}
.jscarousal-contents-horizontal img
{
	max-width: 94px;
	border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 110px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
}
/* IPAD ORIZZONTALE */ 
@media only screen and (max-width: 1024px) {
.jscarousal-contents-horizontal img
{
	max-width: 80px;
	border: solid 1px #7A7677;
}
.jscarousal-horizontal
{
	
	height: 160px;
	/* background-color: #eee; */
	margin: 0;
	padding: 0;
	padding: 22px 130px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 16px;
	height: 98px;
	
	color: White;
	position: relative;
	top: 32px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../../images/freccia_left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../../images/freccia_right.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 596px;
	min-height: 231px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 17px;
	margin-right: 17px;
}

/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 110px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
}
@media only screen and (max-width: 768px) {

.jscarousal-horizontal {padding: 0px 27px;}

.jscarousal-contents-horizontal > div > div {margin-left: 12px;}
.jscarousal-contents-horizontal {left: 20px; min-height: 216px;width: 596px;}
}
@media only screen and (max-width: 640px) {
.jscarousal-contents-horizontal {
    left: 0;
    min-height: 216px;
    width: 483px;
}}

@media only screen and (max-width: 480px) {
.jscarousal-contents-horizontal {
    
    width: 341px;
}
.jscarousal-contents-horizontal img {
    
    max-width: 84px;
}
.jscarousal-contents-horizontal > div > div {
    
    margin-right: 31px;
}}

@media only screen and (max-width: 360px) {
.jscarousal-contents-horizontal {width: 232px;}

}
@media only screen and (max-width: 320px) {
.jscarousal-contents-horizontal > div > div {margin-right: 2px;}
.jscarousal-contents-horizontal {width: 192px;}
}