.slideshow {
	background: #F0D6E9;
	height: 232px;
	overflow: hidden;
	position: relative;
	margin-left: -10px;
}
.slideshow .left {
	position: absolute;
	left: 0px;
	width: 38px;
	padding-right: 1px;
	z-index: 3;
}
.slideshow .right {
	position: absolute;
	right: 0px;
	width: 38px;
	padding-right: 1px;
	background: #FFFFFF;
	z-index: 2;
}
.slideshow table {
	height: 100%;
	border-collapse: collapse;
	position: absolute;
	left: 42px;
	top: 8px;
	z-index: 1;
	width: auto;
}
.slideshow table td {
	vertical-align: top;
}
.slideshow table td .item {
	width: 152px;
	padding-top: 7px;
	margin-left: 3px;
	margin-right: 2px;
	background: url(layout/bg_item.gif) no-repeat center top;
	height: 210px;
	position: relative;
}
.slideshow table td .item img {
	display: block;
	margin: 2px auto;
	
	width: 135px;
}
.slideshow table td .item span {
 	color: #3D3D3D;
 	display: block;
 	font-size: 11px;
 	padding: 0px 10px;
}
.slideshow table td .item span.title {
	display: block;
	padding-top: 5px;
	font-weight: bold;
}
.slideshow table td .item a.details {
	position: absolute;
	padding-left: 8px;
	bottom: 9px;
	right: 11px;
	color: #A8016B;
	font-size: 11px;
	background: url(layout/bg_detailsLink.gif) no-repeat left center;
}
#lightboxBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #000000;
	z-index: 5;
}
#lightboxCt {
	width: 400px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 6;
	padding-top: 30px;
}
#lightboxClose {
	cursor: pointer;
	color: #000000;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
#lightboxCtImg {
	height: 100%;
	background: #FFFFFF /*url(layout/ajax-loader.gif)*/ no-repeat center center;
	position: relative;
}
#lightboxNavLeft {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left:0px;
	margin-top: -26px;
	cursor: pointer;
	z-index: 10;
}
#lightboxNavRight{
	visibility: hidden;
	position: absolute;
	top: 50%;
	right:0px;
	margin-top: -26px;
	cursor: pointer;
	z-index: 10;
}
#lightboxImg {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
#lightboxCtDesc {
	background: #FFFFFF;
	padding: 10px;
	min-height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
* html #lightboxCtDesc {
	height: 20px;
}