/* =Skitter styles
 ----------------------------------------------- */
.banner {
	position: relative;
	height: 350px!important;
	background:#fff;
}
.banner img {
	max-width: none;
}/* Tip for stildv */
.banner ul {
	display: none;
}
.banner .container_skitter {
	overflow: hidden;
	position: relative;
}
.banner .image {
	overflow: hidden;
	 height:350px;
	 

}
.banner .image img {
	display: none;
	 height:350px;
	 width: 940px;
}

/* =Box clone
 -------------------------------------------------------------- */
.banner .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 10;
}
.banner .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* =Navigation
 -------------------------------------------------------------- */
.banner .prev_button {
	position: absolute;
	top:45%;
	left: 15px;
	z-index: 99;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/prev.png) no-repeat left top;
}
.banner .next_button {
	position: absolute;
	top:45%;
	right: 15px;
	z-index: 99;
	width: 32px;
	height:32px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/next.png) no-repeat left top;
}

/* =Numbers
 -------------------------------------------------------------- */
.banner .info_slide {
	position: absolute;
	bottom: 4px;
	left: 15px;
	z-index: 100;
	color: #fff;
	font:12px bold Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}
.banner .info_slide .image_number {
	background: #333;
	float: left;
	padding: 8px 12px;
	margin: 0 5px 0 0;
	
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.banner .info_slide .image_number_select {
	background: #FFA42D!important;
	float: left;
	padding:8px 12px;
	margin: 0 5px 0 0;
}

/* =Thumbs
 Change width and height to customization dimension thumb
 -------------------------------------------------------------- */
.banner .container_thumbs {
	position: absolute;
	overflow: hidden;
	height: 58px;
	bottom:10px;
}
.banner .info_slide_thumb {
	height: 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	top: auto;
	top: 0;
	left: 0;
	padding:4px;
	opacity: 1.0;
	background: #000000;
}
.banner .info_slide_thumb .image_number {
	overflow: hidden;
	width: 100px;
	height: 50px;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	

}
.banner .info_slide_thumb .image_number img {
	position: absolute;
	top: -30px;
	left: -30px;
	height: 100px;
}
.banner .box_scroll_thumbs {
	padding: 0;
}
.banner .box_scroll_thumbs .scroll_thumbs {
	position: absolute;
	bottom: 60px;
	left: 50px;
	background: #ccc;
	background: -moz-linear-gradient(-90deg, #555, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
	width: 200px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 101;
	cursor: pointer;
	border: 0px solid #333;
}

/* =Dots
 -------------------------------------------------------------- */
.banner .info_slide_dots {
	position: absolute;
	bottom: 10px;
	z-index: 151;
	padding: 5px 0 5px 5px;
	background: transparent;
}
.banner .info_slide_dots .image_number {
	background:none!important;
	border:1px solid #CCCCCC;
	float: left;
	margin: 0 8px 0 0;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 8px;
	height: 8px;
	text-indent: -9999em;
	overflow: hidden;
}
.banner .info_slide_dots .image_number_select {
	background: #cb0101!important;
	border:1px solid #cb0101;
	float: left;
	margin: 0 8px 0 0;
}

/* =Loading
 -------------------------------------------------------------- */
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/ajax-loader.gif) no-repeat left top;
	width: 32px;
	height: 32px;
}

/* =Label
 -------------------------------------------------------------- */
.banner .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}
.banner .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: none;
	opacity: 0.8;
	background: #000;
}
.banner .label_skitter p {
	padding: 10px;
	margin: 0;
	font: normal 22px arial, tahoma;
	letter-spacing: -1px;
}
.banner .info_slide * {
	font-family: Consolas, arial, tahoma !important;
}
.banner .progressbar {
	background: #000;
	position: absolute;
	top: 5px;
	left: 15px;
	height: 5px;
	width: 200px;
	z-index: 99;
	border-radius: 20px;
}

/* =Preview slide
 -------------------------------------------------------------- */
.banner .preview_slide {
	display: none;
	position: absolute;
	z-index: 152;
	bottom: 30px;
	left: -40px;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #222;
	-moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	overflow: hidden;
}
.banner .preview_slide ul {
	height: 100px;
	overflow: hidden;
	margin: 0;
	list-style: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .preview_slide ul li {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.banner .preview_slide ul li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: auto;
}

/* =Focus
 -------------------------------------------------------------- */
#overlay_skitter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	opacity: 1;
	background: #000;
}

.banner .focus_button {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/focus-button.png) no-repeat left top;
	opacity: 0;
}
.banner .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/pause-button.png) no-repeat left top;
	opacity: 0;
}
.banner .play_pause_button.play_button {
	background: url(../images/play-button.png) no-repeat left top;
}

