#slides {
	overflow-x: hidden;
	clear: both;
	overflow: hidden;
	height: 355px;
	width: 448px;
	margin-left: 62px;
    margin-top: 55px;	
}
#slides h1 {
	text-align: center;
	font-family: MyriadProRegular;
	font-size: 0px;
	font-weight: normal;
	color: #FFF;
	padding-top: 120px;
}
#slides .slides-control {
	position: relative;
	-webkit-transform: 0;
	transform: 0;
}
#slides .slides-container {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 400px;
	width: 498px;
}
#slides .slides-container img.keep-original {
	min-width: 0;
	min-height: 0;
	position: static;
}
#slides .slides-container li {
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
}
#slides .slides-container li.current {
	display: block;
	z-index: 1;
}
#slides .slides-container li .container {
	width: 100%;
	position: relative;
	top: 0%;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#slides .scrollable {
*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
#slides .scrollable .container {
	overflow: hidden;
*zoom: 1;
}
.slides-navigation {
	width: 96px;
	position: absolute;
	z-index: 99999;
	bottom: -5px;
    right: 30px;
	height: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.slides-navigation a {
	display: block;
	text-decoration: none;
	display: block;
	width: 46px;
	height: 46px;
}
.slides-navigation a.prev {
	float: left;
	height: 46px;
	width: 46px;
	display: block;
}
.slides-navigation a.prev:hover {
	height: 46px;
	width: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.slides-navigation a.next {
	float: right;
	display: block;
	height: 46px;
	width: 46px;
}
.slides-navigation a.next:hover {
	height: 46px;
	width: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	text-align: center;
	width: 100%;
}
.slides-pagination a {
	border-radius: 15px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #ffffff;
	margin-right: 3px;
	margin-left: 3px;
}
.slides-pagination a.active {
	background-color: #296fda;
}
/* VIEWPORT < 768px */
@media only screen and (max-width: 768px) {
#slides {
    width: 406px;
    height: 305px;
	margin-left: 60px;
    margin-top: 52px;
}
}



/* VIEWPORT < 524px */
@media only screen and (max-width: 524px) {
#slides {
    width: 233px;
    padding: 0;
    height: 175px;
    margin: 30px 0px 0 34px;
}
.slides-navigation {
bottom: 0px;
right: 20px;
}
}
