

/* CMS */
div.photos div.thumbList ul li.addImage {  }
div.photos div.thumbList ul li.addImage a { display: block; width: 40px; height: 40px; background: #AAA; border: 2px solid #FFA; cursor: pointer; text-align: center; }

div.popup { background: #FFA; border: 1px solid #CCC; padding: 5px; }
div.imageUpload { width: 300px; }

div.editAlbum input, div.editAlbum select { width: 300px; }
div.editAlbum input.half { width: 150px; }
div.editAlbum textarea { width: 300px; height: 100px; }

div.editText { text-align: center; }
div.editText textarea { width: 300px; height: 200px; display: block; }

a.editLink { display: block; background: #FFF; cursor: pointer; height: 13px; width: 16px; background: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/edit.png) no-repeat; }

a.deleteLink { position: absolute; bottom: 12px; right: 5px; background: #FFF; cursor: pointer; height: 13px; width: 16px; background: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/delete.png) no-repeat; }
a.editCaptionLink {
    position: absolute;
    top: 7px;
    right: 5px;
    background: #FFF;
    cursor: pointer;
    height: 13px;
    width: 16px;
    background: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/edit.png) no-repeat;
}

span.dragHandle { position: absolute; top: 7px; left: 7px; cursor: move; height: 10px; width: 10px; background: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/drag.png) center center no-repeat; opacity: 0.8; }

div.photos div.editLinks {  text-align: right; }
div.photos div.editLinks a { display: inline; padding: 0px 10px 0px 18px; cursor: pointer; background: center left no-repeat; }
div.photos div.editLinks a.image { background-image: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/image.png); }
div.photos div.editLinks a.edit { background-image: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/edit.png); }
div.photos div.editLinks a.del { background-image: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/delete.png); }
div.photos div.editLinks a.add { background-image: url(http://www.artworkslandscape.co.nz/module_content/PhotoAlbum2/common/icons/add.png); }






.clear { clear: both; }