ol, ul {
	list-style:none;
	margin:0;
	padding:0;
}
.container_16 {
	position:relative;
	/* width:999px; */
	margin:0 auto;
	padding:0;
}
.container_16 .grid_16 {
	margin-left:0px;
	margin-right:0px;
}
#slider {
	position:relative;
	height:380px;
}
.slider_wrapper {
	position:relative;
	/* height:445px; */
	margin:0 auto;
	overflow:hidden;
}
#carousel {
	position:relative;
	padding:0px;
	overflow:hidden;/*background:url(../images/caro_bg.png) 0 0 repeat-x;*/

}
#carousel .flex-direction-nav {
	display:none;
}
#carousel .slides li.banner_strip {
	letter-spacing:1px;
	text-transform:uppercase;
	text-shadow:0px 2px 2px #00071a;
	color:#FFFFFF;
}
#carousel .slides li.banner_strip.one {
	background:url(../images/banner_stript1.gif) repeat-x top left;
	width:200px;
	height:65px;
	cursor:pointer;
}
#carousel .slides li.banner_strip.one .icon {
	float:left;
	/*background:url(../images/banner_stript_icon.png) top left no-repeat;*/

	width:40px;
	height:47px;
	margin:10px 0px 10px 25px;
}
#carousel .slides li.banner_strip.one .title {
	margin-top:12px;
	float:right;
	/*width:120px;*/
	width:200px;
	font-size:15px;
	text-align:center;
}
#carousel .slides li.banner_strip.two {
	background:url(../images/banner_stript2.gif) repeat-x top left;
	width:200px;
	height:65px;
	cursor:pointer;
}
#carousel .slides li.banner_strip.two .icon {
	float:left;
	/*background:url(../images/banner_stript_icon.png) top left no-repeat;*/

	width:40px;
	height:47px;
	margin:10px 0px 10px 25px;
}
#carousel .slides li.banner_strip.two .title {
	margin-top:12px;
	float:right;
	/*width:120px;*/
	width:200px;
	font-size:15px;
	text-align:center;
}
#carousel .slides li.flex-active-slide.banner_strip, #carousel .slides li:hover .banner_strip {
	cursor:pointer;
	background:url(../images/banner_stript_pix.gif) top left repeat-x;
	text-shadow:0px 2px 2px #aaa;
	color:#23368a;
}
#carousel .slides li.flex-active-slide.banner_strip, #carousel .slides li:hover.banner_strip {
	background:url(../images/banner_stript_pix_act.gif) top left repeat-x;
	text-shadow:0px 2px 2px #aaa;
	color:#23368a;
}
.flex-prev {
	display:block;
	z-index:999;
	position:absolute;
	top:47%;
	left:0px;
	width:34px;
	height:68px;
	margin-top:-25px;
	overflow:hidden;
	text-indent:-100px;
	opacity:1!important;
	background:url(../images/banners/prevnext.png) 0 0 no-repeat;
	cursor:pointer;
	-webkit-transition:0s ease;
	-o-transition:0s ease;
	transition:0s ease;
}
.flex-prev:hover {
	background-position:0 bottom;
}
.flex-next {
	display:block;
	z-index:999;
	position:absolute;
	top:47%;
	right:0px;
	width:34px;
	height:68px;
	margin-top:-25px;
	overflow:hidden;
	text-indent:-100px;
	opacity:1!important;
	background:url(../images/banners/prevnext.png) right 0 no-repeat;
	cursor:pointer;
	-webkit-transition:0s ease;
	-o-transition:0s ease;
	transition:0s ease;
}
.flex-next:hover {
	background-position:right bottom;
}
 @media only screen and (max-width:1024px) {
 .flex-next {
 right:10px;
}
 .flex-prev {
 left:10px;
}
}
