#photo_albums {
	float: left;
	border: 0 none;
	width: 150px;
	line-height: 1.18;
	list-style: none;
	margin: 0;
	padding: 0;
}

#photo_albums li a:link, #photo_albums li a:visited {
	display:block;
	padding: 10px;
	outline: 0;
	font-size: 8px;
	background-color: transparent;
	
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 0px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-top-left-radius: 10px;

}
#photo_albums li a:active {
	color: #f90;
}
#photo_albums li a:hover {

}
#photo_albums li a.selected {
	background-color: #000;
}









#current_album {
	background-color: #000;
	margin-left: 150px;
	font-size: medium;
	padding: 15px;
	text-align: middle;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbnail {
	width: 100px;
	height: 75px;
	border: 0;
	margin: 0 0 13px 13px;
	cursor: pointer;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#curtain {
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000;
	
	-moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

#fullsize {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}




#controls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 160px;
}
#controls .button {
	display: block;
	width: 40px;
	height: 40px;
	font-size: x-large;
	color: white;
	text-align: center;
	outline: none;
}
#controls a.button:hover {
	background-position: 0px -40px;
}
#controls a.disabled, #controls a.disabled:hover {
	background-position: 0px -80px !important;
}



#close {
	background-image: url('close.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#next{
	background-image: url('next.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#prev {
	background-image: url('prev.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#slideshow{
	background-image: url('slideshow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}