#selected_album {
	margin:10px 0;
	padding:10px 0;
}

.info .close {
	position:absolute;
	right:0;
	top:0;
	background:url(/w/skins/jewage6/close_blue.gif);
	width:19px;
	height:20px;
}

body.rtl .close {
	left:0;
	right:auto;
}

a.photo_menu {
	position:absolute;
	right:4px;
	top:4px;
	width:16px;
	height:16px;
	background-position:0 -170px;
}

a.album_menu {
	position:absolute;
	right:5px;
	bottom:5px;
	width:16px;
	height:16px;
	background:url(../trees/skin/tree_menu.gif) no-repeat;
}

ul.actions {
	clear:left;
}

ul.list {
	margin: 2em 0 0;
}

ul.list li {
	float:left;
	height:140px;
	width:120px;
	margin-right:10px;
	margin-top:10px;
	position:relative;
	list-style-type:none;
	text-align:center;
}

body.rtl ul.list li {
	float:right;
	margin-left:10px;
	margin-right:0;
}

ul.actions li {
	float:left;
	margin-right:20px;
	list-style-type:none;
}

#photos .photo {
	height:110px;
	text-align:center;
	position:relative;
}

.album .photo {
	float:left;
}

body.rtl .album .photo {
	float:right;
}

#photos {
	clear:both;
	margin-top:1em;
}

#photos .title {
	font-size:75%;
	clear:both;
	text-align:center;
}

h2 {
	margin-top:20px;
}

ul.list .icon_locked {
	position:absolute;
	left:5px;
	top:5px;
}

.photo_editor {
	clear:both;
	margin-top:4px;
	font-size:.87em;
}

.photo_editor input {
	width:90%;
}

#paDescription {
	width:300px;
}

input.changed,textarea.changed {
	border-color:DarkOrchid;
}