/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .post img { max-width: 100%; width: auto; }
.flexslider .slides img { display: block; width: 100%; }
.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;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;}
.flexslider .slides {}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container { position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

.flex-control-nav, .flex-direction-nav, #controllers-wrapper { display: none; }

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
/*.wrapper, #navwrap, .nav_top, .nav_bottom, #blurbs, .blurbs_shadow, #strip div { width: 100%;}
.slide .banner { display: none; }*/

}

/*NEW*/
.flex-direction-nav, #controllers-wrapper {
	display: block;
	float:left;
}
.flex-prev {
	background-image:url(../images/bt-prev.png);
	background-repeat:no-repeat;
	display:block;
	width:28px;
	height:52px;
	float:left;
	position:absolute;
	top:44%;
	left:1%;
}
.flex-next {
	background-image:url(../images/bt-next.png);
	background-repeat:no-repeat;
	display:block;
	width:28px;
	height:50px;
	position:absolute;
	top:44%;
	right:1%;
}

@media only screen and (max-width: 1002px) {
.flex-prev {
	background-image:url(../320/bt-prev.png);
	background-repeat:no-repeat;
	display:block;
	width:15px;
	height:26px;
	float:left;
	position:absolute;
	top:44%;
	left:1%;
}
.flex-next {
	background-image:url(../320/bt-next.png);
	background-repeat:no-repeat;
	display:block;
	width:15px;
	height:26px;
	position:absolute;
	top:44%;
	right:1%;
}
}
@media only screen and (max-width: 320px) {
.flex-prev {
	left:10px;	
}
.flex-next {
	right:10px;	
}

}