a:hover {
	cursor: pointer;
}

.list-album {
	width: 33%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	list-style: none outside none;
}

.list-album.col5 {
	width: 20%;
}

.list-album.col4 {
	width: 25%;
}

.list-album.col3 {
	width: 33%;
}

.list-album.col2 {
	width: 50%;
}

.list-album a, .list-photo a {
	float: left;
}

.list-albums-photo img {
	width: 180px;
	height: 180px;
	vertical-align: top;
}

.list-albums-photo {
	text-align: center;
	width: 200px;
	padding: 10px 0;
	background: #F0F0F0;
}

#photo-preview-full {
	overflow: visible;
}

.inblock .list-albums-photo, .inblock .list-albums-photo img {
	width: 120px;
	height: 120px;
	padding: 0;
}

.inblock .list-albums-title, .inblock .list-albums-date {
	margin: 5px 10px 5px 0;
}

.list-albums-title {
	margin: 10px 10px 0 10px;
	clear: both;
}

.list-photos-photo {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 5px;
	background: none repeat scroll 0 0 #EEEEEE;
}

.list-albums-date {
	margin: 5px 10px 0 10px;
	font-size: 11px;
	color: #727272;
	clear: both;
}

.list-photo {
	width: 33%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	list-style: none outside none;
}

.photo-arrow {
	width: 35px;
	background: #808080;
	opacity: 0.7;
	position: absolute;
	top: 0;
	height: 100%;
	1max-height: 200px;
	z-index: 101;
	background: ;
}

#photo-arrow-left {
	left: 0;
	background: #808080 url('/i/sites/fs/pages/photos/slide-arrow-left.png') center center no-repeat;
}

#photo-arrow-right {
	right: 0;
	background: #808080 url('/i/sites/fs/pages/photos/slide-arrow-right.png') center center no-repeat;
}

.photos-photo img {
	display: block;
}

.photos-photo {
	position: relative;
	float: left;
	clear: both;
    height: auto;
    overflow: visible;
    margin-bottom: 15px;
    padding-bottom: -3px;
    width: 715px;
}

.photo-description {
	clear: both;
	margin: 10px 0;
	padding-bottom: 10px;
}

.photo-comments-block {
	width: 65%;
	float: left;
	margin-right: 3%;
}

.photo-info-block {
	width: 32%;
	float: right;
	font-size: 11px;
}

.photos-photo .tags {
	overflow: hidden;
	position: absolute;
	opacity: 1;
	z-index: 100;
}

#photo-wrapper {
	overflow: hidden;
	position: absolute;
	background: #000;
	opacity: 0.7;
	display: none;
}

#tag-name {
	overflow: hidden;
	position: absolute;
	opacity: 1;
	z-index: 100;
	background: #EEE;
	color: #333;
	padding: 3px;
	display: none;
	font-size: 11px;
}

#new-tag {
	overflow: hidden;
	position: absolute;
	opacity: 1;
	z-index: 90;
}

#tag-info-form {
	border: 2px solid #CCC;
	background: #FFF;
	width: 250px;
	height: 80px;
	display: none;
	position: absolute;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	z-index: 2;
}

#tag-list-names .tab-items {
	height: 270px;
	overflow: auto;
}

#tag-list-names .tab-items .list-item img {
	margin-right: 5px;
	float: left;
	width: 45px;
	overflow: hidden;
	border-radius: 5px;
}

#tag-list-names .tab-items .list-item {
	margin-top: 5px;
	clear: both;
	float: left;
	max-height: 55px;
	overflow: hidden;
}

.tab-button:hover, .tab-button.selected {
    background: none repeat scroll 0 0 #99CC03;
    color: #FFFFFF;
}

.tab-button {
    background: none repeat scroll 0 0 #EEFFBE;
    color: #719701;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 5px;
}

.tab-list {
    clear: right;
    margin-bottom: 5px;
    overflow: auto;
}

.popup.button {
	position: absolute;
	bottom: 5px;
	right: 20px;
	display: block;
	background: #999;
	border: 1px solid #AAA;
	padding: 0 5px;
	cursor: pointer;
	height: 20px;
	line-height: 20px;

}


.popup.button:hover {
	background: #666;
}

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute; font-size: 0.1px; z-index: 99999; display: block; opacity: 0.6; background: #FFF; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize;  height: 10px; width: 10px; left: 50%; top: 0; margin-left: -5px; }
.ui-resizable-s { cursor: s-resize;  height: 10px; width: 10px; left: 50%; bottom: 0; margin-left: -5px; }
.ui-resizable-e { cursor: e-resize; width: 10px; height: 10px; top: 50%; right: 0; margin-top: -5px; }
.ui-resizable-w { cursor: w-resize; width: 10px; height: 10px; top: 50%; left: 0; margin-top: -5px; }
.ui-resizable-se { cursor: se-resize; width: 10px; height: 10px; right: 0; bottom: 0; }
.ui-resizable-sw { cursor: sw-resize; width: 10px; height: 10px; left: 0; bottom: 0; }
.ui-resizable-nw { cursor: nw-resize; width: 10px; height: 10px; left: 0; top: 0; }
.ui-resizable-ne { cursor: ne-resize; width: 10px; height: 10px; right: 0; top: 0; }

#images .upload-images, #images .swfupload  {
	width: 200px;
	height: 200px;
}

#images .swfupload:hover {
	box-shadow: 2px 2px 2px #777; 
}

.turn {
	width: 26px;
	height: 26px;
	margin-left: 10px;
}

.turn-title {
	line-height: 26px;
}

#block-edit-photo .action {
	display: block;
	clear: both;
	margin: 5px 0;
}

.photo-edit {
	1border: 1px solid #d3dde6;
	margin: 0 0 10px;
	1border-radius: 10px;
	margin-bottom: 10px;
	padding: 15px 20px;
	clear: both;
	overflow: hidden;
}

.photo-edit .photo {
	float: left;
	margin-right: 15px;
}

.photo-edit textarea {
	width: 300px;
}

.photo-edit .description {
	margin-bottom: 10px;
}

/*
h1.main-title {
    float: left;
    line-height: 34px;
    margin-right: 10px;
}
*/
/*
#form-photo-edit {
	margin-left: 115px;
}
*/

#form-photo-edit.form .field-content .field-values {
	width: 300px;
}

#tagged-persons {
	font-size: 11px;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

#tagged-persons .tagged-person {
	float: left;
	line-height: 18px;
	height: 18px;
	margin-right: 15px;
}

#tagged-persons .action.delete {
	text-decoration: none;
}

#album-photos, .albums {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#block-profile-albums .block-title {
	text-align: center;

}

#upload-loading {
	position: absolute;
	display: none;
	width: 200px;
	height: 200px;
	background: #FFF url('/i/system/ajax/loading_circle.gif') center center no-repeat;
}