/*    
Name: Sri Lanka Unites :: Youth Movement for Hope and Reconciliation 
Theme URI: http://www.srilankaunites.org/ 
Author: Jeremiah Shaw
*/ 


#conference
{
	/*float: left;
	margin-left: 40px;
	margin-right: 0px;
	padding-top: 30px;
	width: 200px;*/
}

/********** popup bubble **********/

.bubbleInfo {
    position:absolute;    
}
.popup {
    position:relative;
	z-index: 999;
    display: none; /* keeps the popup hidden if no JS available */
    /*background-image: url(img/conference-box.png);
    background-repeat: no-repeat;*/
	border:2px solid #ccc;
	background-color:#FFFFFF;
	position:absolute;
	width: 450px;
    height:auto;
	margin-top:280px;    
	margin-left:-210px;

	
}
