.contentP1{
	width:146px;
	display:block;
	text-align:left;
	margin:0px;
	}

		.thumbnail1{
			position: relative;
			z-index: 0;
			float:right;
		}
		
		.thumbnail1:hover{
			background-color: transparent;
			z-index: 50;
		}
		
		.thumbnail1 span{ 
			position: absolute;
			background-color: none;
			padding: 0px;
			left: 0px;

			visibility: hidden;
			color: #666666;
			text-decoration: none;
		}
		
		.thumbnail1 span img{
			border-width: 0;
			padding: 2px;
		}
		
		.thumbnail1:hover span{
			visibility: visible;
			top: -5px;
			left: -5px; 
		}
.other-tbl-hdng{
	background-color:#6294E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-align:center;
}



.other-img{
	width:0px;
	display:block;

	}

		
		.other-img-thmb{
			position: relative;
			z-index: 0;
			float:right;
		}
		
		.other-img-thmb:hover{
			background-color: transparent;
			z-index: 50;
		}
		
		.other-img-thmb span{ 
			position: absolute;
			background-color: none;
			padding: 0px;
			left: -200px;
			visibility: hidden;
			color: #666666;
			text-decoration: none;
		}
		
		.other-img-thmb span img{
			border-width: 0;
			padding: 2px;
		}
		
		.other-img-thmb:hover span{
			visibility: visible;
			top: -150px;
			left: -180px; 
		}












div.mojozoom_marker {
	position : absolute;
	cursor:move;
}
div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;
	border : 1px solid black;
	width:100%;
	height:100%;
}
div.mojozoom_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color : white;
	opacity : 0.4;
	-moz-opacity : 0.4;
	-khtml-opacity : 0.4;
	filter:alpha(opacity=40);
}
img.mojozoom_img {
	padding : 0px;
	border: 0px;
}
div.mojozoom_imgctr {
	position : absolute;
	margin-left : 20px;
	border : 1px solid black;
}
