/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
	background: #e2e2e2;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

  .scroll-pane { overflow: auto; width: 99%; float:left;overflow:hidden;height:80px; }
  .scroll-content { width: 99%; margin: 0 auto;overflow: hidden; }
  .scroll-content-item { cursor:pointer;width: 70px; float: left; text-align: center; }
  .scroll-content-item img { width: 68px !important; height: 60px !important; border 0px !important; } /* это тумбы*/
  .active_img { border:1px solid #9786af;opacity:.5}

  #scan_img {text-align:center; padding-top: 10px; margin-bottom: 20px; background: linear-gradient(to bottom, #d4d4d4, #fff); border: 1px solid #cacaca;}
  #scan_img img {width:auto !important;float:none;height:450px !important; max-width:740px; !important; max-height: 500px; min-height: 420px;} /*это просматриваемая картинка размеры берутся те которые у тумба*/
  #scan_img2 {text-align:center; padding-top: 10px;}
  #scan_img2 img {width:auto !important;float:none;height:250px !important; max-width:350px; !important;} /*это просматриваемая картинка в мобильный устройствах размеры берутся те которые у тумба*/
  .jcarousel-wrapper {position: relative;}
  .jcarousel-control-prev, .jcarousel-control-next {
	  position: absolute;
	  top: 50%;
	  margin-top: -15px;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  background: #4E443C;
	  color: #fff;
	  text-decoration: none;
	  text-shadow: 0 0 1px #000;
	  font: 24px/27px Arial, sans-serif;
	  -webkit-border-radius: 30px;
	  -moz-border-radius: 30px;
	  border-radius: 5px;
	  -webkit-box-shadow: 0 0 4px #F0EFE7;
	  -moz-box-shadow: 0 0 4px #F0EFE7;
	  box-shadow: 0 0 4px #F0EFE7;
	}
	.jcarousel-control-prev {
	  left: 10px;
	}
	.jcarousel-control-next {
	  right: 10px;
	}
  