/**
 *
 * Sky jQuery Touch Carousel
 * URL: http://www.skyplugins.com
 * Version: 1.0.2
 * Author: Sky Plugins
 * Author URL: http://www.skyplugins.com
 *
 */

/**
*	Table of Contents
*	
*	1. Media Queries
*	2. Container Styles
*	3. Carousel Item Styles
*	4. Current Content Styles
*	5. Gradient Overlay Styles
*	6. Navigation Styles
*	7. Preloader Styles
*	8. Other Styles
*/

/**********************************************
*
* 1. Media Queries
*
**********************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	html {
		margin-left: 1px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sky-carousel .sc-overlay, .sky-carousel_1 .sc-overlay {
		width: 160px !important;
	}
}

@media only screen and (max-width: 479px) {
	.sky-carousel .sc-overlay, .sky-carousel_1 .sc-overlay {
		width: 70px !important;
	}
}

/**********************************************
*
* 2. Container Styles
*
**********************************************/
.js .sky-carousel, .js .sky-carousel_1 {
	visibility: hidden;
}

.sky-carousel, .sky-carousel_1 {
	width: 100%;
	height: 480px;
	position: relative;	
	overflow: hidden;
	margin: 0 auto;	
	/*top: 20px;*/
	z-index:9;
}
.sky-carousel .sky-carousel-container, .sky-carousel_1 .sky-carousel-container {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

/**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/
.sky-carousel .sky-carousel-container li, .sky-carousel_1 .sky-carousel-container li {
	position: absolute;
	border: 0;
}

.sky-carousel .sky-carousel-container li img, .sky-carousel_1 .sky-carousel-container li img {
	display: block;
	border: 0;
	max-width: none !important;
}

.sky-carousel .sky-carousel-container li a img, .sky-carousel_1 .sky-carousel-container li a img {
	border: none;
	bottom: 0px;
}

.sky-carousel .sky-carousel-container .sc-content, .sky-carousel_1 .sky-carousel-container .sc-content {
	display: none;
}

/**********************************************
*
* 4. Current Content Styles
*
**********************************************/
.sky-carousel .sc-content-wrapper, .sky-carousel_1 .sc-content-wrapper {
	position: absolute;
	text-align: center;	
	width: 100%;
	top: 81%;
	left: 50%;
	z-index: 4999;
}

.sky-carousel .sc-content-container, .sky-carousel_1 .sc-content-container {
	position: absolute;
	padding: 0 20px;	
	color:#333;	
	z-index:30;
	cursor:pointer;
	width:166px;
	height:150px;
	left:-30px;
	margin:0px 0px 0px -103px;
	line-height:22px;
	font-size:16px;
	background: url(image/info_o.png) top center no-repeat; !important;
	z-index: 4999;
	top: -100px;

}
.sky-carousel .sc-content-container .sc-content, .sky-carousel_1 .sc-content-container .sc-content {
	position: relative;
	top: 60px;
}
.sky-carousel .sc-content-wrapper h2, .sky-carousel_1 .sc-content-wrapper h2 {
	font-weight:bold;
	margin:0px 0px 5px 0px;
	color: #444;
	font-size: 22px;
	padding: 0;
}

.sky-carousel .sc-content-wrapper p, .sky-carousel_1 .sc-content-wrapper p {
	font-weight:bold;
	color: #777;
	font-size: 14px;
	margin:0px 0px 5px 0px;
	padding: 0;
}

.sky-carousel .sc-content-wrapper a, .sky-carousel_1 .sc-content-wrapper a {
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #444;
}

/**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/
.sky-carousel .sc-overlay, .sky-carousel_1 .sc-overlay {
	position: absolute;
	height: 100%;
	z-index: 4998;
	pointer-events: none;
	top: 0;
}

.sky-carousel .sc-overlay-left, .sky-carousel_1 .sc-overlay-left {
	left: -0.1px;
}

.sky-carousel .sc-overlay-right, .sky-carousel_1 .sc-overlay-right {
	right: -0.1px;
}

/**********************************************
*
* 6. Navigation Styles
*
**********************************************/
.sky-carousel .sc-nav-button,  .sky-carousel_1 .sc-nav-button{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}

.sky-carousel .sc-nav-button.sc-next, .sky-carousel_1 .sc-nav-button.sc-next {	
	background:url(image/news_right.png) top right no-repeat;	
	right: 100px;
	z-index: 5000;
	position:absolute;
}

.sky-carousel .sc-nav-button.sc-prev, .sky-carousel_1 .sc-nav-button.sc-prev {
	background:url(image/news_left.png) top left no-repeat;
	left: 100px;
	z-index: 5000;
	position:absolute;
}
.sky-carousel .sc-nav-button.sc-next:hover, .sky-carousel_1 .sc-nav-button.sc-next:hover {
	background:url(image/news_right_s.png) top right no-repeat;	
}
.sky-carousel .sc-nav-button.sc-prev:hover, .sky-carousel_1 .sc-nav-button.sc-prev:hover {
	background:url(image/news_left_s.png) top left no-repeat;
}
/*
.no-touch .sky-carousel .sc-nav-button:hover, .no-touch .sky-carousel_1 .sc-nav-button:hover {
	background-color: #ea4848;
}
*/
/**********************************************
*
* 7. Preloader Styles
*
**********************************************/
.sky-carousel .sc-preloader, .sky-carousel_1 .sc-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -22px;
	margin-left: -22px;
	background: #f5f5f5 url("./image/preloader.gif") no-repeat 50% 50%;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/**********************************************
*
* 8. Other Styles
*
**********************************************/
.sc-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}