

img, object, embed
{
    /*max-width: 100%;*/
}

.view
{
    display: block;
    position: relative;
    height: 140px;
    overflow: hidden;
    margin-right: 5px;
}
.view img
{
    height: 138px;
    width: 215px;
    border-bottom: #777 1px solid;
    border-left: #777 1px solid;
    background-color: #ffffff;
    border-top: #888 1px solid;
    border-right: #888 1px solid;
}
.view .picList-array
{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 20px; 
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    font-family:"SimSun"; 
    color: #fff;
    margin: 5px;
    border-radius: 10px; 
    background: #ff0000;
    z-index: 2;
}
.view .info-bg
{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 18px;
    background: url(../Images/bg_shadow_39ec89c.png) left bottom repeat-x;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/bg_shadow_ca77f5b.png');
}

.view .info
{
    position: absolute;
    bottom: 2px;
    color: #ffff0d;
    right: 6px;
    font-size: 14px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;   
	color: #A70B08;
    text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;  
}
.view .site
{
    position: absolute;
    bottom: 3px;
    color: #FFF;
    left: 6px;
}
.view .static
{
    margin: 15px 0 0 20px;
    width: 85px;
    height: 31px;
    border-radius: 15px;
    background: #ef2a2a;
    font-size: 18px;
    line-height: 31px;
    text-indent: 10px;
}
