.quake-slider {
	width: 600px;
	height: 609px;
	margin: 20;
	position: relative;
	overflow: hidden;
	background: url('../images/loading.gif') no-repeat center;
}
.quake-nav a {
	position: absolute;
	top: 45%;
	text-decoration: none;
	width: 37px;
	height: 38px;
	background-repeat: no-repeat;
	z-index: 10000;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quake-prev {
	left: 0px;
	margin-left: 2px;
	/*background-image: url('http://www.dalisetta.it/images/arrow-left.png');*/
}
.quake-next {
	right: 0px;
	margin-right: 2px;
	/*background-image: url('http://www.dalisetta.it/images/arrow-right.png');*/
}
.quake-prev:hover {
	/*background-image: url('http://www.dalisetta.it/images/arrow-left-active.png');*/
}
.quake-next:hover {
	/*background-image: url('http://www.dalisetta.it/images/arrow-right-active.png');*/
}
.quake-slider-caption-container-right {
	background-color: black;
	position: absolute;
	z-index: 101;
	padding: 0;
	width: 220px;
	height: 310px;
	left: 750px;
	padding-left: 25px;
	margin-right: 10px;
}
.quake-slider-caption-right {
	color: white;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial;
	width: 210px;
	height: 300px;
	position: absolute;
	z-index: 102;
	left: 750px;
	padding: 0;
	padding: 10px;
	margin-right: 10px;
}
.quake-slider-caption-container-left {
	background-color: black;
	position: absolute;
	z-index: 101;
	padding: 0;
	width: 220px;
	height: 310px;
	left: 0px;
	padding-left: 10px;
	margin-left: 10px;
}
.quake-slider-caption-left {
	color: white;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial;
	width: 210px;
	height: 300px;
	position: absolute;
	z-index: 102;
	left: 0px;
	padding: 0;
	padding: 10px;
	margin-left: 10px;
}
.quake-slider-caption-container-bottom {
	background-color: black;
	position: absolute;
	z-index: 101;
	padding: 0;
	width: 990px;
	height: 50px;
	bottom: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.quake-slider-caption-bottom {
	color: white;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial;
	width: 990px;
	height: 50px;
	position: absolute;
	z-index: 102;
	bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
.quake-slider-caption-container-top {
	background-color: black;
	position: absolute;
	z-index: 101;
	padding: 0;
	width: 990px;
	height: 50px;
	top: 0px;
	padding-left: 10px;
	margin-top: 10px;
}
.quake-slider-caption-top {
	color: white;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial;
	width: 990px;
	height: 50px;
	position: absolute;
	z-index: 102;
	top: 0px;
	padding: 0;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
}
.quake-nav-wrapper {
	width: 104px;
	position: relative;
	z-index: 102;
	top: 0;
	left: 0;
	margin-top: -60px;
	margin-right:30px;
	float: right;
	background-color: black; /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
	filter: alpha(opacity=50); /* Netscape */
	-moz-opacity: 0.5; /* Safari 1.x */
	-khtml-opacity: 0.5; /* Good browsers */
	opacity: 0.5;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.quake-nav-container {
	margin: auto;
	padding:10px;
}
.quake-nav-control {
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
	background-image: url('../images/circle.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
}
.quake-nav-control.active {
	background-image: url('../images/circle-active.png');
}
.quake-highlight {
	color: Yellow;
}
.quake-highlight a {
	color: Yellow;
}
.quake-link {
	position: absolute;
	z-index: 101;
}
.quake-thumbnail {
	position: absolute;
	z-index: 111;
	width: 98px;
	height: 76px;
	overflow: hidden;
	background: url('../images/thumb_bg.png') no-repeat center center;
}
.quake-thumbnail-preview {
	width: 84px;
	height: 48px;
	margin: 7px 0 0 7px;
	overflow: hidden;
	background-color: White;
}
.quake-thumbnail-preview img {
	border: none;
}
