﻿
.topLevelPhotoContainer
{
    float: left; 
    width: 150px; 
    height: 150px;
    overflow: hidden; 
    margin: 5px;
}

#overlayMarker
{
    height: 1px;
}

.imgContainerImport img
{
    display: block;
}

#overlay  
{
    position: relative;    
    height: 60px;
    text-align:center;
    padding-top:50px;
    /*background: url(images/transpBlue_overlay.png); */
}

#overlay img 
{ 
    position: relative;
}

#rootFBImport
{
    overflow: auto;    
    /*height: 600px;*/
}

#addingImageIndicator
{
    position: absolute;
    left: 100px;
    top: 30px;
}

#overlayBackground
{
	display:none;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;	
	background: #000;
	opacity: 0.0;
	filter: alpha(opacity = 00);
}

.favImgInactive
{
    height:20px;
    width:20px;
    background: url(images/Heart_Inactive.png) no-repeat; 
}

.favImgActive
{
    height:20px;
    width:320px;
    background: url(images/Heart_Active.png) no-repeat; 
}



