#slideshow {
	height:450px;
	width:940px;
	margin:0 0 10px 0;
	background: transparent url(../img/slideshow/bg.jpg) no-repeat;
	position: relative;
	overflow: hidden;
}

#slideshow .slide {
	height:450px;
	width:940px;
	float:left;
	padding: 0 0 0 34px;
}

#slideshow .slide .replace {
	height:70px;
	margin:76px 0 0 0;
}

#slideshow .slide-5 .replace {
	height:200px;
}

#slideshow .slide .replace h1,
#slideshow .slide .replace p {
	text-indent:-99999px;
}

#slideshow .slide-1 {
	background: transparent url(../img/slideshow/1.jpg) no-repeat;
}

#slideshow .slide-2 {
	background: transparent url(../img/slideshow/2.jpg) no-repeat;
}

#slideshow .slide-3 {
	background: transparent url(../img/slideshow/3.jpg) no-repeat;
}

#slideshow .slide-4 {
	background: transparent url(../img/slideshow/4.jpg) no-repeat;
}

#slideshow .slide-5 {
	background: transparent url(../img/slideshow/5.jpg) no-repeat;
}

#slideshow .slide-1 .replace {
	background: transparent url(../img/slideshow/replacements/turn-your-photos-into-art.gif) no-repeat;
}

#slideshow .slide-2 .replace {
	background: transparent url(../img/slideshow/replacements/choose-your-syle.gif) no-repeat;
}

#slideshow .slide-3 .replace {
	background: transparent url(../img/slideshow/replacements/hand-illustrated.gif) no-repeat;
}

#slideshow .slide-4 .replace {
	background: transparent url(../img/slideshow/replacements/classic-pop-art.gif) no-repeat;
}

#slideshow .slide-5 .replace {
	background: transparent url(../img/slideshow/replacements/modern-comic-book.gif) no-repeat;
}

.slide-thumbnails {
	position: absolute;
	bottom: 0;
	left: 0;
}

.slide-thumbnails ul {
	margin: 0 0 4px 14px;
}

.slide-thumbnails li {
	display:inline;
	list-style: none;
	margin: 5px;
}

.slide-thumbnails li img {
	border:4px solid #fff;
}

.slide-thumbnails li.current img {
	border-color: #AC016B;
}

