@charset "UTF-8";
/* CSS Document */
.leftnav
	{
		height:auto;
		width: 120px;
		position: fixed;
		top: 300px;
		left: 30px;
/*		border: thin solid black; */
		}
		
#galleries
	{
		width: 140px;
		display: none;
		float: right;
		position:absolute;
		margin-left: 40px;
		border-left: dotted 1px #ff6500;
		height: 100%;
		}
#gal
	{
		padding-top: 90px;
		height: 100%;
		width: 34px;
		position: absolute;
	
		}
#galleries img
	{
		display: inline;
		border: 0;
		}
#galleries a:link
	{
		border: 0;
		text-decoration:none;
		}
