.jqzoom{
float:left;
position:relative;
padding:0px;
cursor:pointer;
}

.jqzoom img{
float:left;
}

#titleret {
	height: 40px;
	width: 179px;
	background-image: url(../images/title1_02.jpg);
	background-repeat: no-repeat;
}
div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 200px;
height                  : 200px;
background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align: center;
overflow: hidden;


}
#titlenew {
	height: 40px;
	width: 179px;
	background-image: url(../images/title1_01.jpg);
	background-repeat: no-repeat;
}

div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff url(../images/zoom.gif) 50% top  no-repeat;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}
.dotline{background-image:url(../images/icon/dot_line.gif);background-repeat: repeat-x;background-position: bottom;}
