
/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:100; 
     
    /* styling */ 
    background-color:#333; 
     
    width:322px;     
    min-height:200px; 
    border:1px solid #666;
	position:absolute;
	/*left: 669px;
	top:212px;  */
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-29px; 
    top:-11px; 
    cursor:pointer; 
    height:28px; 
    width:29px; 
}

#movieLink{
	margin: -18px 72px 0px 240px;
	cursor: pointer;
}
#movieLink2{
	margin: 0px;
	margin-bottom:5px;
	cursor: pointer;
}

#movieLinkColor{
	color: #BA2312;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

 