/* =Slideshow styles
----------------------------------------------- */
.ju-slideshow {
	position: relative;
	width: 800px;
	height: 300px;
	overflow: hidden;
}

.ju-slideshow img {
	max-width:none !important;
}

/* Tip for stildv */
.ju-slideshow ul {
	display: none;
}

.ju-slideshow .ju-slide-container {
	overflow: hidden;
	position: relative;
}

.ju-slideshow .ju-slide-main-wrap {
	overflow: hidden;
	position: relative;
}

.ju-slideshow .ju-slide-main {
	overflow: hidden;
}

.ju-slideshow .ju-slide-main a {
    border: 0 none;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.ju-slideshow .ju-slide-main img {
	display: none;
	float: left;
}

/* =Box clone
-------------------------------------------------------------- */
.ju-slideshow .box_clone {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.ju-slideshow .box_clone img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

/* =Navigation
-------------------------------------------------------------- */
.ju-slideshow .prev_button {
	position: absolute;
	top: 50%;
	left: 35px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	background: url("../images/prev.png") no-repeat scroll left top transparent;
	cursor: pointer;
	margin-top: -21px;
	z-index: 151;
}

.ju-slideshow .next_button {
	position: absolute;
	top: 50%;
	right: 35px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	background: url("../images/next.png") no-repeat scroll left top transparent;
	cursor: pointer;
	margin-top: -21px;
	z-index: 151;
}

/* =Numbers
-------------------------------------------------------------- */
.ju-slideshow .ju-slide-navigation {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
	background: none repeat scroll 0% 0% #000000;
	color: #FFFFFF;
	font: bold 11px arial;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	opacity: 0.75;
}

.ju-slideshow .ju-slide-navigation .image_number {
	background: none repeat scroll 0% 0% #333333;
	float: left;
	padding: 2px 10px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	border-radius: 2px 2px 2px 2px;
}

.ju-slideshow .ju-slide-navigation .image_number_select {
	background: none repeat scroll 0% 0% #CC0000;
	float: left;
	padding: 2px 10px;
	margin: 0px 2px;
}

/* =Thumbs
	Change width and height to customization dimension thumb
-------------------------------------------------------------- */
.ju-slideshow .ju-slide-thumb-container {
	position: relative;
	overflow: hidden;
	height: 50px;
}

.ju-slideshow .ju-slide-thumb-navigation {
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	padding: 0px ! important;
	z-index: 2000;
	opacity: 1;
}

.ju-slideshow .ju-slide-thumb-navigation .image_number {
	overflow: hidden;
	width: 100px;
	height: 50px;
	position: relative;
	margin: 5px;
	padding: 5px;
	border-radius: 0px 0px 0px 0px ! important;
}

.ju-slideshow .ju-slide-thumb-navigation .image_number img {
	position: relative;
}

.ju-slideshow .box_scroll_thumbs {
	padding: 0px;
}

.ju-slideshow .box_scroll_thumbs .scroll_thumbs {
	position: absolute;
	bottom: 60px;
	left: 50px;
	background: -moz-linear-gradient(-90deg, #555555, #FFFFFF) repeat scroll 0% 0% transparent;
	width: 200px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 101;
	cursor: pointer;
	border: 0px solid #333333;
}

.ju-slideshow .vertical_thumbs {
	top: 0px;
	height: 100%;
	position: absolute;
	right: 0px;
}

.ju-slideshow .horizontal_thumbs {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

/* =Dots
-------------------------------------------------------------- */
.ju-slideshow .ju-slide-navigation-dots {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 151;
	padding: 5px;
	margin: 0px 5px;
	border-radius: 50px 50px 50px 50px;
}

.ju-slideshow .ju-slide-navigation-dots .image_number {
	background: none repeat scroll 0% 0% #333333;
	float: left;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	border-radius: 50px 50px 50px 50px;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
	opacity: 1;
}

.ju-slideshow .ju-slide-navigation-dots .image_number_select {
	background: none repeat scroll 0% 0% #CC0000;
	float: left;
	margin: 0px 5px 0px 0px;
}

.ju-slideshow .ju-slide-navigation-numbers {
	margin: 0px 5px;
}

/* =Loading
-------------------------------------------------------------- */
.ju-slideshow .loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px;
	color: #FFFFFF;
	text-indent: -9999em;
	overflow: hidden;
	background: url("../images/ajax-loader.gif") no-repeat scroll left top transparent;
	width: 32px;
	height: 32px;
}

/* =Label
-------------------------------------------------------------- */
.ju-slideshow .ju-slide-desc {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	display: none;
	opacity: 0.9;
	overflow: hidden;
	background: none repeat scroll 0% 0% #000000;
	padding: 10px;
	text-align: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;		 /* Opera/IE 8+ */
}

.ju-slideshow .ju-slide-desc-inner {
	max-height: 100%;
}

.ju-slideshow .ju-slide-desc .label-title {
	margin: 0px 0px 10px;
}

.ju-slideshow .ju-slide-desc .label-desc {
	margin: 0px;
	font-size: 12px;
}

.ju-slideshow .ju-slide-desc .label-readmore {
	display: block;
	float: left;
	margin: 10px 0px;
}

.ju-slideshow .ju-slide-desc a.readmore {
	display: block;
	float: left;
	padding: 3px;
	text-decoration: none;
}

.ju-slideshow .ju-slide-navigation * {
	font-family: Consolas,arial,tahoma ! important;
}

.ju-slideshow .progressbar {
	background: none repeat scroll 0% 0% #000000;
	position: absolute;
	top: 5px;
	left: 15px;
	height: 8px;
	width: auto;
	z-index: 99;
	border-radius: 20px 20px 20px 20px;
	opacity: 0.8;
}

/* =Preview slide
-------------------------------------------------------------- */
.ju-slideshow .preview_slide {
	display: none;
	position: absolute;
	z-index: 152;
	background: none repeat scroll 0% 0% #FFFFFF;
	border: 1px solid #222222;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.ju-slideshow .preview_slide ul {
	overflow: hidden;
	margin: 0px ! important;
	padding: 0px ! important;
	list-style: none outside none;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.ju-slideshow .preview_slide ul li {
	overflow: hidden;
	float: left;
	margin: 0px ! important;
	padding: 0px ! important;
	position: relative;
	display: block;
}

.ju-slideshow .preview_slide ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* =Focus
-------------------------------------------------------------- */
#ju-slideshow-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9998;
	opacity: 1;
	background: none repeat scroll 0% 0% #000000;
}

.ju-slideshow .focus_button {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	background: url("../images/focus-button.png") no-repeat scroll left top transparent;
	opacity: 0;
	cursor: pointer;
	margin-top: -21px;
	z-index: 151;
}

.ju-slideshow .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	background: url("../images/pause-button.png") no-repeat scroll left top transparent;
	opacity: 0;
	margin-top: -21px;
	cursor: pointer;
}

.ju-slideshow .focus_button.fc_btn_center {
	left: 50%;
	margin-left: -25px;
}

.ju-slideshow .play_pause_button.pp_btn_center {
	left: 50%;
	margin-left: 25px;
}

.ju-slideshow .play_pause_button.play_button {
	background: url("../images/play-button.png") no-repeat scroll left top transparent;
}

.ju-slideshow .ju-slide-mask {
	position: absolute;
	overflow: hidden;
	z-index: 95;
}

.ju-slideshow .ju-slide-mask.mask-left {
	height: 100%;
	left: 0px;
	top: 0px;
	width: 10px;
}

.ju-slideshow .ju-slide-mask.mask-right {
	height: 100%;
	right: 0px;
	top: 0px;
	width: 10px;
}