﻿.slider
{
  width: 490px;
  height: 213px;
  background: White url(Images/nosparutions.png) no-repeat 10px 10px;
  padding: 45px 0 0;
}
.slider .panelsholder
{
  position: relative;
  height: 175px;
}
.slider .scrollPanel
{
  top: 0;
  position: relative;
  width: 97px;
  float: left;
  padding-left: 7px;
  background-color: transparent;
  left: 0;
}
.slider .scrollPanel #img
{
  float: left;
}
.slider .scrollPanel #img img
{
  max-width: 97px;
  max-height: 137px;
}
.slider .scrollPanel #desc
{
  float: left;
  display: none;
  overflow: hidden;
}
.slider .scrollPanel #desc > div
{
  width: 200px;
  padding-left: 10px;
}
.hider
{
  overflow: hidden;
  height: 175px;
  width: 410px;
  float: left;
  margin-left: 4px;
  position: relative;
}
#lefthand
{
  background: transparent url(Images/arrowbut-left.png) no-repeat center center;
  margin-left: -10px;
}
#lefthand:hover
{
  background-image: url(Images/arrowbut-left-hover.png);
}
#righthand
{
  background: transparent url(Images/arrowbut-right.png) no-repeat center center;
  left: 11px;
}
#righthand:hover
{
  background-image: url(Images/arrowbut-right-hover.png);
}
.sliderMover
{
  width: 43px;
  height: 39px;
  cursor: pointer;
  position: relative;
  float: left;
  top: 60px;
}

