﻿.zoomify{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}
.zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:0;margin:0;border:3px solid #0267ac;border-radius:0;box-shadow:none;position:relative;z-index:1501}
.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:1500;background:rgba(255,255,255,0);opacity:0}
.zoomify-shadow.zoomed{opacity:1;cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out}

#sitecontent .npagePage #projectlist .projectitem{  height: 200px; }
#sitecontent .npagePage #projectlist .projectitem img{width:288px; height:170px;  }
.project_info{font-size:14px; line-height:40px; color:#333; text-align:center; }
#sitecontent .npagePage #projectlist .projectitem:hover .project_info{color:#0267ac; border-bottom:1px solid #ddd;}
