.plenta {
    position: relative;
    margin-left: 20px;
    padding: 10px 38px 25px 38px;
    background-color: #fff;
    border-radius:6px;
    -moz-border-radius:5px;
    -khtml-border-radius:10px;
    margin: 0 0 20px 30px;
    overflow: hidden;
}
.plenta .title {
    color: #663366; font-size: 36px; float: left; width: 200px;
}
.plenta .desc {
    color: #333333; font-size: 12px; float: left; width: 550px; margin: 10px 0 0 5px;
}
.plenta .all {
    float: right; color: #663366; font-size: 12px; margin-top: 30px;
}
.plenta .holder{
    clear: both;
    overflow: hidden;
}
.plenta .lenta {
    clear: both;
    overflow: hidden; position: relative; margin: 0 -5px;
    width: 30000px; height: 155px;
}
.plenta .lenta li{
    padding: 5px 12px; float: left; overflow: hidden; display: block;
}
.plenta .lenta li a{
    display: block; position: relative;  height: 150px; width: 150px; overflow: hidden;  text-align: center;
}
.plenta .lenta li span{
    display: block; position: relative;  height: 150px; width: 150px; overflow: hidden;  text-align: center;
}

/*.plenta .lenta li a span{
    position: absolute; bottom: 0; left: 0;  width: 150px;
    color: #fff; background: transparent url(../images/blanck.png) repeat;
    display: none; font-size: 9px; padding: 8px 11px; text-decoration: underline; text-align: left;
}
.plenta .lenta li a:hover span{ display: block;}*/


.plenta a.prev{
    display: block; position: absolute; bottom: 28px; left: 3px;
    background: #fff url(../images/prevpl.jpg) no-repeat center; width: 35px; height: 146px;
}
.plenta a.next{
    display: block; position: absolute; bottom: 28px; right: 3px;
    background: #fff url(../images/nextpl.jpg) no-repeat center; width: 35px; height: 146px;
}

.plenta-list{

    position: relative;
    padding: 25px;
    background-color: #fff;
    border-radius:6px;
    -moz-border-radius:5px;
    -khtml-border-radius:10px;
    overflow: hidden;
}
.plenta-list .lenta {
    float: left; margin: 7px;
    position: relative;  height: 156px; width: 156px; overflow: hidden;  text-align: center;
}
.plenta-list .lenta a{
    width: 150px; height: 150px; display: block; position: relative;
}

.plenta-list .title {
    color: #663366; font-size: 36px;
}

.plentaset .content {

}
.plentaset .content .fullimage {
    display: block;
}

.tip {
    background: #fff;
    padding: 10px;
    max-width: 300px;
    border-radius:3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    overflow: hidden;
    border: solid 1px #ccc;
}