#showcasepicker {
    position:relative;
	margin:-10px 0 0 1px;
	*margin:-10px 0 0 0px;
	
}
#showcasepicker .gptop {
	height:20px;
	background:url(../images/showcase-top.gif) no-repeat;
}
#showcasepicker .yui-content {
	background:url(../images/project-rep.gif) repeat-y;
	border:0px;
	padding:0;
	padding-top:75px;
}

#showcasepicker .gpbottom {
	height:16px;
	background:url(../images/showcase-foot.gif) no-repeat;
}

#showcasepicker .item {
	margin-left:19px;
}

#showcasepicker h2 {
	width:353px;
	color:#eeb777;
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0 0 5px 0;
	font-style:italic;
	border-bottom:1px solid #4f6a75;
}

#showcasepicker img.listingimage {
	border:1px solid #d3b797;
}

#showcasepicker .description {
	width:353px;
	text-align:center;
	color:#7994a1;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:5px 0 10px 0;
}

#showcasepicker .description p {
	padding:0;
	margin:0;
	line-height:16px;
}

#showcasepicker .showcaselink  {
	display:block;
	background:#442d0c;
	height:18px;
	width:96%;
	color:#c16a45;
	padding:3px 0 0 0;
	border:1px solid #3c1402;
	text-align:center;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
	float:left;
}

#showcasepicker .showcaselink:hover  {
	background:#714c16;
	color:#f5be6c;
}



#thumbpicker {
	width:353px;
	margin:10px 0 0 0;
    position:absolute;
	clear:both;
	top:15px;
	margin-left:19px;
	*margin-left:10px;
	border:0px;
}

#showcasepicker .pickerthumb {
	width:66px;
	*width:64px;
	height:45px;
	display:block;
	font-size:0px;
	border:1px solid #333;
	float:left;
	filter: alpha(opacity=50); -moz-opacity:.5;
}

#showcasepicker .selected .pickerthumb {
	width:75px;
	height:55px;
	display:block;
	font-size:0px;
	border:1px solid #ffc28e;
	float:left;
	filter: alpha(opacity=100); -moz-opacity:1.0;
}

#showcasepicker .selected  {
	border:0px solid red;
}








