@charset "utf-8";
/* CSS Document */

 .trans-bg{ background:#000; position:absolute; height:328px; width:100%; display:block; z-index:-1;
 	opacity:0.5;-moz-opacity:0.5;-ms-opacity:0.5;-o-opacity:0.5;-webkit-opacity:0.5; }
 #slider img{ max-width:1004px;max-height:267px; }
.slider-wrapper { width:1004px; height:267px; margin:40px auto 40px auto; border-radius:200px; overflow:hidden !important }

/* The Nivo Slider styles */
.mksSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.mksSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.mks-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.mksSlider a.mks-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.mks-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.mks-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.mks-box img { display:block; }

/* Caption styles */
.mks-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.mks-caption p {
	padding:5px;
	margin:0;
}
.mks-caption a {
	display:inline !important;
}
.mks-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.mks-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.mks-prevNav {
	left:0px;
}
.mks-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.mks-controlNav {
	text-align:center; display:none;
	padding: 15px 0;
}
.mks-controlNav a {
	cursor:pointer;
}
.mks-controlNav a.active {
	font-weight:bold;
}


/* default css  */
.theme-default .mksSlider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
  /*  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
}
.theme-default .mksSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .mksSlider a {
	border:0;
	display:block;
}

.theme-default .mks-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .mks-controlNav a {
	/*display:inline-block;*/	
	display:none;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .mks-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .mks-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .mks-directionNav a { opacity: 1; }
.theme-default a.mks-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.mks-prevNav {
	left:15px;
}

.theme-default .mks-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .mks-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .mks-caption a:hover {
    color:#fff;
}

.theme-default .mks-controlNav.mks-thumbs-enabled {
	width: 100%;
}
.theme-default .mks-controlNav.mks-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .mks-controlNav.mks-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
@media only screen and (max-width: 980px) {
	 #slider img{  background:#fff; max-width:100%; width:100%; max-height:auto !important; min-width:auto; min-height:auto !important  }
.slider-wrapper, #slider{ width:98%; height:auto; border-radius:150px;-moz-border-radius:150px;-webkit-border-radius:150px;-o-border-radius:150px;-ms-border-radius:150px; }
.slider-wrapper{  margin:20px auto 20px auto; }

}
@media only screen and (max-width: 980px) {
	.slider-wrapper{  margin:10px auto 10px auto; }	
}