@charset "utf-8";
/* CSS Document */
#container {
  position: relative;
  width: 500px;
  height: 150px;
  overflow: hidden;
  border: 0px solid #EFEFEF;
}

#scroller {
  width: 2000px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width:100px;
  height: 150px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding:8px 0px 0px 2px;
  border: 0px solid #EFEFEF;
  font-size: .8em;
  background:url(../images/thumb-bg.jpg) no-repeat 0px 0;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}
.orangetext a{
	color:#000;
	font-size:12px;
	text-decoration:none;
}
.orangetext a:hover{
	color:#FF3333;
	font-size:12px;
}




