﻿        .photoList
        {
            list-style-type :none;
            margin:0px;
        }
        .photoList li
        {
            width:200px;height:200px;border:1px #CCC solid;border-radius: 5px;float:left;margin:3px;
        }

        .conver
        {
            position :  absolute;
            background-color:black;
            width:200px;
            opacity :0.7;
            filter:alpha(opacity=70); 
            height:30px;
            line-height:30px;
            color:white;
            text-shadow:1px 1px 1px #EEE;
            text-overflow:ellipsis;white-space: nowrap; overflow:hidden;
            z-index:10;
        }

        .conver div
        {
            padding:0px 3px 0px 3px;
        }
        ._top
        {
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }
        ._bottom
        {
            margin-top:170px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }