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

body {
	margin-top: 0px;
}
#container_scroller {
  position: relative;
  left:0px;
  width: 364px;
  height: 361px;
  overflow: hidden;
  border: none;
  background-color:#fff;
}
#scroller {
  width: 567px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
  height:351px;
}
#nav_buttons {
	position:relative;
	top:470px;
	left:0px;
	height:31px;
	width:391px;
	z-index:10;
}
#left_arrow {
	float:left;
	width:191px;
}
#right_arrow {
	float:right;
	padding-left:164px;
	width:27px;
}
#content_container_bottom {
	float:left;
	position:relative;
	top:0px;
	margin-top:31px;
}
.content_left {
  width: 159px;
  height: 159px;
  float: left;
  margin: 0 31px 0 0;
  border: 1px solid #5b5504;
  background-color:#fff;
}
.content {
  width: 159px;
  height: 159px;
  float: left;
  margin: 0 31px 0 11px;
  border: 1px solid #5b5504;
  background-color:#fff;
}
.content_right {
  width: 159px;
  height: 159px;
  float: left;
  margin: 0 0 0 11px;
  border: 1px solid #5b5504;
  background-color:#fff;
}
.content_center {
  width: 61px;
  height: 61px;
  margin: 49px 0 0 49px; /* ADDED THIS FOR THUMBS HIGHLIGHTS */
  border: 1px solid #5b5504;
  z-index:20; /* ADDED THIS FOR THUMBS HIGHLIGHT */
}
  
/* THUMBNAIL BUTTONS */
	
  .myLinks{ 
	width: 61px;
  	height: 61px;
	border:none;
  	}
.active {
	background-color: #a84d0f;
	width: 159px;
  	height: 159px;
  	float: left;
  	margin: 0 31px 0 0; 
  	/*padding: 49px;*/
	border:none;
	}

