/* POD Style
**********************************/

a.pod img {
  opacity: 0.3;
  filter:alpha(opacity=30);
}

a.pod:hover img {
  opacity: 0;
  filter:alpha(opacity=0);
}

#podimg {
	margin: 0;
	padding: 0 0 0 0;
	width: 132px;
	height:206px;
	border: 1px solid #000000;
}