.slideshow
{
	padding: 0 15px;
	width: 500px;
	position: relative;
}
* html .slideshow
{
}
.slideshow button
{
	position: absolute;
	bottom: 10px;
	width: 26px;
	height: 26px;
}
.slideshow .prevButton
{
/*	background-image: url("../img/style/back.png");
	background-attachment: center left;
	background-repeat: no-repeat;
	left: -5px;*/
	display: none;
}
.slideshow .nextButton
{
	background-image: url("../img/style/fwd.png");
	background-attachment: center right;
	background-repeat: no-repeat;
	right: -5px;
}
.magbox
{
	padding: 0 15px;
	width: 500px;
	position: relative;
}
* html .magbox
{
}
.magbox button
{
	position: absolute;
	bottom: 10px;
	width: 26px;
	height: 26px;
}
.magbox .magButton
{
	background-image: url("../img/style/mag.png");
	background-attachment: center right;
	background-repeat: no-repeat;
	right: -5px;
}
