﻿#container {
position: relative;
  width: 998px;
    overflow: hidden;
    height:461px;
  /*  height: 200px;

  border: 1px solid #EFEFEF;*/
}

#scroller {
  width: 1250px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
 /* width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  font-size: .8em;*/
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
 /* font-size: .8em;
  color:#00009C;
  font-weight: bold;*/
}

.scrollLeft
{
	float:right !important;
	font-size:28px;
}

.scrollRight
{
	float:left !important;
	font-size:28px;
}

<!--[if IE]>
<style type="text/css">

#scroller{
  width: 1250px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

</style>
<! [endif]-->

