﻿#slider {
  width: 640px;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}

.scroll {
  height: 400px;
  width: 620px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
  background-color: #ffffff; /* url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
  padding: 20px;
  height: 380px;
  width: 600px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -32px;
}

.scrollButtons.right {
  right: -32px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Arial Unicode MS";
	font-size: 11px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #0066cc;
    text-decoration: none;
}

ul.navigation a:hover {
	color: #0066cc;
    background-color: #f6f6f6;
}

ul.navigation a.selected {
	color: #fff;
    background-color: #0066cc;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}
