.foto_album .plugin-content {
    margin-top: 20px;
    position:relative;
}

.foto_album #album_list {

    padding: 20px;
    background: #fff url('/plugins/foto_album/dsg/album_center.gif') repeat-y left ;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    padding: 20px 0;
    z-index:1;
}

.foto_album #album_list .currPage {
    position:absolute;
    z-index:3;
     font-size: 1.2em;
    margin:0;
    bottom:0;
    right:0;
    color:#666;
    right: 10px;
    top: 10px;
}
.foto_album #album_list .first {

    border-top:none !important;
}
.foto_album #album_list .last {
    margin-bottom:0 !important;
    border-bottom:none !important;
}
.foto_album #album_list .foto_album_frame{
    clear:both;
    position:relative;
    margin-left: 40px;
    z-index: 2;
    background: url('/plugins/foto_album/dsg/album_line.gif') no-repeat   260px 10px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;

}

.foto_album #album_list .foto_album_frame .image_frame {
    position:absolute;
    text-align:center;
    margin-left:20px;
    width: 230px;
    z-index: 3;
}

.foto_album #album_list .foto_album_frame .text_frame {
    width: 250px;
    height: 200px;
    margin-left: 300px;
    z-index: 3;
}
.foto_album #album_list .foto_album_frame a img{
z-index: 3;
border:none;

}
.foto_album #album_list .foto_album_frame h3.title{
    margin-top:20px;
    font-size:1.6em;
    z-index: 3;
}

.foto_album #album_list .foto_album_frame p.description{
    margin-top:-2px;
    font-size: 1.2em;
    line-height: 2em;
    z-index: 3;
}

.foto_album #album_list .foto_album_frame p.date{
    text-align:right;
    font-size:1.2em;
    margin:0;
    display:block;
    border:1px solid #FFF;
    color:#666;
    z-index:10;
}


.foto_album #album_list .foto_album_frame p.numPic{
    position:absolute;
    font-size: 1.2em;
    color:#666;
}

.foto_album #album_list .foto_album_frame a.open{
    position:absolute;
    display:block;
    font-size: 1.2em;
    margin:0;
    height:72px;
    width:61px;
    cursor: pointer;
    text-indent: -9999px;
    background: url('/plugins/foto_album/dsg/open.gif') no-repeat  center center;

    top:50px;
    right:0;
    color:#666;
}

.foto_album #album_list .foto_album_frame a.open:hover{
    background: url('/plugins/foto_album/dsg/open_hover.gif') no-repeat  center center;

}

/* display album*/

.foto_album #album_pictures {
}

.foto_album #album_pictures .picFrame{
    float: left;
    width:200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position:center;
    margin: 10px;
}

.foto_album #album_pictures .picFrame{
    float: left;
    width:200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position:center;
    margin: 10px;
}



.foto_album #album_pictures .picFrame a {
    display:block;
    width:200px;
    height: 200px;
}

.foto_album #album_pictures .picFrame a:hover {
   background: url('../../../dsg/light_bg.png') repeat;
}

