/* 
    Document   : posters
    Created on : Sep 3, 2009, 1:58:36 PM
    Author     : ryan
    Description:
        Purpose of the stylesheet follows.
*/

.item { width: 15em; }
.item img { max-width: 14.7em; /* Max-Width for Internet Explorer Below. */
    width:expression(
    document.body.clientWidth > (500/14) *
    parseInt(document.body.currentStyle.fontSize)?
        "14.7em":
        "auto" );
}}