@charset "utf-8";

/*
#PS {
  background: url("assets/camera-ps.png") no-repeat 0 0;
}

#OS {
  background: url("assets/camera-os.png") no-repeat 0 0;
}

#SS {
  background: url("assets/camera-ss.png") no-repeat 0 0;
}

#Accessories {
  background: transparent url("assets/camera-a_hf.png") no-repeat 0 0;
}
*/

a.cameraLink
{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration:none;
  text-align:center;
  background-color:#808080;
  background: transparent;
}

a.cameraLink:hover
{
  background-color:#000000;
}

a.cameraLink span
{
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
	font-variant: small-caps;
        color: #B2B2B2;
	text-decoration: none;
        line-height: 10px;
	display:block;
}

td.cameraCell
{
	width : 160px;
	height : 160px;
	text-align : left;
	vertical-align : top;
}


