@charset "UTF-8";
/* CSS Document */

#slider {
  width: 100px;
  margin: 0 auto;
  position: relative;
	}

.scroll {
  height: 50px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #fff repeat-x scroll left bottom;
	}

.scrollContainer div.panel {
  padding:0px;
  height: 50px;
  width: 100px; /* change to 696px if not using JS to remove rh.scroll */
	}

.scrollButtons {
  position: absolute;
  top: 50px;
  cursor: pointer;
	}

.scrollButtons.left {
 	left: -39px;
 	top:15px;
	}

.scrollButtons.right {
  right: -35px;
  top:15px;
	}

a.date {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#666666;
	text-decoration:none;
	}

a.date:hover {
	border-bottom:1px dotted #666666;
	}