/*************************************************/
/*			# MODULE 	: gallery
/*			# PROJECT 	: folks.com.ua
/*			# YEAR	 	: 2010
/*************************************************/
#gallery {
	width				: 900px;
	margin			: 0px 0px 20px 0px;
	background		: none;
	clear				: both;
}
#gallery a {
	text-decoration: underline;
	color				: #777777;
	font				: 11px Tahoma, "Times New Roman", serif;
}
#gallery a:hover {
	text-decoration: none;
	color				: #535353;
	font				: 11px Tahoma, "Times New Roman", serif;
}
#gallery_item {
	width				: 220px;
	height			: auto;
	margin			: 2px 5px 2px 0px;
	padding			: 0px;
	background		: none;
	float				: left;
}
/************************************************ ÇÀÃÎËÎÂÎÊ */
#gallery_item h5{
	width				: 220px;
	margin			: 0px 0px 4px 0px;
	padding			: 11px 0px 2px 0px;
	height			: 32px;
	font-weight		: normal;
	text-align		: center;
	text-transform	: none;
	text-decoration: none;
	color				: #1a0c0c;
	font-size		: 15px;
	background		: none;
	border			: 0px;
	font-family		: Georgia, sans-serif;
}
/************************************************ ÎÏÈÑÀÍÈÅ ÐÀÁÎÒÛ */
#gallery_item h6{
	padding			: 5px 0px 0px 0px;
	margin			: 0px 0px 0px 0px;
	width				: 210px;
	height			: 25px;
	font-weight		: normal;
	font-style		: none;
	font-size		: 11px;
	text-decoration: none;
	text-align		: center;
	color				: #455104;
	font-family		: Tahoma, sans-serif;
	background		: none;
	border			: 0px;
}
#gallery_item img {
	border			: 0px;
	margin			: 0px 0px 2px 0px;
	padding			: 0px 0px 0px 0px;
	text-align		: left;
	background		: none;
	width				: 200px;
	height			: 135px;
}
#gallery_item a {
	background		: none;
}
#gallery_spacer {
	width				: 100%;
	height			: 50px;
	clear				: both;
}
