#slides {
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 20px;
}
.slides-navigation a.next {
	right: 20px;
}
.slides-pagination {
	position: absolute;
	z-index: 10;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.slides-pagination a {
	border: 2px solid #222;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #222;
}
.taglines {
font-family: 'robotolight';
    color: #fff;
	font-weight: bold;
    font-size: 34px;
    position: relative;
    top: 70%;
    width: 50%;
    line-height: 36px;
    text-align: right;
    text-transform: uppercase;
}
h1.taglines{
	border:none;
	
}
.taglines.left {
	left:10%;
	float:right;
}
.taglines.right {
	/* Add */
	/* right:5%; */
	/* margin-top: 50px; */
	color: white;
	float:left;
	padding-right: 30px;
}
@media only screen and (max-width: 600px) {
 ul.slides-container li img {
 left:-40px !important;
}
 .taglines {
	 
    font-size: 20px;
    position: absolute;
    top: auto;
    bottom: 30px !important;
    width: 100%;
    line-height: 23px;
    text-align: center;
    padding: 0 10px;
}

.taglines.right {
 right:0;
 float:none;
 bottom:60px !important
}
}
