/* program css */

/* Use with image title - image needs to wrapped in <div id="title">image goes here</div> */
/*
div#title {
margin: 0 0 15px 0;
}
*/

div#content_related {
margin-top: 120px;
}

#gallery { 
position:relative; 
height:192px; 
width:960px; 
}

#gallery img { 
position:absolute; 
left:0; 
top:0; 
}
