img{
	border: none;
}

#slideshow{
	height: 380px;
	width: 660px;
	margin: 20px auto 0;
	padding: 8px 10px 12px 10px;
	background: transparent url("../gfx/home-slideshow-bg.jpg") no-repeat 0 0;
}

#slideshow-inner{
	height: 380px;
	width: 660px;
}


#home-links-box{
	width: 770px;	
	margin: 30px auto 0;
	text-align: center;
}

.home-link{
	display: inline-block;
	width: 167px;
	text-align: center;
}

.home-link + .home-link{
	margin-left: 30px;	
}

.home-link  span{
	background: transparent url(../gfx/home-link-bg.jpg) no-repeat center;
	display: block;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.08em;
	margin-top: 10px;
}

	.home-link  span.special{
		color: red;
		font-weight: bold;
	}

a{
	outline: none;
}

