/*
 * written by Rivendel Kft
 * http://www.rivndel.hu
 */
/********************************************************
* Gallery
********************************************************/
div#gallery{
	position: absolute;
}

.photo_box {
	float: left;
	text-align: center;
	width: 120px;
	height: 180px;
	margin: 1px;
}

.pic_title {
	color: #e7880a;
	font-size: 11px;
	font-weight: bold;
}

.pic_description {
	font-size: 11px;
}

#content img.pic_img{
  	margin: 0;
  	padding: 5px;
   border: 1px solid #d3e2df;
   background-color: white;
  }
