.anythingSlider {
	width: 802px;
	height: 348px;
	position: relative;
}

.anythingSlider .wrapper {
	width: 802px;
	overflow: auto;
	height: 348px;
	position: relative;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.wrapper ul li {
	display: block;
	padding: 0;
	height: 348px;
	width: 802px;
	margin: 0;
	position: absolute;
}

.wrapper .yukle {
	height: 348px;
	width: 802px;
	display: block;
	background: url(../../images/ajax-loader.gif) no-repeat 50% 50%;
}

#thumbNav {
	position: absolute;
	bottom: 20px;
	left: 15px;
	display: inline-block;
	z-index: 20;
}

#thumbNav a {
	text-align: center;
	font-size: 12px;
	color: #474c4e;
	width: 19px;
	height: 28px;
	display: inline-block;
	background: url(../../images/slider_arrows.png) no-repeat -16px 0;
	line-height: 24px;
	padding: 0 !important;
	margin-left: 3px;
}

#thumbNav a.cur {
	color: #fff;
	background-position: -35px 0;
}

.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.anythingSlider .amadsliderarrow {
	width: 16px !important;
	height: 28px !important;
	cursor: pointer;
	background: url(../../images/slider_controls.png) no-repeat 0 0;
}

.anythingSlider .amadsliderarrowback {
	background-position: 0 0 !important;
	margin-right: -3px;
}

.anythingSlider .amadsliderarrowforward {
	background-position: -54px 0 !important;
	margin-left: 0 !important;
}