@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.slider_container{
    border:1px solid #CCCCCC;
}
.flex-caption {
	position: absolute;
	bottom:0;
	max-height:40px!important;
	width:210px;
	left:0;
}
.caption_title_line {
        height:35px;
	width: 100%;
	color: #303030;
	top:0;
}
.flex-caption h2 {
	padding:5px;
	padding-left:10px;
	padding-top:3px;
	margin:0px;
	color:#FFF;
        font-weight: 900;
        font-size:50px;
        text-shadow: 3px 2px 20px #000;
        -webkit-transition: 1s linear 0s;
        -moz-transition: 1s linear 0s;
        -o-transition: 1s linear 0s;
        transition: 1s linear 0s;
        outline: 0 none;
}
.flex-caption p {
    padding:5px;
    padding-left:10px;
    padding-bottom:0px;
    margin:0px;
    color:#FFF;
    font-weight:900;
    font-size:20px;
        text-shadow: 3px 2px 20px #000;
    -webkit-transition: 2s linear 0s;
    -moz-transition: 2s linear 0s;
    -o-transition:2s linear 0s;
    transition: 2s linear 0s;
    outline: 0 none;
}
.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 0 30px 0;
	background: url(images/shadow_bottom.png) no-repeat center bottom;
}
.flexslider .slides > li {
	display: none;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: auto;
	display: block;

        border:0px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
.flex-container {
	zoom: 1;
	position: relative;
}
/* Direction Nav */
.flex-direction-nav li a {
	width: 45px;
	height: 42px;
	margin: 0;
	display: block;
	position: absolute;
	right: 11px;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-direction-nav li a.next {
	background: url(images/next.png) no-repeat center;
	bottom:40px!important;
	left:45px;
	height:30px;
	width:30px;
        transition: all 0.5s;
}
.flex-direction-nav li a.prev {
	background: url(images/prev.png) no-repeat center;
	bottom: 40px!important;
	left:10px!important;
	height:30px;
	width:30px;
        transition: all 0.5s;
}
.other_button{
	background-color:#333333;
	bottom: 70px;
	left:10px;
	position:absolute;
	text-align:center;
	height:40px;
	width:auto;
        
	line-height:40px;
        transition: all 0.2s;
}
.other_button:hover{
	background-color: #000000;
}
.other_button a {
	display:block;
	width:auto;
	height:40px;
	color:#FFFFFF;
	text-decoration:none;
        line-height: 40px;
        font-size:20px;
}
.contine_link {
	float:right; 
	font-size:15px; 
	padding-top:5px; 
	margin-right:5px
}
.contine_link a {
	color:#FFFFFF;
	text-decoration:none;
}
.flex-direction-nav li a.next:hover {
	background: url(images/next_a.png) no-repeat center;
}
.flex-direction-nav li a.prev:hover {
	background: url(images/prev_a.png) no-repeat center;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}
@media screen 
{
.slider_container {
	width: auto;
	clear: both;
	background: none;
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	background: none;
}
.flex-direction-nav li a {
	width: 45px;
	height: 42px;
	margin: 0;
	display: block;
	position: absolute;
	right: -10px;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-direction-nav li a.next {
	background: url(images/next.png) no-repeat center;
	bottom: 85px;
}
.flex-direction-nav li a.prev {
	background: url(images/prev.png) no-repeat center;
	bottom: 40px;
}
.flex-caption {
	display: block;
	width:100%;
        top:40%;
}
}
.flex-control-nav {
	display:none;
}
