
div.scrollingHotSpotLeft
{
min-width: 75px;
width: 10%;
height: 100%;
background-image: url(/js/1/big_transparent.gif);
background-repeat: repeat;
background-position: center center;
position: absolute;
z-index: 200;
left: 0;
cursor: url(/js/1/cursor_arrow_left.png), url(/js/1/cursor_arrow_left.png),w-resize;
background-image: url(/js/1/arrow_left.gif);				
background-color: #DBF1F3;
background-repeat: no-repeat;
opacity: 0.35;
-moz-opacity: 0.35;
filter: alpha(opacity = 35);
zoom: 1;
}
div.scrollingHotSpotLeftVisible
{
background-image: url(/js/1/arrow_left.gif);				
background-color: #DBF1F3;
background-repeat: no-repeat;
opacity: 0.35;
-moz-opacity: 0.35;
filter: alpha(opacity = 35);
zoom: 1;
}
div.scrollingHotSpotRight
{
min-width: 75px;
width: 10%;
height: 100%;
background-image: url(/js/1/big_transparent.gif);
background-repeat: repeat;
background-position: center center;
position: absolute;
z-index: 200;
right: 0;
cursor: url(/js/1/cursor_arrow_right.png), url(/js/1/cursor_arrow_right.png),e-resize;
background-image: url(/js/1/arrow_right.gif);				
background-color: #DBF1F3;
background-repeat: no-repeat;
opacity: 0.35;
-moz-opacity: 0.35;
filter: alpha(opacity = 35);
zoom: 1;
}

div.scrollingHotSpotRightVisible
{
background-image: url(/js/1/arrow_right.gif);
background-color: #DBF1F3;
background-repeat: no-repeat;
opacity: 0.35;
filter: alpha(opacity = 35);
-moz-opacity: 0.35;
zoom: 1;
}

div.scrollWrapper
{
  position: relative;
  overflow: hidden;
  border: 5px solid #E8E2D9;
  margin: 0px;
  padding: 0px;
  box-shadow: inset 0px 0px 10px #BAADA3;
}

div.scrollableArea
{
position: relative;
width: auto;
height: 100%;
}

#makeMeScrollable
{
  position: relative;
  background-color: #FAF7F5;
  border-top: 1px solid #DACBBB;
  border-bottom: 1px solid #DACBBB;
    width: 986px;
  height: 111px;
  overflow:hidden;
}

#makeMeScrollable div.scrollableArea img
{
position: relative;
float: left;
margin: 0 2px 0 0;
padding: 0;
border: 5px solid #fff;
box-shadow: 0px 0px 3px #333;
border-radius: 2px;
}

#makeMeScrollable.scrollindex
{
height: 424px;
}
#makeMeScrollable.scrollindex div.scrollableArea img
{
margin: 0 1px 0 0;
}
.scrollableArea img {
    width: 120px;
    height: 90px;
    border: 1px solid #fff;
}

