

#portfolio{
	position:absolute;
	top:10px;
	left:10px;
	margin:0px;
	margin:-50px 0px 0px -140px;
}

/* some styling for triggers */
#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0px;
	background-color:#fff;
	border:1px solid #fff;
	padding:0px;

	
}





/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden        */ 

    display:none; 

    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#fff; 
     
    width:515px;     
    min-height:200px;
	border:#a0a0a0 2px solid;
	padding-bottom:20px;
	
     

} 


.simple_overlay p{
	padding-left:50px;
	width:420px;
	
	
}

.simple_overlay h2{
	padding:10px 0px 0px 50px;
	width:420px;
	
	
}
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 

} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}

