.anythingSlider {
	width: 748px;
	height: 270px;
	position: relative;
}

.anythingSlider .wrapper {
	width: 748px;
	overflow: hidden;
	height: 270px;
	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: 270px;
	width: 748px;
	margin: 0;
	position: absolute;
}

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

#thumbNav {
	position: absolute;
	right: 0;
	bottom: -35px;
	left: 0;
	display: inline-block;
	z-index: 20;
	text-align: center;
	background-color: #FFF;
	border-top: 1px #ddd solid;
}

#thumbNav a {
	color: #474c4e;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	float: left;
	padding-left: 25px;
	color: #979797;
	font-size: 14px;
	position: relative;
}

#thumbNav a span {
	position: absolute;
	display: none;
	background: no-repeat 50% 50% url('../../images/slid_arr.png');
	top: -11px;
	right: 0;
	left: 25px;
	height: 12px;
}

#thumbNav a + a {
}

#thumbNav a.cur span {
	display: block;
}

#thumbNav a.amadsliderarrow {
	cursor: pointer;
}

#thumbNav a.amadsliderarrowback {
	background-position: -38px 0 !important;
}

#thumbNav a.amadsliderarrowforward {
	background-position: -57px 0 !important;
}

.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 a.amadsliderarrow {
	position: absolute;
	width: 26px;
	height: 53px;
	background-image: url(../../images/slider_arrows.png);
	top: 150px;
	cursor: pointer;
}

.anythingSlider a.amadsliderarrow.amadsliderarrowback {
	left: -26px;
}

.anythingSlider a.amadsliderarrow.amadsliderarrowforward {
	right: -26px;
	background-position: 100% 0;
}

