.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 {/*max-width: 100%; */display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #000; /*border: 4px solid #fff; */
	position: relative; /*-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; 
	border-radius: 5px;*/}
.flexslider .slides  li {position: relative;height: 796px;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}

/* Caption style */
.flex-caption {width: 100%; /*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: 15px; line-height: 18px;}
/* Control Nav */
/*.flex-control-nav {margin-left: -31px; position: absolute; bottom: -30px; left: 50%;} */

.flex-control-nav {width:1030px;margin-left: -505px; position: absolute; bottom: 80px; left: 50%;} 
/* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {
	margin: 0 21px 0 0;
	float: left;
	width: 125px;
	height: 180px;
}
/*.flex-control-nav li:first-child {margin: 0;}*/
.flex-control-nav li a {width: 125px; height: 180px; 
	display: block; 
	/*background: url(theme/stamp5.jpg) no-repeat 0 0; */
	/*background-color: black;*/
	cursor: pointer; text-indent: -9999px;}

.flex-control-nav li:nth-child(1) {background: url(images/t1.jpg) no-repeat;}
.flex-control-nav li:nth-child(2) {background: url(images/t2.jpg) no-repeat;}
.flex-control-nav li:nth-child(3) {background: url(images/t3.jpg) no-repeat;}
.flex-control-nav li:nth-child(4) {background: url(images/t4.jpg) no-repeat;}
.flex-control-nav li:nth-child(5) {background: url(images/t5.jpg) no-repeat;}
.flex-control-nav li:nth-child(6) {background: url(images/t6.jpg) no-repeat;}
.flex-control-nav li:nth-child(7) {background: url(images/t7.jpg) no-repeat;}

.flex-control-nav li a:hover {background:rgba(0,0,0,.5);transition: all 0.4s linear;
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
}
.flex-control-nav li a.active {cursor: default;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
