/* ----------------< Photos styles LIGHT >----------------- */

div.bg_main
{
	background-image:url('img/bg_right.png');
}

div.bg_dir
{
	background-image:url('img/bg_left.png');
}

div.bg_photo
{
	background-image:url('img/bg_right2.png');
}

div.bg_gallery
{
	
}

/* ----------------< Thumb >----------------- */
div.g_thumb 
{
}
	
	div.g_thumb_top
	{
	}
	
	div.g_thumb_left
	{
	}
	
	div.g_thumb_center
	{
		background-image: url('img/thumb_bg.png');
	}
	
	div.g_thumb_right
	{
	}
	
	
p.g_thumb_note 
{
	color:#4C8285;
}

p.g_thumb_gallery
{
	color:#4C8285;
}

div.g_thumb a:link 		{ color:#005B00; }
div.g_thumb a:visited { color:#005B00; }
div.g_thumb a:hover 	{ color:#000000; }

img.gphoto { border:1px dashed #000000; }
a img.gphoto:link 	 { border:1px dashed #000000; }
a img.gphoto:visited { border:1px dashed #000000; }
a img.gphoto:hover	 { border:1px solid #000000; }


/* ---------------< Gallery >----------- */
div.gallery_options
{
}
div.bg_gallery hr
{
	border-top:1px solid #B3B6B6;
	color:#B3B6B6;
}
/* ---------------< Photo thumb >----------- */
div.gal_photothumb
{
}
	
	div.gal_photothumb img {}
	
	div.gal_photothumb p.left 	{	}
	div.gal_photothumb p.center {	}
	div.gal_photothumb p.right 	{	}
	
/* ----------------< White small Thumb >----------------- */
div.g_wthumb_small
{
	background-image:url('img/g_wthumb_small_bg.png');
}

	div.g_wthumb_small img.top 
	{
	}
	div.g_wthumb_small img.bottom
	{
	}

/* ----------------< White Thumb >----------------- */
div.g_wthumb
{
	background-image:url('img/g_wthumb_bg.png');
}

	div.g_wthumb img.top 
	{
	}
	div.g_wthumb img.bottom
	{
	}

/* ----------------< White2 Thumb >----------------- */
div.g_wthumb2
{
	background-image:url('img/g_wthumb2_bg.png');
}

	div.g_wthumb2 img.top 
	{
	}
	div.g_wthumb2 img.bottom
	{
	}

/* ----------------< Black Thumb >----------------- */
div.g_bthumb
{
	background-image:url('img/g_bthumb_bg.png');
}

	div.g_bthumb img.top 
	{
	}
	div.g_bthumb img.bottom
	{
	}
	
/* ----------------< Big Photo >----------------- */
div.g_bigphoto
{
	
}
	
	div.g_bigphoto .content
	{
		background:#ffffff;
	}
	
	div.g_bigphoto h1.title
	{
		color:#000000;
	}
	
	div.g_bigphoto p.description
	{
	}
	
	div.g_bigphoto h2.keywords
	{
		color:#000000;
	}
	
	div.g_bigphoto hr
	{
		border-top:1px solid #B3B6B6;
		color:#B3B6B6;
	}

	
	
div.bardark
{
	background:#A9AFAD;
}

