/**
 * @version		$Id: jcemediabox_ie6.css 889 2010-10-15 17:09:56Z happynoodleboy $
 * @package		JCE MediaBox
 * @copyright	Copyright (C) 2009 - 2010 Ryan Demmer. All rights reserved.
 * @license		GNU/GPL
 * This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */

/* If background image is a gif set width and height to 100% */
a.jcepopup span.jcemediabox-zoom-image {
	background	: transparent url(../img/zoom-img.png) no-repeat;
	width 		: 20px;
	height 		: 20px;
	left		: auto;
	top			: auto;
	right		: 0;
}
a.jcepopup span.jcemediabox-zoom-link {
	display: inline-block;
}
a.jcepopup.icon-left span.jcemediabox-zoom-image, a.jcepopup.icon-bottom-left span.jcemediabox-zoom-image {
	top: auto;
	right: 0;
}
a.jcepopup.icon-top span.jcemediabox-zoom-image, a.jcepopup.icon-top-right span.jcemediabox-zoom-image {
	top: 0;
}
a.jcepopup.icon-left span.jcemediabox-zoom-image {
	left: 0;
	right: auto;
}