/*====================================================
Author: Matthew Shieh
Version: 1.0
Notes: Derived from Alex Allied
http://www.alexallied.com/tutorials/learn-how-to-apply-shadow-automatically-to-an-image-using-css
=====================================================*/

.enclosure
{
	display: block;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px !important; margin-left: 10px;
	margin-right: 10px !important; margin-right: 25px;
	text-align: center;
	padding: 0px;
}

.img-shadow
{
	float: left;
	background: url(Data/Graphics/Misc/shadow.png) no-repeat bottom right;
}

.img-shadow img
{
	display: block;
	position: relative;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CECECE;
	margin: -6px 6px 6px -6px;
}

.discription
{
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: -12px; /*Does not exactly center... Hack!*/
	text-align: center;
	clear: both;
}