/* because the showcase requires a little bit more space, treat the section to an extra 5px on both sides*/
#content_main>#showcase.section {
	width: 442px;
	margin-left: -6px;
}

#showcase_overlay {
	display: none;
}

#showcase_overlay .pink_overlay {
	cursor: auto;
}

#showcase_widget {
	position: relative;
	height: 810px;
}

.showcase_items>li {
	display: block;
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	float: left;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
}

.column2>.showcase_items>li {
	width: 219px;
	height: 150px;
}

.column3>.showcase_items>li {
	width: 145px;
	height: 99px;
}

.showcase_items>li>img,.showcase_items>li>.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.showcase_items>li>.overlay {
	background-color: rgb(4, 222, 184);
	opacity: .9;
	left: 100%;
	font-family: 'Tahoma', serif;
	color: white;
}

.showcase_items h5 {
	font-size: 10pt;
	margin: 15px 15px 15px 18px;
	font-weight: bold;
}

.showcase_items .subtitle {
	font-size: 8pt;
	margin: 15px 15px 15px 18px;
	font-weight: normal;
}

.showcase_items img.open {
	position: absolute;
	right: 0px;
	bottom: -5px;
}

#showcaseFilters {
	margin-bottom: 1.5em;
}

#showcaseFilters li {
	display: block;
	float: left;
	padding: .5em 1em .5em 1em;
	margin-right: 1px;
	background: black;
	color: white;
	cursor: pointer;
	font-size: 12px;
	font-family: 'Tahoma', serif;
	font-weight: bold;
}

#showcaseFilters li:hover,#showcaseFilters li.selected {
	background: rgb(4, 222, 184);
}

#showcase_widget .page,#showcase_widget .next,#showcase_widget .previous,#showcase_widget .next_disabled,#showcase_widget .previous_disabled
	{
	height: 14px;
	line-height: 14px;
	background-color: black;
	float: left;
	font-size: 10pt;
	cursor: pointer;
	padding: 7px;
	margin-top: 30px;
	color: white;
	font-family: 'Tahoma', serif;
	position: absolute;
	bottom: 0px;
}

#showcase_widget .next,#showcase_widget .previous,#showcase_widget .next_disabled,#showcase_widget .previous_disabled {
	width: 130px;
}

#showcase_widget .previous:hover,#showcase_widget .next:hover {
	background-color: rgb(4, 222, 184);
}

#showcase_widget .previous,#showcase_widget .previous_disabled {
	padding-left: 4em;
	background: url('../images/slideshow_btn_prev_hover.png') 0 50% no-repeat black;
	left: 0px;
}

#showcase_widget .next,#showcase_widget .next_disabled {
	text-align: right;
	padding-right: 4em;
	background: url('../images/slideshow_btn_next_hover.png') 100% 50% no-repeat black;
	right: 0px;
}

#showcase_widget .previous_disabled,#showcase_widget .next_disabled {
	background-color: #cccccc;
	z-index: -1;
}

#showcase_widget .page {
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
	left: 197px;
	font-size: 8pt;
	text-align: center;
}