#content #shot {
  float: left;
  background: url(../_images/shadow.png) no-repeat bottom right !important;
  background: url(../_images/shadow.gif) no-repeat bottom right;
/*  margin: 10px 0 0 30px !important;
  margin: 10px 0 0 3px;*/
}

#content #shot img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
/*  margin: -6px 6px 6px -6px;*/
  padding: 0;
}

#content .shotmenu {
	position: relative;
	width: 752px;
	height: 33px;
	background-color: #E4E4E4;
	/*border-right: #FFFFFF solid 1px;*/
	/*float: left;*/
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: -10px;
}

#content .shotmenu .on:hover, #content .shotmenu .off:hover {
	position: relative;
	width: 33px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #8F8F8F;
	color: #FFFFFF;
	float: left;
	padding-top: 8px;
}	

/* amended by Grant, Dec 6, 2007 */

#content .shotmenu div {
	position: relative;
	width: 33px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #4C4C33;
	float: left;
	padding-top: 8px;
}

#content .shotmenu div.on {
	position: relative;
	width: 33px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	color: #4C4C33;
	float: left;
	padding-top: 8px;
}

/*
#content .shotmenu .on {
	position: relative;
	width: 33px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	color: #4C4C33;
	float: left;
	padding-top: 8px;
}*/

#content .shotmenu .off {
	position: relative;
	width: 33px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #4C4C33;
	float: left;
	padding-top: 8px;
}
*/