.MagicZoom img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 0px solid #999;
left:344px!important;
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
font-size: 8pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: move;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(http://fortnightjournal.com/app/views/new/css/img/ajax-loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 344px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444; 
}

/*END*/


img.jqzoom{
cursor:crosshair;
position:relative;
} 


div.jqZoomTitle
{
 z-index:5000;
 text-align:center;
 font-size:11px;
 font-family:Tahoma;
 height:16px;
 padding-top:2px;
 position:absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 color: #000;
 background: #999;

}

.jqZoomPup
{
  overflow:hidden;
  background-color: #FFF;
  -moz-opacity:0.3;
  opacity: 0.3;
  filter: alpha(opacity = 30);
  z-index:10;
  cursor:default;
}

.jqZoomPup img
{
 border: 0px;
}

.preload{
 -moz-opacity:0.8;
 opacity: 0.8;
   filter: alpha(opacity = 80);
 color: #333;
 font-size: 12px;
 font-family: Tahoma;
   text-decoration: none;
   background-color: white;
   padding: 8px;
 text-align:center;
   background-image: url(http://fortnightjournal.com/app/views/new/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
 width:90px;
 * width:100px;
 height:43px;
 *height:55px;
 z-index:10;
 position:absolute;
 top:3px;
 left:3px;

}

.jqZoomWindow
{ 
 background-color: #FFF;
 margin-left:5px;
}