@charset "utf-8";
/* CSS Document */

.img-wrapper {
	background: url(shadow.gif) no-repeat bottom right;
/*	clear: right;*/
	float: right;
	position: relative;
	width: auto;
	margin: 10px 10px 10px 20px;
	}
	
.img-wrapper img {
	margin: -5px 5px 5px -5px;
	display: block;
	position: relative;
	border: solid #666666 1px;
	}

.img-wrapperleft{
	background: url(shadow.gif) no-repeat bottom right;
	clear: left;
	float: left;
	position: relative;
	width: auto;
	margin: 10px 10px 10px 20px;
	}
	
.img-wrapperleft img {
	margin: -5px 5px 5px -5px;
	display: block;
	position: relative;
	border: solid #666666 1px;
	}

