.res-slider
{
	overflow: hidden;
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.stage .res-slider .bg-img img
{
	max-width: 100000%;
	width: auto;
	min-width: none;
}
.res-slider .next
{
	background-image: url(../../Modules/Eklenti/Views/theme/images/slide-next.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	cursor: pointer;
}
.res-slider .prev
{
	background-image: url(../../Modules/Eklenti/Views/theme/images/slide-prev.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	cursor: pointer;
}
.res-slider .slide-stage .wrap
{
	max-width: 990px;
	margin: 8% auto auto;
	position: relative;
	z-index: 2500000;
	padding-top: 1px;
}
.res-slider .slide-stage p
{
	color: #000000;
	text-align: center;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 1.2em;
}
.res-slider .dot-navi
{
	height: 13px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: auto 0px 9px;
	line-height: 0;
	/*exploer iti*/
	=width: auto;
	=margin-left: 45%;
}
.res-slider .dot-navi .dot
{
	width: 12px;
	display: inline-block;
	height: 12px;
	background-image: url(slide-dot-button.png);
	padding: 0px;
	margin: 0px 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top center;
	/*exploer iti*/
	=float: left;
}
.res-slider .dot-navi .dot.active
{
	background-position: center -12px;
}
.res-slider .timer
{
	width: 100%;
	padding-top: 1px;
}
.res-slider .timer-line
{
	height: 2px;
	width: auto;
	background-color: #017DC3;
	width: 0%;
	border-bottom: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}
.res-slider .slide-item
{
	display: none;
}
.res-slider .slide-contents
{
	position: relative;
	display: none;
}
.res-slider .slide-contents .wrapper
{
	/*[disabled]max-width:990px;*/
	margin: auto;
	position: relative;
}
.res-slider .slide-contents .wrapper .item
{
	width: 100%;
}
.res-slider .slide-contents h2, .res-slider .slide-contents h3, .res-slider .slide-contents h1
{
	font-weight: normal;
	width: 100%;
	line-height: 1.3em;
}
.res-slider .slide-contents .body
{
	line-height: 1.5em;
	font-size: 1.2em;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}
.res-slider .slide-contents .body p
{
	text-align: inherit;
}
html div.res-slider-wrap div
{
	direction: ltr;
}
/*max-width: 479px*/
@media (max-width: 479px)
{
	.res-slider .dot-navi
	{
		display: none;
	}
}