/*@import "reset.css";*/

.slideshow {
	width: 606px;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	margin: 0;
}

.gallery-slides{
	padding: 0;
	overflow: hidden;
	height: 360px;
}

/*#slideshow ul {
	margin: 0;
	list-style: none;
	height: 30px;
	overflow: hidden;
}*/

.scrollme{
	width: 554px;
	height: 100px;
	float: left;
	overflow: hidden;
	position: relative;
}

.slideshow-navigation {
	padding: 0;
	font-size: 1.4em;
	background-color: #fff;
	margin: 0;
	width: 20000em;
	position: absolute;
}

#mainContent .slideshow-navigation li {
	float: left;
	height: 100px;
	list-style: none;
	margin: 0 3px;
}
	
.slideshow-navigation li a {
	display: block;
	color: #fff;
	outline: 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	height: auto;
	line-height: 30px;
	letter-spacing: .05em;
	width: auto;
	margin:0;
	overflow:hidden;
}
.slideshow-slides div.enlargeImg{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ccc;
	margin: 0;
}
		
.slideshow-navigation li a.activeSlide {
	background-color: #3378B9;
	/*background:url(/new-ir-cat/images/slideshow-nav-on.png) repeat-x 0 0;*/
}

.slideshow-navigation .slideshow-controls {
	position: absolute;
	text-align: right;
	padding: 2px;
	right: 2px;
}

.slideshow-navigation .slideshow-controls li {
	display: inline;
}
		
.slideshow-navigation .slideshow-controls li img {
	vertical-align: middle;
}

.slideshow-slides {
	width: auto;
	height: auto;
	margin:0;
	padding: 0; 
}
.numberWrapper {
	position: absolute;
	overflow: hidden;
}

.slideshow-slides div.picNum{
	background: url(../sites/all/themes/vikingfence/images/image-number-bg.png) no-repeat 0 0;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
.slideshow-slides li p{
	clear: both;
	position: relative;
	left: 0;
	padding: 0;
	top: 355px;
	display: none;
}

#mainContent ul.slideshow-slides li{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: none; 
	z-index: 4; 
	width: 588px !important;
	height: 350px;
}

#mainContent .slideshow-slides img {
	display: block;
	max-width: 565px;
}
a.next, a.prev{
	display: block;
	width: 26px;
	height: 100px;
	float: left;
	cursor: pointer;
}
a.next{
	background: url(/images/slideshow/slide-arrow-right.jpg) no-repeat 0 0;
}
a.prev{
	background: url(/images/slideshow/slide-arrow-left.jpg) no-repeat 0 0;
}