﻿/*CAROUSEL DETAILS*/
#DetailSlider {
    margin: 70px 0 0 0;
}
.slider_wrap {
    background: transparent none repeat scroll 0 0;
    clear: both;
    padding: 0;
    position: relative;
}
#DetailSlider .image_carousel_detail {
    height: 160px;
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
#show_detail {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    width: 100%;
}
.image_carousel_detail li {
    display: block;
    float: left;
    margin: 0 2px;
}
.image_carousel_detail li img {
    height: 160px;
}
.prev-page,
.next-page {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 25px;
  height: 100%;
  right: 0;
  text-indent: -9999px;
  display: block;
  opacity: .8;
  background: #6d767e url(../../images/boat_info/sliderarrows.png) -80px 50% no-repeat;
}
.next-page { border-left: 2px solid #fff }
.prev-page {
  left: -1px;
  right: auto;
  background-position: -110px 50%;
  border-right: 2px solid #fff;
}
.next-page:hover,
.prev-page:hover { opacity: .5 }
.no-js .prev-page,
.no-js .next-page { display: none }
@media only screen and (min-width: 980px) { 
	.prev-page,
	.next-page {
		width: 40px;
		background-position: 5px 50%;
	}
	.prev-page { background-position: -40px 50% }
} 
@media only screen and (min-width: 1100px) { 
  .prev-page,
  .next-page {
    width: 40px;
    height: 100%;
  }
  .prev-page { }
}
#show_detail {
	padding-left: 0!important
}
.boat-home-descr, .boat-home-descr-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-shadow: 0 1px 0 #000000;
	color: #FFFFFF;
}
.boat-home-descr {
	padding: 0 3px;
}
.boat-home-descr div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;      
}
.boat-home-descr-bg {
	background-color: #333333;
	opacity: 0.6;
}