﻿#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: 10px;
}
#righthand:hover
{
  background-image: url(Images/arrowbut-right-hover.png);
}
.sliderMover
{
  width: 43px;
  height: 39px;
  cursor: pointer;
  position: relative;
  float: left;
  top: 60px;
}
.slider2
{
  width: 490px;
  height: 213px;
  background: transparent url(Images/nosparutions.png) no-repeat 10px 10px;
  padding: 45px 0 0;
}

.imageMenu
{
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 453px;
}
.slider2 ul
{
  display: block;
  height: 200px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 0 30px;
  padding-left: 0;
  width: 1000px;
}
.slider2 ul li
{
  float: left;
}
.slider2 ul li div
{
  cursor: pointer;
  display: block;
  height: 200px;
  overflow: hidden;
  width: 98px;
}
.clear
{
  clear: both;
}
