#photo_gallery{
	width: 100%;
	position: relative;
	z-index: 20;
	}
#photo_gallery #list_of_albums{
	width: 170px;
	float: left;
	margin-left: 20px;
	}
#photo_gallery #list_of_albums li{
	margin-bottom: 10px;
	list-style: none;
	font-size: 0.8em;
	}
#photo_gallery #list_of_albums li a, #photo_gallery #list_of_albums li a:visited{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
#photo_gallery #list_of_albums li a:hover{
	text-decoration: underline;
	}
#photo_gallery #list_of_images {
	background: transparent;
	float: left;
	padding: 10px;
	margin: 0;
	}
#photo_gallery #list_of_images #list_of_pages{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
	}
#photo_gallery #list_of_images #list_of_pages ul{
	list-style: none;
	margin-top: 5px;
}
#photo_gallery #list_of_images #list_of_pages li{
	float: left;
	padding: 5px;
	background-color: #a7a245;
	margin-right: 5px;
}
#photo_gallery #list_of_images #list_of_pages li a, #photo_gallery #list_of_images #list_of_pages li a:visited{
	color: #FFFFFF;
}
#photo_gallery #list_of_images #ImageWraper{
	width: 670px;
	background-color: #ddddde;
	overflow: hidden;
	}
#photo_gallery #list_of_images li{
	list-style: none;
	float: left;
	padding: 10px;
	}
test{
	text-transform: uppercase;
}