.slideshow p,
.slideshow ul,
.slideshow li,
.slideshow img,
.slideshow div,
.slideshow span{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
.slideshow{position:relative;width:184px;height:228px;background:url('/stores/includes/simpleSlideshow/images/slideshowBG.gif') top center no-repeat;}
.slideshow span{display:none;}
.slideshow span.active{display:block;position:absolute;top:214px;text-align:center;width:200px;font-weight:bold;font-size:11px;color:#c43a78; line-height: 14px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;}
.staticText{display:block;position:absolute;top:196px;width:200px;text-align:center;font-weight:bold;font-size:12px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;}
.slideshow img{display:none;}
.slideshow img.active{display:block;position:absolute;top:16px;left:22px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.slideshow .backButton, .slideshow .nextButton{cursor:pointer;}
.slideshow .backButton{float:left;position:absolute;top:174px;left:38px;background:url('/stores/includes/simpleSlideshow/images/navButton.gif') top left no-repeat;height:10px;width:30px;}
.slideshow .nextButton{float:right;position:absolute;top:174px;left:127px;background:url('/stores/includes/simpleSlideshow/images/navButton.gif') -30px 0 no-repeat;height:10px;width:30px;}

.slideshow.large{width:227px;height:243px;background:url('/stores/includes/simpleSlideshow/images/slideshowBG_large.gif') top center no-repeat;}
.slideshow.large span.active{top:252px;width:246px;}
.slideshow.large .nextButton{left:182px;top:214px;}
.slideshow.large .backButton{left:30px;top:214px;}
.slideshow.large img.active{top:20px;left:29px;}

.slideshow.small{width:180px;height:243px;background:url('/stores/includes/simpleSlideshow/images/slideshowBG_small.gif') top left no-repeat;}
.slideshow.small span.active{top:210px;width:180px;}
.slideshow.small .nextButton{left:120px;top:185px;}
.slideshow.small .backButton{left:30px;top:185px;}
.slideshow.small img.active{top:17px;left:20px;}
