#showcase2 {
	width:625px;
	text-align:left;
	margin:0 auto 10px;
	line-height:1.5em;
	height: 250px;
	}
#showcase2 ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	}
#showcase2 ul li{
	display: block;
	overflow: hidden;
	padding: 0;
	}
#showcase2 ul li {
	background-color:#FFF0F5;
	float: left;
	width: 203px;
	height: 250px;
	margin-right:9px;
	}
#showcase2 ul li div.content {
	display:none;
	overflow: hidden;
	white-space:nowrap;
	position:relative;
	padding:10px;
	background-color:#E6E6FA;
	height:230px;
	width:400px;
	}
#showcase2 ul li div.preview {
	overflow: hidden;
	white-space:nowrap;
	position:relative;
	padding:10px;
	background-color:#FFF0F5;	
	height:230px;
	}
#showcase2 ul li.third {
	margin-right:0;
	}


#showcase2 ul li div.content span.demo {
display:block;position:absolute;
}
#showcase2 ul li div.content span.d1 {
top:10px;right:10px;
font-size:1.5em;
}
#showcase2 ul li div.content span.d2 {
top:100px;right:100px;
font-size:2em;
}
#showcase2 ul li div.content span.d3 {
top:180px;right:200px;
font-size:2.5em;
}
