#slideshow{
	height: auto;
	margin: 0 auto;
	text-align: center;
	width: 400px;
}
	#slideshow div{
	display: none;
		margin: 0 auto;
		width: 400px;
	}
	#slideshow div img.cover{
		border: 1px solid gray;
		height: 201px;
		margin: 0 auto;
		width: 201px;
	}
	#slideshow div p.title{
		font-size: 1.3em;
		margin:  15px 0 5px 0;
		text-align: center;
	}
	#slideshow p.artist{
		letter-spacing: 1px;
		text-align: center;
	}
#contact{
	height: 16px;
	margin: 20px auto 0 auto;
	padding-top: 0px;
	text-indent:-9999px;
	width: 260px;	
}
#contact a, #contact a:link, #contact a:visited{
	background: url(../../img/home/contact.jpg) no-repeat top left;
	display: block;
	height: 16px;
	margin: 10px auto 0 auto;
	padding-top: 0px;
	text-indent:-9999px;
	width: 102px;	
}
#contact a:hover, #contact a:active{
	background: url(../../img/home/contact.jpg) no-repeat bottom left;
}