/* CSS Document */
#theImages {
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
}

.img_prod {
  padding: 10px 10px 10px 10px;
}

#theImages img {
	display: block
}


.o1 {
	float:left;
	background: url(../images/shadow.gif) right 100%;
	margin: 0 20px 20px 0
}

.o2 {
	background:url(../images/corner_bl.gif) no-repeat bottom left;
}

.o3 {
	padding:0 6px 6px 0;
	background:url(../images/corner_tr.gif) no-repeat top right
}

