/*
 * written by Rivendel Kft
 * http://www.rivndel.hu
 */
/********************************************************
* Gallery
********************************************************/

div#content_gallery {
}
div#content_gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo_box{
	font-size: 11px;
	float: left;
	text-align: center;
	height: 112px;
	width: 85px;
	padding: 8px;
}
li.photo_box:hover {
	background-color: #f2f2f2;
}
li.photo_box:hover ul li {
	display: block;
}
.photo_box img {
	border: 1px solid #a49071;
	padding: 2px;
}
.photo_box span {
	display: block;
	overflow: hidden;
	height: 30px;
}
li.photo_box ul li {
	display: none;
	position: relative;
	left: -8px;
	background-color: white;
	border-top: 1px solid #a49071;
	border-bottom: 1px solid #a49071;
	width: 90px;
	padding: 5px;
}
.clear {
	clear: both;
}