.ju-slideshow.default-black {
}

.default-black .ju-slide-container {
}

.default-black .ju-slide-desc {
	background: #000;
	color: #d7d7d7;
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 150px;
}
.fpslideshow.default-black .ju-slide-desc {
  background: transparent;
  color: #d7d7d7;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 24px;
  padding: 0;
}

.label_left .default-black .ju-slide-desc {
	height: 100%;
	max-width: 300px;
	max-height: 100%;
}

.label_right .default-black .ju-slide-desc {
	height: 100%;
	left: auto;
	right: 0;
	max-width: 300px;
	max-height: 100%;
}

.default-black .ju-slide-desc .label-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 20px;
}

.default-black .ju-slide-desc .label-desc {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 10px;
}

.default-black .ju-slide-desc a.readmore {
    background: url("images/readmore.png") no-repeat scroll right center transparent;
    border: 2px solid #BC1F18;
    color: #BC1F18;
    font-size: 12px;
    line-height: 20px;
    padding-right: 18px;
}

.default-black .ju-slide-btns .prev_button, .default-black .ju-slide-btns .next_button {
	height: 35px;
	width: 35px;
	top: 50%;
	background-repeat: no-repeat;
	bottom: auto;
	margin-top: -17px;
}

.default-black .prev_button {
	background-image: url("images/prev.png");
	left: 0;
	
}

.default-black .prev_button:hover {
	background-position: -35px 0;
}

.default-black .next_button {
	background-image: url("images/next.png");
	background-position: -35px 0;
	right: 0;
}

.default-black .next_button:hover {
	background-position: 0 0;
}

.default-black .ju-slide-btns .focus_button, .default-black .ju-slide-btns .play_pause_button {
	background-repeat: no-repeat;
	background-image: url("images/function_btn.png");
	height: 25px;
	width: 25px;
	margin-top: -12px;
	margin-bottom: -12px;
}

.default-black .ju-slide-btns .focus_button {
	background-position: -52px 0px;
	margin-left: 2px;
	margin-right: -2px;
}

.default-black .ju-slide-btns .play_pause_button {
	background-position: -26px center;
	margin-left: -2px;
	margin-right: 2px;
}

.default-black .ju-slide-btns .play_button {
	background-position: 0px center;
}

.default-black .focus_button.fc_btn_center {
	margin-left: 3px;
}

.default-black .play_pause_button.pp_btn_center {
	margin-left: -30px;
}

.default-black .ju-slide-navigation {
	background: none repeat scroll 0 0 #555555;
}

.default-black .horizontal_thumbs .ju-slide-navigation {
	padding-right: 2px !important;
}

.default-black .vertical_thumbs .ju-slide-navigation {
	padding-bottom: 2px !important;
}

.default-black .ju-slide-navigation-dots {
	margin: 2px 5px;
}

.default-black .ju-slide-navigation-dots .image_number {
	background: url("images/dot.png") no-repeat scroll center center transparent;
	margin: 0px 2px;
	width: 15px;
	height: 15px;
}

.default-black .ju-slide-navigation-dots .image_number_select {
	background: url("images/dot-active.png") no-repeat scroll center center transparent;
}

.default-black .ju-slide-navigation-numbers {
	top: auto;
	bottom: 15px;
	margin: 0px 15px;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

.default-black .ju-slide-thumb-container {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.default-round .ju-slide-thumb-navigation {
    background: none repeat scroll 0 0 #555555;
}

.default-black .ju-slide-thumb-navigation .image_number {
    background: none repeat scroll 0 0 #555555;
    margin: 0;
}

.default-black .horizontal_thumbs .ju-slide-thumb-navigation .image_number {
    padding: 2px 0 2px 2px;
}

.default-black .vertical_thumbs .ju-slide-thumb-navigation .image_number {
    padding: 2px 2px 0 2px;
}

.default-black .ju-slide-navigation-numbers .image_number {
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	margin: 0px 1px;
}

.default-black .ju-slide-thumb-navigation .image_number img {
    opacity: 0.8;
}

.default-black .ju-slide-thumb-navigation .image_number_select img {
    opacity: 1;
	border: 1px solid #BC1F18;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
}

.default-black .ju-slide-thumb-navigation .image_number:hover {
	background: #555555;
}

.default-black .ju-slide-thumb-navigation .image_number img:hover {
	opacity: 1;
}

.default-black .ju-slide-thumb-navigation .image_number_select {
}

.default-black .horizontal_thumbs {
	bottom: 10px;
	padding-right: 2px
}

.default-black .vertical_thumbs {
	right: 10px;
	padding-bottom: 2px;
}

.default-black .progressbar {
	background: #e52929;
	left: 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	bottom: 0px;
	top: auto;
	width: 100%;
	height: 4px;
}

.default-black .ju-slide-desc.label-hide .label-title {
	margin-left: -500px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.default-black .ju-slide-desc.label-show .label-title {
	margin-left: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}