#wrapper {
	max-width: 1120px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	max-width: 1120px;
	padding: 0;
	margin: 0;
}

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.dark {
	color: #161314 !important;
}

h1.dark {
	color: #161314 !important;
	background: url("../images/slider1/line_black.jpg") no-repeat bottom !important;
}



.slidetext {
	position: absolute;
	max-width: 600px;
	width: 60%;
	text-align: center;
	margin: 60px 0 0 60px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.slidetext h1 {
	display: block;
	position: relative;
	z-index: 2;
	font-size: 44px;
	text-shadow: none;
	color: #fff;
	padding: 10px 20px 24px 20px;
	margin: 0;
	max-width: 600px;
	text-transform: uppercase;
	background: url("../images/slider1/line_white.jpg") no-repeat bottom;
	text-shadow: 0px 0px 8px rgba(0,0,0,.8);
}







  /* Callback example */

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
	}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}


.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}



.callbacks .caption {
	display: block;
	position: relative;
	z-index: 2;
	font-size: 17px;
	text-shadow: none;
	color: #fff;
	padding: 20px 20px;
	margin: 0;
	max-width: 600px;
	font-weight: 500;
	font-family: 'Fira Sans', Arial, sans-serif; font-weight: normal;
	line-height: 1.6em;
	text-shadow: 0px 0px 5px rgba(0,0,0,.7);
}


.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 90%;
	left: 29%;
	opacity: 0.7;
	z-index: 5;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 34px;
	height: 34px;
	background: #666 url(../images/slider2/arrows_slider.png) no-repeat -4px -3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: -45px;

	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.callbacks_nav:hover {
	opacity: 1.0;
	background-color: #111;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.callbacks_nav.next {
	right: 64%;
	left: auto;
	background-position: -2px -43px;
}

