/* ---------------------------------------------------- */
/* Nav Container
/* ---------------------------------------------------- */
.content_col {
	width:620px;
}
.controls {
	position:absolute;
	bottom:95px;
	width:620px;
}
div.controls a {
	padding:5px;
	color: #cb2111;
	font-size: 1.1em;
}
div.controls a:hover {
	color: #E73031;
}
div.ss-controls {
	float:left;
}
div.nav-controls {
	float:right;
}
div.navigation-container {
	position:absolute;
	bottom:0;
	left:-4px;
}
ul.thumbs li {
	float:left;
	padding:0;
	margin-right:4px;
}
a.thumb {
	padding:2px;
	border:1px solid #ddd;
	display:block;
}
a.thumb:focus {
	background-color:#1D4A8C;
}
.content {
	position:relative;
	float:left;
	height:590px;
}
div.slideshow span.image-wrapper a img{
  left:2px;
  z-index:2;
  top:15px;
  position:absolute;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
  background-image: url('/images/imagesloader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.thumbs li img{
  width: 75px;
  height: 75px;
}
div.navigation a.prev{
  background: url('/images/prevPageArrow.gif') no-repeat center center;
  display: block;
  width: 16px;
  height: 75px;
  line-height: 75px;
  margin: 2px;
}
div.navigation a.next{
  background: url('/images/nextPageArrow.gif') no-repeat center center;
  display: block;
  width: 16px;
  float: right;
  height: 75px;
  line-height: 75px;
  margin: 2px;
}
