#showcase {
	padding: 20px 0;
	background: url(../img/global/showcase-bg.png) center bottom repeat-x;
}
#slideshow-wrapper {
	position: relative;
	float: left;
	border: 4px solid #D7D7D7;
}
#view-button {
	display: none;
}
a#slideshow-wrapper:hover #view-button {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 500;
}
.pics {
	overflow: hidden;
	position: relative;
	border: 1px solid #9a9a9a;
}
.pics img {
	z-index: 100;
	position: relative;
}
#slideshow-right {
	float: left;
	width: 220px;
	margin: 3px 0 0 16px;
	text-align: center;
}
ul#nav, #nav li {
	padding: 0; margin: 0;
}
#nav li {
	list-style: none;
	margin: 5px 0;
}
#nav a.activeSlide img {
	opacity:1; filter:alpha(opacity=100);
}
#nav a:focus {
	outline: none;
}
#nav li a img {
	border: 1px solid #787878;
	padding: 1px;
	display: block;
	opacity:0.4; filter:alpha(opacity=40);
}
#highlight {
	margin-bottom: 20px;
	border-top: 1px solid #a8a8a8;
	background: #FFFFFF url(../img/page/Home/highlight-shadow.jpg) center bottom repeat-x;
	padding: 20px 0;
}
.column {
	float: left;
	width: 220px;
	margin-left: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.column span {
	font-size: 0.9em;
	font-style: italic;
	color: #4a4a4a;
}
.large {
	margin-left: 0;
	width: 460px;
}
.large h2 {
	color: #671616;
	font-size: 2em;
	letter-spacing: -0.03em;
}
.column h3 {
	letter-spacing: 0.35em;
	font-size: 0.9em;
	font-weight: bolder;
	color: #3E3E3E;
}
.special {
	margin-bottom: 10px;
	margin-left: 0;
}
.column .special .column {
	width: 23px;
	height: 18px;
	margin-left: 0;
	background: url(../img/page/Home/check.png) no-repeat;
	font-size: 1em;
}
.column .special .large {
	width: 187px;
	margin-left: 10px;
	background: transparent;
	height: auto;
}
.column .special .large p {
	margin: 0; padding: 0;
}
.x-large {
	margin-left: 20px;
	width: 460px;
	text-align: right;
	padding-top: 10px;
}
.x-large a, .x-large a:visited {
	text-decoration: none;
	color: #1a1a1a;
}
.x-large img {
	vertical-align: middle;
}
#home-columns {
	font-size: 0.95em;
}
h4 {
	margin: 0;
}
h4 a {
	text-decoration: none;
}
#tweet ul, #tweet li {
	padding: 0; margin: 0;
	list-style: none;
}
#tweet li {
	margin: 0 0 20px 0;
}
#tweet li a {
	text-decoration: none;
}
#social img {
	vertical-align: middle;
}
#social a {
	font-size: 0.9em;
	color: #1a1a1a;
	text-decoration: none;
}
#social p {
	padding: 0; margin: 2px 0;
}
h3.error {
	border-bottom: 1px solid #5a5a5a;
	margin-bottom: 20px;
}