.banner {
	position: relative;
}
ul.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-transition: opacity 900ms ease-in-out!important;
	transition: opacity 900ms ease-in-out!important;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	padding: 0;
	margin: 0;
	font-size: 1px;
	position: absolute;
	bottom: 5px;
	z-index: 3;
	right: 50%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs a {
	background: url(../images/bullets.png) no-repeat;
	height: 11px;
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 11px;
}
.rslides_tabs .rslides_here a, .rslides_tabs a:hover {
	background-position: 0 -11px;
}
.banner .views-field-title {
	padding: 7px 20px;
	background-color: #ffffff;
	font-size: 1.3rem;
	position: absolute;
	top: 210px;
	left: 8.6%;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.banner .views-field-title a {
	display: block;
	padding-right: 20px;
	background: transparent url(/sites/all/themes/velocis/images/more.png) right center no-repeat;
	color: #4b4b4b;
	text-decoration: none;
}
.banner .views-field-title a:hover {
	color: #ffffff;
}
.banner .views-field-title:hover {
	background: rgba(0,0,0,0.5);
	color: #ffffff;
}
.banner .views-field-field-description-banner {
	position: absolute;
	top: 150px;
	left: 7%;
	padding: 10px 20px;
	font-size: 2.2rem;
	color: #ffffff;
}
