.anythingSlider {
	width: 891px;
	height: 591px;
	position: relative;
	margin: 0 auto;
}

.anythingSlider .wrapper {
	width: 891px;
	height: 591px;
	position: relative;

}

/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 891px;
	height: 591px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.wrapper ul li {
	display: block;
	padding: 0;
	margin: 0;
	width: 891px;
	height: 591px;
	position: absolute;
	top:0;
	left:0;
}

.wrapper .yukle {
	width: 891px;
	height: 591px;
	display: block;
	background: url(../../images/ajax-loader.gif) no-repeat 50% 50%;
}

#thumbNav {
	display: block;
	height: 21px;
	right: 35px;
	top:284px;
	position: absolute;
	z-index: 20;
}

#thumbNav a {
	background: url(../images/slider_buttons.png) no-repeat 100% 0;
	display: inline-block;
	width:21px;
	height:21px;
	margin-left:5px;
}

#thumbNav a.cur {
	background-position: 0 0;
}

.anythingSlider .wrapper ul  li .image_wrapper{
	padding:18px 19px;
}
.anythingSlider .wrapper ul  li .textarea{
	bottom:0;
	left:0;
	position: absolute;
	width:891px;
	height:242px;
}
.anythingSlider .wrapper ul  li .textarea > span:first-child{
	font-size:37px;
	color:#f05157;
	padding: 39px 70px 0 70px;
	display: block;
	text-align: center;
	height:60px;
	line-height: 1.3em;
}
.anythingSlider .wrapper ul  li .textarea >  span.cont{
	font-size:20px;
	color:#909090;
	display: block;
	height:121px;
	text-align: center;
	padding: 23px 70px 0 70px;
	line-height: 1.3em;
}
.anythingSlider a.amadsliderarrow {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	background: url(../images/slider_arrows.png) no-repeat 0 0;
	height: 30px;
	width: 30px;
	bottom:98px
}

.anythingSlider a.amadsliderarrow.amadsliderarrowforward {
	background-position: 0 100%;
	right: -13px;
}
.anythingSlider a.amadsliderarrow.amadsliderarrowforward:hover {
	background-position: 100% 100%;
}
.anythingSlider a.amadsliderarrow.amadsliderarrowback {
	left:-13px;
}
.anythingSlider a.amadsliderarrow.amadsliderarrowback:hover {
	background-position: 100% 0;
}



