#album
{
	text-align: left	;
	margin-bottom: 15px;
}

h2
{
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 13px;
	font-family: century gothic;
	color: rgb(104,92,76);
	padding: 3px;
	border-bottom: 1px dotted rgb(104,92,76);
}

#album #pic
{
	height: 125px;
	width: 165px;
}

#album #pic img
{
	height: 90px;
}

#album #pic a img
{
	border: 0;
	margin-left: 23px;
	margin-top: 17px;
}

#album #pic a, #album #dir a
{
	display: block;
	background-image: url(img/box2_.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 125px;
	width: 165px;
	cursor: pointer;
}

#album #empty_pic
{
	height: 125px;
	width: 165px;
}

#album #pic a:hover, #album #dir a:hover
{
	background-image: url(img/box2.jpg);
}

#album #pic a, #album #dir a
{
	text-decoration: none;
	color: black;
}

#album #dir a img
{
	border: 0;
	margin-left: 65px;
	margin-top: 20px;
	margin-bottom: 8px;
}

#album #empty_dir
{
	height: 125px;
	width: 165px;
}

#album p
{
	font-size: 12px;
	width: 140px;
	margin: 0px;
	margin-left: 8px;
	text-align: center;
	vertical-align: center;	
	padding: 0px;
}

#album #big_view
{
	width: 500px;
}

#panel
{
	background-image: url(img/panel.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 500px;
	border-top: 1px dotted rgb(104,92,76);
}

#panel #text_area
{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 10px;
	width: 100px;
	padding: 5px;
	margin: 5px;
}

#panel #empty_button
{
	height: 25px;
	width: 34px;
}

#panel #button2
{
	width: 50px;
}

#panel #empty_button2
{
	border: 1px dotted rgb(104,92,76);
	height: 25px;
	width: 50px;
}

#panel a
{
	display: block;
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 34px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: white;
}

#panel a:hover
{
	background-image: url(img/button_.jpg);
}
