

#bottom{
	margin-top:20px;
}


#list_images{

}


#list_cat{
	margin-top: 18px;	
}


.item_cat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999;
	margin-right: 15px;
	cursor:pointer;
	float: left;
}

#selected_cat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#000;
	margin-bottom: 18px;
	cursor:default;
}

.topmenu:link{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.topmenu:visited{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.topmenu:active{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.topmenu:hover{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


.clear{
	clear: both;
	height: 1px;
	overflow:hidden;
}


.thumbnail{
	width:50px;
	height:50px;
	float:left;
	margin-right: 10px;
	
	cursor: pointer;
	background-position:center;
}


#picture{
	
	background-repeat: no-repeat;
	background-position: center;
	width: 480px;
	overflow:hidden;
}

#prev_list{
	overflow: hidden;
	height: 50px;
}

#next_pic{
	width:100px;
	position: absolute;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center;
}


#prev_pic{
	width:100px;
	position: absolute;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center;
}


p{
	padding-top: 20px;
	padding-bottom: 20px;
}

#contact_data{
	margin-left: 270px;	
}


