div.homeScroller{
  position: relative;
  width:970px;
  height:372px;
  margin:10px auto;
  _.margin-top:20px;
  clear: both;
  display: block;
}

div.homeScroller div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	
	height:372px;
  width:970px;
	overflow: hidden;
	}
div.homeScroller	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
    width:970px;
  	height:372px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}

div.homeScroller  div.controls{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #000000;
    /*width: 58px;*/
    height: 12px;
    padding:3px 3px 3px 1px;
    
  }

div.homeScroller div.controls a{
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  display: inline;
  float: left;
  margin-left: 2px; 
}

div.homeScroller div.controls a.active{
  background:#FF0000;
}


#companyglider.scrollerContainer
{
  position: relative;
  width: 777px;
  height: 294px;
  margin: 10px 0px 10px 10px;
  _.margin: 10px 5px 10px 5px;
  clear: both;
  display: block;
  float: left;
}

#companyglider.scrollerContainer div.scroller
{
	/* modify width and height of scrolling section if necessary	*/
	height: 294px;
  width: 777px;
	overflow: hidden;
}

#companyglider.scrollerContainer div.scroller div.section
{
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width: 777px;
  	height: 294px;
		overflow:hidden;
		float:left;
}

#companyglider.scrollerContainer div.scroller div.content
{
		width: 10000px;
}


#storesglider.scrollerContainer
{
  position: relative;
  width: 970px;
  height: 292px;
  margin: 10px auto;
  _.margin: 10px auto;
  clear: both;
  display: block;
  float: none;
}

#storesglider.scrollerContainer div.scroller
{
	/* modify width and height of scrolling section if necessary	*/
	height: 292px;
  width: 970px;
	overflow: hidden;
}

#storesglider.scrollerContainer div.scroller div.section
{
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width: 970px;
  	height: 292px;
		overflow: hidden;
		float: left;
}

#storesglider.scrollerContainer div.scroller div.content
{
		width: 10000px;
}

#storesglider.scrollerContainer div.controls
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #000000;
    /*width: 58px;*/
    height: 12px;
    padding:3px 3px 3px 1px;
}

#storesglider.scrollerContainer div.controls a
{
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  display: inline;
  float: left;
  margin-left: 2px;
}

#storesglider.scrollerContainer div.controls a.active
{
  background:#FF0000;
}
