/* ----------------< Photos styles >----------------- */

div.bg_main
{
	background-image:url('img/bg_right.png');
	width:100%;
	overflow:hidden;
}

div.bg_dir
{
	background-image:url('img/bg_left.png');
	width:100%;
	overflow:hidden;
}

div.bg_photo
{
	background-image:url('img/bg_right2.png');
	width:100%;
	overflow:hidden;
}

div.bg_gallery
{
	overflow:hidden;
}


/* ----------------< Structure >----------------- */
div.g_list_of_dirs
{
	width:95%;margin:0px auto;margin-bottom:20px;overflow:hidden;
}

	div.g_list_of_dirs div.pos
	{
		float:left; width:200px;
	}

ul.g_list_of_photos
{
	padding:0px;
	margin-left:0px;
	list-style-type: none;
	overflow:hidden;
}
	
	ul.g_list_of_photos li
	{
		float:left;
		margin-left:4px;

	}
	
	ul.g_list_of_photos li div.g_wthumb2
	{
		float:left;
		padding:0px;
		margin:0px;
	}

/* ----------------< Thumb >----------------- */
div.g_thumb 
{
	width:262px;
	margin:0px auto;
}
	
	div.g_thumb_top
	{
		height:30px;
	}
	
	div.g_thumb_left
	{
		float:left;
		width:18px;
	}
	
	div.g_thumb_center
	{
		text-align:center;
		width:226px;
		
		float:left;
		background-image: url('img/thumb_bg.png');
		background-repeat: repeat-x;
		background-position:left top;
	}
	
	div.g_thumb_right
	{
		float:right;
	}
	
p.g_thumb_note 
{
	font-size:12px;
	color:#4C8285;
	margin-top:10px;
	text-align:center;
	
}

p.g_thumb_gallery
{
	color:#4C8285;
	text-align:center;
}

div.g_thumb h2
{
	padding:0px;
	font-size:12px;
}

div.g_thumb a:link 	 { color:#005B00; font-weight:bold; text-decoration:none;  }
div.g_thumb a:visited { color:#005B00; font-weight:bold; text-decoration:none;  }
div.g_thumb a:hover 	 { color:#000000; font-weight:bold; text-decoration:underline; }

p.g_thumb_gallery img.gphoto {  }

/* ---------------< Gallery >----------- */
div.gallery_options
{
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	margin-left:14px;
	margin-bottom:6px;
}

h2.g_keywords
{
	font-size:12px; font-weight:normal;
}

div.bg_gallery hr
{
	margin-bottom:0px;
}


/* ---------------< The newest photo list >----------- */
ul.g_newest
{
	margin:0px;padding:0px;
	margin-left:15px;
	list-style-type: none;
	overflow:hidden;
	width:100%;
}

	ul.g_newest li
	{
		float:left;
	}

/* ---------------< Photo thumb >----------- */
div.gal_photothumb
{
	margin:0px auto; margin-top:2px; width:200px;text-align:left;overflow:hidden;font-size:11px;font-weight:bold;
}
	
	div.gal_photothumb img { vertical-align:bottom; }
	
	div.gal_photothumb p.left 	{	float:left;margin-right:10px;	}
	div.gal_photothumb p.center {	float:left;	}
	div.gal_photothumb p.right 	{	float:right;	}
	
/* ----------------< White small Thumb >----------------- */
div.g_wthumb_small
{
	background-image:url('img/g_wthumb_small_bg.png');
	width:114px;text-align:center;
	margin:0px auto;
}

	div.g_wthumb_small img.top 
	{
		vertical-align:top;margin:0px;padding:0px;display:block;margin-bottom:4px;
	}
	div.g_wthumb_small img.bottom
	{
		margin-top:8px;
		display:block;
	}
	


/* ----------------< White Thumb >----------------- */
div.g_wthumb
{
	background-image:url('img/g_wthumb_bg.png');
	width:218px;text-align:center;
	margin:0px auto;
}

	div.g_wthumb img.top 
	{
		vertical-align:top;margin:0px;padding:0px;display:block;margin-bottom:4px;
	}
	div.g_wthumb img.bottom
	{
		margin-top:8px;
		display:block;
	}

/* ----------------< White2 Thumb >----------------- */
div.g_wthumb2
{
	background-image:url('img/g_wthumb2_bg.png');
	width:218px;text-align:center;
	margin:0px auto;
}

	div.g_wthumb2 img.top 
	{
		vertical-align:top;margin:0px;padding:0px;display:block;margin-bottom:4px;
	}
	div.g_wthumb2 img.bottom
	{
		margin-top:4px;
		display:block;
	}
	
	div.g_wthumb2 img.gphoto
	{
		margin-top:0px;
	}

/* ----------------< Black Thumb >----------------- */
div.g_bthumb
{
	background-image:url('img/g_bthumb_bg.png');
	width:218px;text-align:center;
	margin:0px auto;
}

	div.g_bthumb img.top 
	{
		vertical-align:top;margin:0px;padding:0px;display:block;margin-bottom:4px;
	}
	div.g_bthumb img.bottom
	{
		margin-top:8px;
		display:block;
	}
	
/* ----------------< Big Photo >----------------- */
div.g_bigphoto
{
	
}
	
	div.g_bigphoto .content
	{
		background:#ffffff;
	}
	
	div.g_bigphoto hr
	{
		border:0px; width:100%; margin:0px; margin-top:4px;
		height:1px;
	}
	
	div.g_bigphoto h1.title
	{
		padding:0px;
		float:left;font-size:11px;font-weight:bold;
		width:400px;
	}
	
	div.g_bigphoto p.description
	{
		clear:both;padding-top:10px;font-size:11px;
	}
	
	div.g_bigphoto h2.keywords
	{
		padding:0px;font-weight:normal;
		font-size:11px;margin-bottom:10px;
	}
	
	div.g_bigphoto img.gphoto
	{
		
		margin-bottom:8px;
	}