/*
* Zoomy 1.3.2 - jQuery plugin 
* http://redeyeops.com/plugins/zoomy
*
* Copyright (c) 2010 Jacob Lowe (http://redeyeoperations.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* Built for jQuery library
* http://jquery.com
*
* Addition fixes and modifications done by Larry Battle ( blarry@bateru.com )
* Code has been refactored and the logic has been corrected.
*
*Cusor fix from IE by Chris Pearson ( http://www.upland.co.uk )
*
*/


.parent-zoom img{
    border: 0;
}

.zoomy{
    position:absolute;
    visibility:hidden;
    background-repeat:no-repeat;
    text-align:center;
    background-color:#fff;
    z-index:1000;
    overflow:hidden;
}

.zoomy span{
    display:block;
    margin:5px auto;
}


.zoomy a{
    color:#3f572d;
    text-decoration:none;
    outline:0;
}

.inactive img{
    opacity: 0.85!important;
    filter:alpha(opacity=85)!important;
}

.zoomy #tmp{
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
    top: -999999px;
    left: -999999px;
}


