/* Slideshow */

#slideshow-container {

	width: 860px;

	height: 360px;

	background: #fff;

	margin: 10px auto 20px auto;

	position: relative;

	overflow: hidden;

	clear: both;

}



#slideshow-container #slideshow a img {

	width: 860px;

	height: 360px;

}



/* Corners */

#slideshow-container #corners span {

	width: 10px;

	height: 10px;

	background: url(images/corners.png) no-repeat;

	display: block;

	position: absolute;

	z-index: 999;

}



#slideshow-container #corners .top-left {

	top: 0;

	left: 0;

	background-position: top left;

}



#slideshow-container #corners .top-right {

	top: 0;

	right: 0;

	background-position: top right;

}



#slideshow-container #corners .bottom-left {

	bottom: 0;

	left: 0;

	background-position: bottom left;

}



#slideshow-container #corners .bottom-right {

	bottom: 0;

	right: 0;

	background-position: bottom right;

}



/* Navigation */

#slideshow-container .navigation {

	width: 100%;

	bottom: 15px;

	position: absolute;

	z-index: 9999;

}



#slideshow-container .navigation .buttons {

	width: 60px;

	margin: 0 auto;

}



#slideshow-container .navigation .buttons a {

	width: 10px;

	height: 10px;

	margin: 0 5px 0 0;

	background: url("images/buttons.png") 0 0 no-repeat;

	text-indent: -9999px;

	display: block;

	float: left;

}



#slideshow-container .navigation .buttons a.activeSlide {

  background-position: 0 -10px;

}





#container {

	width: 940px;

	margin: 15px auto 0 auto;

	overflow: hidden;

	clear: both;

}


