﻿	.slideshow a {
	display: block;
	width: 400px;
	padding-top: 6px;
	padding-bottom: 10px;
	font: xx-small Arial;
;
	color: #000;
	background: url("../images/button_slideshow_css.jpg") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
	.slideshow a:hover {	
		background-position: 0 -28px;
		color: #000;
		}
	.slideshow a:active {
		background-position: 0 -56px;
		color:#000;
		}