.handle-lt {
	float: left;
}
.handle-rt {
	float: right;
}
.handle {
	height: 16px;
	background: url(/images/scroll/bg-handle.gif) repeat-x top left;
}
.track {
	width: 452px;
	background-color:#dbe5f0;
	height: 16px;
	float: left;
}

/*Photoalbum*/
.img-ac {
	border: 2px #0077D1 solid;
}
.img-noload {
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
	border: 2px #84B3E1 solid;
}
.img-loaded {
	border: 2px #0077D1 solid;
}
.photo-post {
	width: 500px;
	height: 500px;
	padding: 10px 0 10px 0;
	text-align: center;
}
#photo_img {
	border: 0;
}