/*
* Gallery CSS File
*
* Supporting styles for gallery.php
*/

#gallery .thumbnail img
{
	margin: 2px;
}
#gallery .thumbnail .currentImage
{
	border: 2px solid #F06BBC;
	margin: 0;
}
#targetImage
{
	position: relative;
	z-index: 1;
}
#loader
{
	background-image: url('../images/loading_flower.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}