
.right_column_pto {
	margin-top:0px;

	width:100%;
	height:auto;
}

div.textbox img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

div.wrapper {  
    position:relative; /* important(so we can absolutely position the description div */  
	overflow:hidden;
}  

div.description {  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    vertical-align:super;
    left:0px;  
    display:none; /* hide it */   
    background-color:black;  
    font-family: 'verdana';  
    font-size:.90em;  
    color:white;  
    width:210px;
    height:92px;
    margin-top:23px;	
}
  
div.description_content  {  
    padding:8px; 
    padding-left:8px;padding-top:2px;	
}  

div.description_content a {color:white;}

