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

#gallery img
{
	background-image: url(shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	padding-right: 6px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #eee;
	border-left-color: #eee;
	border-top-width: 1px;
	padding-bottom: 6px;
	}