#ThumbSize1 {
    font-size: 0.8em;
}

#ThumbSize2 {
    font-size: 0.85em;
}

#ThumbSize3 {
    font-size: 1.1em;
}

#ThumbSize4 {
    font-size: 1.3em;
}

#ThumbSize5 {
    font-size: 1.5em;
}


#AlbumArea {
    position: relative;
    z-index: 0;
	background-color: #fff;
    /* overflow: hidden;
	   height: 600px;
	*/
}

/* image option control's style .cc=copytocollection .mo=more options*/
/* .desktop .Image_Wrapper:hover .cc,  */
.desktop .Image_Wrapper:hover .atc, 
.desktop .Image_Wrapper:hover .mo, 
.desktop .Image_Wrapper:hover .bi, 
.desktop .stream .item:hover .cc{
	display: inline-block;
}

.desktop .selectMode .Image_Wrapper:hover .cc, 
.desktop .selectMode .Image_Wrapper:hover .atc, 
.desktop .selectMode .Image_Wrapper:hover .mo, 
.desktop .selectMode .Image_Wrapper:hover .bi, 
.desktop .selectMode .stream .item:hover .cc{
	display: none;
}

.Image_Wrapper .atc,.Image_Wrapper .cc, .Image_Wrapper .mo, .Image_Wrapper .bi, .stream .item .cc
{
	display:none;
	position:absolute;
	/*padding: 10px;*/
	bottom:5px;
	color: white;
	text-shadow: 0px 0px 1px black;
	border-radius:50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	/*border: 1px solid green;*/
	/*background-color: white*/
	cursor: pointer;
	text-align: center;
}

.Image_Wrapper .cc, .Image_Wrapper .atc
{
	left: 5px;
}

.stream .item .cc, .Image_Wrapper .atc {
	bottom: 0px;
	right: 0px;
}
.Image_Wrapper:hover .mo, .Image_Wrapper:hover .bi
{
	right: 5px;
}
.cc:hover, .mo:hover, .bi:hover, .atc:hover {
	background-color:rgba(0, 124, 200, 1);
	color:white;
	text-shadow: none;
}
.cc.fa-spin, .cc.fa-spin-reverse,
.atc.fa-spin, .atc.fa-spin-reverse
{
	display: inline-block !important;
}
.cc.fa-spin
{
	background-color: rgba(0, 124, 200, 1);
}
.iC .cc{
	display: inline-block !important;
	/* background-color: green; */
	color: #51EC11 !important;
}
.iC .atc{
	display: none !important;
}
.iC .cc:hover
{
	background-color: red;
}

.mf.vidT .vico{
	/* position: absolute; */
	/* font-size: 4em; */
	/* margin-left: -.5em; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	/* left: 50%; */
}
.mf.vidT:hover .vico{
	/* color: blue; */
}

div.AlbumGal {
    margin: 0px 0px 0px 0px;
    /*Sevenion Heigth FIXED*/
}

    div.AlbumGal div.outerDiv {
        /*vertical-align: middle;
        text-align: center;*/
        display: inline-block;
		position: relative;
        /*height: auto;
        margin: 0px 3px;
        width: auto;
        width: 170px;*/
    }

        div.AlbumGal div.outerDiv div.innerDiv {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding-left: 1px;
            position:relative;
            /*margin: 10px;
			padding:5px;
			width: auto;
            vertical-align: middle;
            text-align: center;
            box-shadow: 0 0 3px 1px #444444;
            border: 1px solid white;
			box-shadow: 0px 0px 3px 1px #444; /*border-radius: 5px;
            background-color: #fff;
			width:auto;*/
            /* background-color: #eee; */
        }
			div.AlbumGal .sel i.mf{
				background-color: #eee;
			}
            div.AlbumGal div.outerDiv div.innerDiv img {
				height: auto;
                /*border: 1px solid #aaa;
				margin:3px;
                border-radius: 5px;*/
            }

/*div.AlbumGal div.outerDiv .thumb0 img
{
	height: 120px;
	width: 120px;
}

div.AlbumGal div.outerDiv .thumb1 img
{
	width: 120px;
	height: 120px;
}
*/

/*div.AlbumGal div.outerDiv div.innerDiv img.sel*/
/*.sel {
    background-color: green;
    outline: 5px solid #11d40f;
    outline-offset: -5px;
    opacity: 0.9;
}*/
.Image_Wrapper.sel img, .cardItem.sel
{
	/* outline: 10px solid white; */
	/* outline-offset: -10px; */
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,.9);
}
.cardItem.sel {
	outline: 6px solid white; /*#11d40f;*/
	outline-offset: -6px;
}

div.outerDiv div.innerDiv p.caption {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
}

#mediafiles {
    overflow: hidden;
    display: block;
    width: 100%;
    /*text-align: center;*/
}

div.AlbumGal img {
    /*border-radius: 5px;*/
}

.mf {
    /*background-image: url("../120.jpg");*/
	position: relative;
	display: inline-block;
}

div.AlbumGal div.outerDiv {
    text-align: center;
    margin: 2px;
	width: 100%;
	height: 100%;
}

div.AlbumGal div.SizeA {
    width: 85px;
}

    div.AlbumGal div.SizeA div.thumb1 img {
        max-height: 80px;
    }

    div.AlbumGal div.SizeA div.thumb0 img {
        max-width: 80px;
    }

div.AlbumGal div.SizeB {
    width: 105px;
}

    div.AlbumGal div.SizeB div.thumb1 img {
        max-height: 100px;
    }

    div.AlbumGal div.SizeB div.thumb0 img {
        max-width: 100px;
    }

div.AlbumGal div.SizeC {
    width: 145px;
}

    div.AlbumGal div.SizeC div.thumb1 img {
        max-height: 140px;
    }

    div.AlbumGal div.SizeC div.thumb0 img {
        max-width: 140px;
    }

div.AlbumGal div.SizeD {
    width: 165px;
}

    div.AlbumGal div.SizeD div.thumb1 img {
        max-height: 160px;
    }

    div.AlbumGal div.SizeD div.thumb0 img {
        max-width: 160px;
    }

div.AlbumGal div.SizeE {
    /*width: 230px;*/
}

    div.AlbumGal div.SizeE div.thumb1 img {
        /*max-height: 200px;*/
    }

    div.AlbumGal div.SizeE div.thumb0 img {
		transition: 0.2s ease-in-out;
        cursor: pointer;
        /*max-width: 200px;*/
    }

div#AlbumArea {
	min-height: 100%;
    margin: 0px;
	position: absolute;
	overflow: hidden;
	top: 0px; /* need to adjust this with header height*/
	/*bottom: 0;*/
}

.buttonSelected {
    color: grey;
    border: 1px solid grey;
}

#showFavourites, #showShortListed, #showBlocked  {
    /*border: 1px solid rgba(68, 68, 68, 1);*/
}

.blocked {
    background-color: red;
    color: white;
    margin-top: 5px;
    padding: 2px;
    position: absolute;
    opacity: 0.5;
	z-index:9998;
}

/*Sevenion: Drop Down to change the home screen view*/
div#toggleView {
    height: 30px;
    margin-top: -4px;
}

/*#pathToFile {
    display: block;
    width: 100%;
    position: fixed;
	background-color: #fafafa;
    z-index: 9999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
    #pathToFile a {
        color: #003040;
        opacity: 0.5;
        text-decoration: none;
        width: auto;
    }

        #pathToFile a:hover {
            color: #003040;
            border-bottom: 2px solid #003040;
            opacity: 1;
        }*/


/*.separator {
    
}*/

/*list items*/
._treeMC li {
    list-style-type: none;
}
    /*links*/
    ._treeMC li a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
        line-height: 20px;
        display: block;
        margin-left: 4px;
        padding-left: 10px;
        /*transition for smooth hover animation*/
        transition: all 0.15s;
    }
        /*hover effect on links*/
        ._treeMC li a:hover {
            background: #003545;
            color: #fff;
        }

        /*Sevenion: Change Background Color onSelect*/
        ._treeMC li a:focus {
            background-color: Highlight;
            color: white;
        }

.anchorSelected {
    background-color: lightgreen;
    color: white;
    /*margin-left: 6px;
    margin-right: 3px;
    position: relative;*/
}

/*Alignment*/
._treeMC ul ul li {
    margin-left: 10px;
}


/*Sevenion: To remove unwanted space*/
._treeMC ul li:first-child {
    margin-top: -20px;
}

#nodeChild {
    display: block;
    margin-left: 10px;
    margin-top: 22px;
}

/*Aravind Browser Specific CSS*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ._treeMC ul li:first-child {
        margin-top: 0px;
    }

    #nodeChild {
        margin-top: 0px;
        margin-left: 10px;
    }

        #nodeChild li.last {
            margin-bottom: 18px;
        }
}

.cardItem {
    border: 2px solid transparent;
    box-sizing: border-box;
    /*background-color: #fff;*/
    background-color: #444;
    box-shadow: 0 0 2px 0 #d3cbb8;
    float: left;
    margin: 10px;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: relative;
}

    .cardItem .cover {
        background-color: #444;
        width: 200px;
        height: 200px;
    }

    .cardItem .title {
        /*margin: 5px 0px;*/
        /*word-wrap: break-word;*/
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: text;
        min-width:50%;
        padding: 3px 0px 4px 0px;
        display: block;
        /*height: 1.8em;*/
        vertical-align: top;
        color: white;
    }

	.cardItem .shared
	{
		cursor: pointer;
	}
        .cardItem .title:hover {
			background-color: rgba(100,100,100,1);
            /*background-color: lightgreen;*/
        }

    .cardItem:hover {
        /*background-color: #efe;*/
		/*background-color: #999;*/
        opacity: 0.9;
    }

.folderRename {
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	width: 190px;
	display: none;
	margin: -4px;
}

.folderRenameMedia {
    cursor: pointer;
    display: none;
    font-size: 0.9em;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
	outline: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.8);
	margin:0;
	padding:0;
}

.txtFn {
	display: none;
	height: 1.5em;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	border: 1px solid #777;
}
#renameTag {
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: auto;
}

.toolBar {
    padding: 0px;
}

    .toolBar .navBar {
        background-color: #008000;
        height: 29px;
        margin-right: 1px;
    }

        .toolBar .navBar * {
            color: white;
            text-align: center;
        }

        .toolBar .navBar a {
            padding: 7px 7px;
            font-size: 1.2em;
        }

            .toolBar .navBar a.ttFolder {
                width: 30px;
                /*padding-left:3px;*/
            }

            .toolBar .navBar a.sel {
                background-color: lawngreen;
            }

.navSpan {
    /* padding: 7px 7px; */
    /* font-size: 1.2em; */
    /* cursor: pointer; */
}

    .navSpan.tSel, .navSpan:hover {
        /* background-color: #fff; */
        /* color: #008000; */
        /* opacity: 0.6; */
    }

.albumBar {
    /*background-color: rgba(23,23,45,0.8);
    color: white;*/
    color: #444;
    background-color: #fff;
}

    .albumBar a {
        /*color: white;*/
    }

    .albumBar .navBar {
        padding: 0 30px;
        height: 37px;
        position: fixed;
        right: 0px;
        left: 0;
        background-color: #fff;
        z-index: 9999;
        /*color: white;
        background-color: rgba(23,23,34,1);*/
        margin-top: 0px;
        vertical-align: middle;
    }

        .albumBar .navBar .bf {
            /* float: left; */
            /* margin-right: 5px; */
            cursor: pointer;
            font-size: 2opx;
            position: relative;
            z-index:9901;
        }

		.albumBar .navBar > .ico {
        	font-size: 25px;
        	vertical-align:middle;
        	display: inline-block;
        	line-height: 37px;
        }

	.navBar .ico:hover{
		/* color:blue; */
	}

.ttFolders {
    float: left;
    background-color: green;
    margin-top: -8px;
    margin-left: -10px;
    margin-right: 10px;
    margin-bottom: -20px;
    padding: 9px;
    cursor: pointer;
}

.ib{
	display: inline-block;
}
#navPath {
    position: relative;
    /* float: left; */
    /*font-size: .8em;*/
    background-color: white;
    display: inline-block;
    padding: 0;
}

    #navPath a {
        /* margin-right: 5px; */
        /* margin-left: 5px; */
        /* font-weight:300; */
    }

#navTools {
    position: relative;
    float: right;
	z-index:9901;
    /*margin-right: 20px;*/
}

    #navTools * {
		/* margin-right: 15px; */
		cursor: pointer;
		/* padding: 5px; */
		/* margin-top: -5px; */
		}

	#navTools * {
		/* margin-right: 15px; */
		text-align: center;
		cursor: pointer;
		/* padding: 5px; */
		/* margin-top: -5px; */
		display: inline-block;
		}
	.ico{
		font-size: 20px;
		position: relative;
		width: auto;
		text-align: center;
		padding: 0px 10px;
		display: inline-block;
		color: #fff;
		/* top: 50%; */
		/* transform: translateY(-50%); */
		vertical-align: middle;
		/* height: 38px; */
		/* text-shadow: rgba(0,0,0,0.7) 0px 0px 3px; */
	}
	#manageAlbum .ico{
		height: 38px;
	}
	#navTools .ico{
		height: 38px;
		padding-top: 2px;
	}
	
	.ico:hover .ico-img,
	.ico:hover .ico-title{
		color: #007aff;
	}
	.ico.disabled:hover .ico-img,
	.ico.disabled:hover .ico-title{
		color: #bbb;
	}
	
	.ico-title{
		display: block !important;
		padding: 0;
		font-size: 11px;
	}
	.ico.pressed{
		background-color: green;
		color:white;
	}

    #navTools i {
        /* margin-right: 5px; */
    }
	
	#navPath * {
		font-size:14px;
		padding: 0 0px;
	}
	
    #manageAlbum .ico-img{
    	font-size: 17px;
    }
	#manageAlbum .ico-title{
		font-size: 11px;
	}
	#manageAlbum .ico-btn:hover{
		background-color: rgba(255,255,255,0.8);
	}
	#manageAlbum .ico-btn:hover .ico-img,
	#manageAlbum .ico-btn:hover .ico-title{
		/* color: rgba(255,255,255,0.8); */
	}
	#manageAlbum #closeblock{
		/* margin-top: -3px; */
		line-height: 38px;
		/* 		border-left: 1px solid rgba(255,255,255,0.5); */
		padding-left: 27px;
		padding-right: 30px;
		background-color: rgba(0, 0, 0, 0.2);
	}
	
	#manageAlbum #closeblock::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0px;
		width: 37px;
		height: 37px;
		transform: scaleX(-.5) scaleY(.73) rotate(135deg);
		-ms-transform: scaleX(-.3) scaleY(.73) rotate(-45deg);
		-moz-transform: scaleX(-.3) scaleY(.73) rotate(-45deg);
		/* -webkit-transform: scaleX(-.3) scaleY(.73) rotate(-45deg); */
		-o-transform: scaleX(-.3) scaleY(.73) rotate(-45deg);
		z-index: 1;
		background-color: transparent;
		border-left: 3px solid rgba(255, 255, 255, 0.45);
		border-top: 3px solid rgba(255, 255, 255, 0.45);
		display: none;
	}
	
	#maCLose{
		line-height:38px;
	}
#titleBar {
    /* height: 9em; */
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    width: 100%;
    padding-top: 33px;
}

#titleBar *{
	/* color: #000; */
	font-size: 18px;
}

#titleSpace {
    position: relative;
    /* float: left; */
    /* height: 100%; */
    /* width: 75%; */
}

    #titleSpace img {
        float: left;
        height: 90px;
        margin: 5px;
        margin-right: 10px;
        padding: 2px;
        border: 1px solid #aaa;
    }
	
	.coverImg{
		display: none;
	}
#title {
    font-size: 40px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    /* line-height: 45px; */
}

#desc {
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    height: 2.5em;
    color: #999;
    padding-top:2px;
    display: none;
}

#details {
    /* float: right; */
    /* padding-right: 20px; */
    position: relative;
    /* right: 0; */
    text-align: left;
    /* top: 0; */
    /* width: 24%; */
    margin-top: -6px;
    color: #777;
}

    #details div {
        margin: 5px;
        /* font-size: 16px; */
        display: inline-block;
    }

.tools-toggle-btn {
    width: 26px;
    height: 25px;
    padding: 4px;
    position: absolute;
    left: 0px;
    top: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    border-width: 0px;
    background-color: #b6ff00;
    box-shadow: none;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    z-index: 9999;
    color: #666;
    font-size: 2em;
}

.notifier {
    color: #777;
    cursor: pointer;
}

#AlbumArea {
    width: 100%;
}

#AlbumDetails {
    /*position: fixed;
    right:0;
    left:0;*/
    z-index: 99999;
    /* background-color: rgba(240,240,240,0.9); */
    /*box-shadow: 0px 4px 7px rgba(0,0,0,0.8);*/
    /* border-bottom: 1px solid rgba(155,155,155,0.9); */
    position: relative;
}

.folderDocked #AlbumDetails {
	left: 250px;
}
.folderDocked #AlbumImgs {
	padding-left: 250px;
	/* margin-right: 10px; */
}
.folderDocked .albumBar .navBar {
	left: 250px;
}
.folderDocked #manageAlbum{
	width: calc(100% - 250px);
}
.folderDocked #AlbumDetails {
	padding-left: 250px;
}

.navBar *{
	color: #444;
}

	#AlbumDetails #titleBar
	{
		color: #000;
		padding-left: 40px;
	}
#AlbumImgs {
    /*margin-top: 175px;*/
	margin-top: 2px;
    z-index: 0;
	width: 100%;
}

.HiddenTitle {
    margin-left: 5px;
    font-size: 1em;
    display: none;
}

#manageAlbum {
    position: absolute;
    height: auto;
    /* border-top: 1px solid #ddd; */
    dd; */
    margin-top:20px;
    /*background-color: rgba(23, 23, 45, 0.8);
    color: white;*/
    position: fixed;
    top: 50px;
    z-index: 99999999;
    width: 100%;
    background-color: #ffcca7;
    background-color: #007aff;
    /* background-color: #4285f4; */
    /* padding-top: 2px; */
    display: none;
}

/*     #manageAlbum i {
        cursor: pointer;
        margin-right: 10px;
        margin-top: 7px;
        font-size: 1em;
    } */

/*     #manageAlbum span {
        cursor: pointer;
        /*margin-top: 5px;*/
        margin-right: 10px;
		line-height: 24px;
		vertical-align: middle;
    } */

	#manageAlbum .viewBySel {
        color: rgba(0,255,0,1);
		border-color: rgba(0,255,0,1);
    }

/*     #manageAlbum a,  #manageAlbum .a{
        cursor: pointer;
        /*margin-top: 6px;*/
        margin-right: 15px;
        font-size: 1em;
        text-decoration: none;
        /*color: white;*/
    } */
    
	.desktop #manageAlbum a:hover, #manageAlbum .a:hover
	{
		color: #007aff;
	}

	.desktop #manageAlbum a.disabled:hover, #manageAlbum .a.disabled:hover
	{
		background-color:initial;
	}
	
    #numItemsSelected{
    	font-weight: bold;
    	font-size: 20px;
    	/* vertical-align: top !important; */
    	/* color:#0fa80e; */
    	color: #fff;
    }
    #manageAlbum .HI {
        display: none;
    }

	#manageAlbum > div > i{
		font-size: 1.1em;
	}
	#manageAlbum.fixPos{
		position:fixed;
		left: 0;
		right: 0;
		top:80px;
		background-color: #f0f0f0;
		z-index:9999;
		border-bottom: 1px solid #888;
	}

	#AlbumInfo.fixPos
	{
		margin-bottom: 30px
	}
.albumCoverBG {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
    /*background-color: lightblue;*/
    -webkit-filter: blur(10px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: url(blur.svg#blur);
    opacity: 0.95;
}

.ui-draggable {
    z-index: 99999;
}

#TagSpace {
    float: right;
    height: 15px;
    padding-right: 20px;
    position: relative;
    right: 0;
    text-align: right;
    top: -22px;
}

#tList{
	display: inline-block;
}
#addTag {
    color: darkgrey;
    cursor: pointer;
    margin-right: 5px;
}

    #addTag:hover {
        color: lightgrey;
    }

.eachTag {
	/* background-color: rgba(23, 23, 34, .8); */
	border: 1px solid rgba(23, 23, 34, .8);
	border-radius: 10px;
	font-size: 0.9em;
	margin-right: 5px;
	opacity: 0.8;
	/* padding: 1px 0 0 3px; */
	padding: 1px 7px; 
	/*padding-left: 8px;*/
	display: inline-block;
}

    .eachTag:hover {
        opacity: 1;
    }

.tagName{
	padding-left: 3px;
}
.eachTag:hover .removeTag {
	opacity: 1;
}
.removeTag {
	/* border-left: 1px solid rgba(42, 42, 62, 1); */
	/* margin-left: 2px; */
	/* padding: 0 3px; */
	/* color: #574646; */
	/* position: absolute; */
	/* margin-left: -1px; */
	opacity: 0;
	padding-right: 2px;
}

    .removeTag:hover {
        color: red;
    }

#selectedTag {
    /*border: 2px solid grey;*/
    /*height: 60px;
    margin-left: 20px;
    margin-top: 280px;
    position: absolute;
    width: 75%;*/
}

#tagList {
    /*border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    height: 340px;*/
    margin-left: 12px;
    margin-top: 10px;
    width: 95%;
}

    #tagList a {
        color: white;
        margin-bottom: 10px;
    }

#addNewTag {

}

.eachTagM {
    background-color: rgba(23, 23, 34, .8);
    border: 1px solid rgba(23, 23, 34, .8);
    font-size: 0.9em;
    margin-right: 5px;
    opacity: 0.8;
    padding: 1px 3px;
    float: left;
}

    .eachTagM:hover {
        opacity: 1;
    }

.removeTagM {
    border-left: 1px solid rgba(42, 42, 62, 1);
    margin-left: 2px;
    padding: 0 3px;
    color: darkgrey;
}

    .removeTagM:hover {
        color: white;
    }

.tagSelected {
    outline: 3px solid #11d40f;
    outline-offset: -2px;
    background-color: #11d40f;
}

.selectedTagName {
    float: left;
    margin-left: 7px;
}

#showMoreTag {
    color: grey;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 2px;
}

#showMoreTag:hover {
    color: white;
}

.eachTagMA {
    background-color: rgba(23, 23, 34, 0.8);
    border: 1px solid rgba(23, 23, 34, 0.8);
    color: white;
    float: left;
    font-size: 0.9em;
    margin-left: 3px;
    margin-top: 3px;
    opacity: 0.8;
    padding: 1px 3px;
}

#manageAlbum .disabled{
	color: #bbb;
}

#manageAlbum .enable{
	color: #000;
}


#manageAlbum .maLeft
{
	float: left;
	left: 10px;
}

#manageAlbum .maRight
{
	position: relative;
	right: 0px;
	/* width: 100%; */
	text-align: right;
}

.mcMode .mcHide, .owner .cc{
    display: none !important;
}

.psMode .psHide{
    display: none !important;
}