#feature-artwork {
	text-align: center;
	padding-bottom: 40px;
}
#feature-artwork table {
	margin: 0 auto;
}
#feature-artwork th {
	width: 400px;
	height: 400px;
	background: url(/images/page/no-image.gif) center no-repeat;
	font-size: 0;
	line-height: 0;
}
#feature-artwork td strong {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0 4px;
}
#feature-artwork td strong a {
	color: #0097D3;
	text-decoration: none;
}
#feature-artwork td a {
	text-decoration: underline;
}



#scroller {
/*	border: 1px solid lime;*/
}

#CtrlLeft {
	float: left;
	background: url(/images/pics/gallery-arrow-left.gif) center no-repeat;
	z-index: 3;
}

#CtrlRight {
	float: right;
	background:  url(/images/pics/gallery-arrow-right.gif) center no-repeat;
	z-index: 4;
}

#ThumbContainer {
	position: relative;
	TOP: 0px; 
	LEFT: 20px; 
	OVERFLOW: hidden; 
	WIDTH: 880px; 
	HEIGHT: 130px;
	z-index: 2;
}

#LayerThumbs {
	POSITION: absolute;
	LEFT: 0px;
	TOP: 3px;
	height: 130px;
	z-index: 1;
	margin-right: -135px;
}
#LayerThumbs img {
	margin: 0 25px;
	background: url(/images/page/clear.gif) center no-repeat;
}


