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

div.slideshow a.advance-link IMG {
	top: 0;
	left: -1px;
	position: absolute;
}
div.navigation-container {
	top: 0;
	left: -2px;
	position: relative;
}

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

div.slideshow-container {
	position: relative;
	height: 327px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://www.sunnykilogram.com/wp-content/themes/sk/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow a.advance-link:focus {
	outline: none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
