#slides { 
	position: relative;
	width: 500px;
	height: 130px;
	}
	
#slides a {
	position: absolute;
	top: 20px;
	left: 390px;
	width: 95px;
	line-height: 16px;
	text-decoration: none;
	}

#bespoke a {
	color: #f3ddea;
	}

#bespoke a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
	}

#bespoke em {
	display: block;
	padding: 6px 0 0 0;
	color: #dfc0d6;
	}

#bespoke a:hover em{
	color: #e7cfe0;
	}

#standard a {
	color: #eef4e1;
	}

#standard a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
	}

#standard em {
	display: block;
	padding: 6px 0 0 0;
	color: #e3edcd;
	}

#standard a:hover em{
	color: #eef4e1;
	}

