/* CSS Document */

#container {
	position: relative;
	width: 737px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #EFEFEF;
	background-color: #0099FF;
	margin-left: 20px;
	margin-top: 10px;
}

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

.content {
	width: 110px;
	height: 110px;
	float: left;
	border: 1px solid #333333;
	margin-top: 9px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

[if IE]>
<style type="text/css">

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

</style>
<! [endif]
