/* PANEL WITH CURVED CORNERS */

div.ProductImages
{
	border:solid 0px #98a9ba;
	padding:1px;
	margin-top:8px;
	position:relative;
	min-height:20px;
	/*background-color:#eeeeee;*/
	width:310px;
}

div.ProductImages div.Content
{
	padding:5px 5px 5px 5px;
	position:relative;
	
}
div.Content div.SmallImages
{
	padding-top: 3px; position:relative; border: solid 0px red;
	text-align:center;
}

div.ProductImages div.Image
{
	width: 96px; max-height: 96px;
}

div.ProductImages div.Title
{
	position:relative;
	top:-15px;
	left:5px;
	height:20px;
	text-align:left;
	font-weight:bold;
	color:#2b6eb0;
	background-repeat:no-repeat;
	background-image:url(../Images/AP1/4_03.png);
}

div.ProductImages div.separator
{
	width:5px;
}

div.ProductImages td
{
	vertical-align:top;
	padding:0px;
}

div.ProductImages div.BL 
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcBL.png) no-repeat bottom left;
	position: absolute;
	bottom:-1px;
	left:-1px;
	z-index:99;
}

div.ProductImages div.BR
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcBR.png) no-repeat bottom right;
	position: absolute;
	right:-1px;
	bottom:-1px;
	z-index:99;
}

div.ProductImages div.TR
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcTR.png) no-repeat top right;
	position: absolute;
	right:-1px;
	top:-1px;
	z-index:99;
}

div.ProductImages div.TL
{
	width: 6px; 
	height: 6px; 
	background: url(../Images/AP1/mcTL.png) no-repeat top left;
	position: absolute;
	left:-1px;
	top:-1px;
	z-index:99;
}