﻿    #defaultalbum
    {
        position: relative;
        width: 690px;/*670*/
        width:690px !important; /*670*/
        height: 196px;/*180*/
        border: 0px solid #8080C0;/*10px*/
         margin:0  0 0 0; 
         float:left; 
    }
    #defaultalbum ul, #defaultalbum li
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #defaultalbum ul
    {
        position: relative;
        width: 690px;/*670*/
        height: 196px;/*180*/
        overflow: hidden;
/*        background: transparent url(defaultalbum/pktest.jpg) no-repeat 0 0;*/
    }
    #defaultalbum li
    {
        position: absolute;
        width: 1000%;
    }
    #defaultalbum a
    {
        float: left;
    }
    #defaultalbum img
    {
        display: block;
        border: 0;
    }
    #defaultalbum span
    {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    #defaultalbum span a
    {
        display: block;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        text-decoration: none;
        color: gray;
        background: transparent url(defaultalbum/o_button.gif) no-repeat -15px 0;
    }
    #defaultalbum span a:hover, #defaultalbum span a.hover
    {
        color: #F8F8F8;
        background-position: 0 0;
    }