/*
* 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 )
*
*/
.zoomy{
    position: absolute;
    visibility: hidden;
    background-repeat: no-repeat;
    border: 1px solid #000;
    line-height: 100px;
    text-align: center;
    z-index: 1000;
    overflow: hidden;
}
.zoomy span{
    display: block;
    margin: 5px auto;
}
.zoomy a{
    color: #333;
    text-decoration: none;
    outline: 0;
}
.zoomy #tmp{
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
    top: -999999px;
    left: -999999px;
}

.parent-zoom {
	position: relative;
}