.slidercontainer {
	background: #f2f2f2 none repeat scroll 0 0;
	width: 100%;
	overflow: hidden;
	position:relative;
	margin-top:72px;
	
}
.content_slider {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 800px;
	
}
/* Browser Resets
*********************************/
flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/


.flexslider {
	margin: 0;
	padding: 0;
	padding: 0 0;
	background: #f7f8f8;
	zoom: 1;
	height:100%;
}
.flexslider .slides > li {
	
	height: 100%;
	opacity: 0.4;
	
}
.flexslider .slides img {
	width: 100%;
	display: block;
	min-height: 600px;
}
.flexslider .slides > li {
	position: relative;
	opacity: 0.4;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides > li.flex-active-slide {
	opacity: 1;
}
.flexslider .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.slides > li:first-child {
	display: block;
}
.flexslider {
}
.flexslider .slides {
	zoom: 1;
}
.flex-viewport 
{
    height: 100%;
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	overflow: inherit !important;
}
ul.slides{
	height: 100%;
}
/* Direction Nav */
.flex-direction-nav {
 *height: 0;
	width: 100%;
}
.flex-direction-nav a {
	background: url(/images/buttons/left.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: calc(50% - 20px);
	-webkit-transition: all .3s ease;
    width: 40px;
    height: 75px;
	z-index: 10;
}
.flex-direction-nav .flex-next {
	background: url(../images/btns/next.png) no-repeat 0 0;
	right: 200px;
}
.flex-direction-nav .flex-prev {
	background: url(../images/btns/pre.png) no-repeat 0 0;
	left: 200px;
}
.flex-direction-nav .flex-disabled {
	cursor: default;
	filter: alpha(opacity=30);
	opacity: 0.3 !important;
}
/* Control Nav */
.flex-control-nav {
	bottom: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	margin:0 auto;
	left:0;
}
.flex-control-paging li {
	display: inline-block;
	margin: 0 5px;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: #afb1b4;
	cursor: pointer;
	display: block;
	height: 12px;
	text-indent: -9999px;
	width: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #fff;
}
.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}

@media screen and (max-width: 720px) {
.flex-control-nav {
	bottom: 20px;
}
.floorplan .flex-viewport {
}
.flexslider .slides img {
	margin: 0 auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	margin: 0 auto;
}
.floorplanholder .content {
	margin: 0 auto 100px auto;
}
}

/*# sourceMappingURL=flexslider.css.map */
@media screen and (max-width: 768px) {
	.flex-direction-nav .flex-next{
		right: 30px;
	}
	.flex-direction-nav .flex-prev{
		left: 30px;
	}
}