/* Hide direction navs on Home page */
#homepage .flex-direction-nav,
.flex-control-nav {
	display:none;
}
.flex-control-paging,
.slides,
.flex-direction-nav {
	margin:0 !important;
	padding:0 !important;
}
.flex-control-paging li,
.slides li,
.flex-direction-nav li {
	list-style:none !important;
}
.flex-direction-nav li a {
	text-indent:-99999px;
}
/* Browser Resets */
.flex-container a:active,
a:active,
.flex-container a:focus,
a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
}
/*Necessary Styles
*********************************/ 

.slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slides > li:first-child {
	display: block;
	-webkit-backface-visibility: visible;
}
.slides img {
	width: 100%;
	height:auto;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	text-align: left;
	position:relative;
	margin-top:-70px !important;
	padding-left:30px !important;
}
.flex-control-nav li {
	margin: 20px 6px 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	font-size:0;
	width:18px;
	height:18px;
	background:url("/themes/defaulttheme/images/paging_inactive.png") no-repeat center;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background:url("/themes/defaulttheme/images/paging_active.png") no-repeat center;
}
.flex-next {
	background:url("/themes/defaulttheme/images/bannernav.png");
	float:right;
	background-position:right -54px;	
	margin-right:5px;
	
}
.flex-prev {
	background:url("/themes/defaulttheme/images/bannernav.png");
	float:left;	
	margin-left:5px;
}
.flex-next,
.flex-prev {	
	width: 50%;
	height: 53px;
	margin-top: -58px;
	z-index: 1000;
	cursor: pointer;
	position:relative;
	background-repeat:no-repeat;  
	z-index:10;
}
.flex-next:hover,
.flex-prev:hover {
	opacity: 0.8; 
	-moz-opacity: 0.8; 
	filter: alpha(opacity = 80); 
}