/*------------------------ Slider Additions ------------------------*/
#slider {
	text-align: center;
	min-height: 600px;
	width: 980px;
	padding: 0;
	margin: 35px auto 5px;
	position: relative;
}
#slider img.slide-hide {
	display: none;
}
#single_image {
	margin-bottom: 35px;
}
#slideshow {
	list-style: none;
}
#slideshow span {
	display: none;
}
#desc {
	float: right;
	display: none;
}
/*------------------------- ZONES ---------------------*/
#zones {
	background: transparent;
	width: 1060px;
	height: 600px;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 1000;
	text-align: left;
}
#zones td {
	width: 520px;
}
* html #zones td {
	width: 520px;
	border: none;
}
#zones td a {
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1001;
}
.rightz {
	text-align: right;
	background: url('/include/images/white-right.gif') top right no-repeat;
}
.left_zone {
	display: block;
	background: transparent;
	height: 600px;
	width: 530px;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 1000;
}
.right_zone {
	display: block;
	background: transparent url('/include/images/white-right.gif') top right no-repeat;
	height: 600px;
	width: 530px;
	position: absolute;
	top: 0;
	left: 490px;
	z-index: 1000;
}
#prev-arrow {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#next-arrow {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
/*-------------------------------------- Counter ---------------------------------------*/
#counter {
	font-size: 11px;
	color: rgb(157, 158, 115);
	overflow: hidden;
	width: 980px;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}
#counter p {
	text-align: left;
}