/*------------------------------------------------------------------------------

	Copyright 2009 Anton Johansson (anton (at) kernelpanic.nu)

	This file is part of WP-ThumbMe.

	WP-ThumbMe is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	WP-ThumbMe is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.

------------------------------------------------------------------------------*/

img.wp-thumbme {
	border		: 1px solid black;
	cursor		: pointer;
}

div.thumbpopup {
	visibility	: hidden;
	width		: 0px;
	height		: 0px;
	position	: absolute;
	background-color: lightgrey;
	border		: 2px dashed black;
	z-index		: 40;
	margin-left	: 0px;
	margin-top	: 0px;
	left		: 50%;
	top		: 50%;
}

img.popup {
	position	: absolute;
	border		: 1px solid black;
	visibility	: hidden;
	top		: 50%;
	left		: 50%;
}
