/**SLIDER STYLES**/
#slider-wrapper {
	width: 100%;
	min-width: 1000px;
	position: relative;
	height: 480px !important;
	z-index: 200 !important;
	overflow: hidden;
}
#slider {
	width: 100%;
	min-width: 1000px;
	height: 480px !important;
	z-index: 200 !important;
}
.slide1 {
	width: 100%;
	min-width: 1000px;
	height: 480px !important;
	background: #D7CFCD url(../images/slider/slide1.jpg) no-repeat center top;
}

.slide4 {
	width: 100%;
	min-width: 1000px;
	height: 480px !important;
	background: #D7CFCD url(../images/slider/slide4.jpg) no-repeat center top;
}

.slide2 {
	width: 100%;
	min-width: 1000px;
	height: 480px !important;
	background: #E5F2F8 url(../images/slider/slide2.jpg) no-repeat center top;
}
.slide3 {
	width: 100%;
	min-width: 1000px;
	height: 480px !important;
	background: #F5F6FA url(../images/slider/slide3.jpg) no-repeat center top;
}
.slide-info {
	width: 960px;
	margin: 0px auto;
	padding: 235px 0px 0px 40px;
}
.slide-info a {
	width: 65px;
	height: 23px;
	display: block;
	background: url(../images/slider/learn-more.png) no-repeat;
}
#controls {
	width: 100%;
	min-width: 1000px;
	margin: 0px auto;
	padding: 0px;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0px;
	display: none;
}
#controls span {
	margin: 0 5px;
}
#controls .right-arrow {
	width: 23px;
	height: 40px;
	position: absolute;
	top: 220px;
	right: 34px;
	z-index: 9999;
	background: url(../images/slider/arrows.png) no-repeat right bottom;
}
#controls .left-arrow {
	width: 23px;
	height: 38px;
	position: absolute;
	top: 220px;
	left: 35px;
	z-index: 9999;
	background: url(../images/slider/arrows.png) no-repeat left top;
}