div#container {
	overflow: hidden;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: none;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
  display: none !important;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
	color:#222;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 780px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link {
	height: 525px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}




div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: auto;
	min-height:550px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
  border:solid 1px #d2d2d2;
	width:100%;
	max-width:770px;
	padding:1px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container {
  border:none;
	height: 70px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
	left:5px;
	position:absolute;
	top:445px;
	width:780px;	
}



div.caption {
  background:url(http://www.fahrrad100.de/ebay_relaunch/images/caption_bg.png) repeat scroll 0 0 transparent;
  height:50px;
	padding: 10px 25px;
	width:723px;	
}

div.desc {
  background:url(http://www.fahrrad100.de/ebay_relaunch/images/caption_sign.png) no-repeat 0 50% transparent;
  color:#fff;
  font:600 20px/50px Arial, Verdana, Sans-Serif;
  text-indent:60px;
  text-transform:uppercase;
}


div.navigation-container {
	float: left;
	position: relative;
	left: 0;
}
div.navigation {
	float: left;
	position: relative;
	left: 0;
	margin:5px 0 0 0;
}



div.navigation a.pageLink.prev {
	display: block;
	position: relative;
	float: left;
	margin: 0 2px;
	width: 21px;
	height:90px;
	background:url(http://www.fahrrad100.de/ebay_relaunch/images/navpfeil.jpg) no-repeat 0 50% #d6d6d6;
}


div.navigation a.pageLink.next {
	display: block;
	position: relative;
	float: right;
	margin: 0 2px;
	width: 21px;
	height:90px;
	background:url(http://www.fahrrad100.de/ebay_relaunch/images/navpfeil.jpg) no-repeat 100% 50% #d6d6d6;
}



div.navigation a.pageLink:focus {
	outline: none;
}


ul.thumbs {
    float: left;
    margin: 0 0 0 4px;
    padding: 0;
    position: relative;
    width: 786px;
}

ul.thumbs li {
    float: left;
    list-style: none outside none;
    margin: 0 6px 0 0;
    min-height: 50px;
    opacity: 0.67 !important;
    padding: 0;
    width: 72px;
}
ul.thumbs li:hover, ul.thumbs li.selected {
  opacity: 1 !important;
}
a.thumb {
	padding: 1px;
	display: block;	
	border:solid 1px #d2d2d2;
}
a.thumb:focus {
	outline: none;
	border:solid 1px #888;	
}
ul.thumbs img {
	border: none;
	display: block;
	width:100%;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
