@charset "utf-8";
/* CSS Document */

/*#description {
	color:#F00;
	padding-top: 5px;
	padding-bottom: 45px;
	font-size: 12px;
	font-weight:300;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:-40px;}*/

/* =Placeholder
----------------------------------------------------------------------*/

#placeholder {
	border:1px solid #0F0;
	text-align: right;
	width:200px;
	height:250px;

	
}

/* =Showcase
----------------------------------------------------------------------*/

#showcase {
	text-align:right;
	margin-top: 20px;
	list-style-type: none;
	display: inline;
}

#showcase ul {
	
	width: 300px;
	
}

#showcase li {
	
	
	display: inline;
	text-decoration:none;
	list-style:none;
	border:none;
}

#showcase img {
	
	border: 2px solid #390;
	margin-right:4px;
	width:40px;
	height: 40px;
}

	
#showcase img:visited {border:2px solid #0F0;
	text-decoration:none;
	list-style:none;
	}	
#showcase img:hover {
	border:2px solid #0F0;
	text-decoration:none;
	list-style:none;
	
}
#showcase img:active {text-decoration:none;}



#showcase p {
	color:#CCCCCC;
	font-size:10px;
}

