#contentListAlbum{
    border: 1px solid #CCCCCC;
    float: left;
    margin: 5px 0 0 5px;
    padding: 1px;
    width: 714px;
}
.parentListProduct h2{
    background: #066AD2;
    padding-left: 10px;
    color: #fff;
    line-height: 30px;
}
#contentPictur{
    border: 1px solid #CCCCCC;
    float: left;
    margin: 5px 0 0 5px;
    padding: 1px;
    width: 716px;
}
.album{
    width: 226px;
    float: left;
    border: 1px solid #fff;
    text-align: center;
    border: 1px solid #0000ff;
    margin: 5px;
}
.album img{

}
.contentListHomeProduct{
    margin: 10px 0px;
}
.album:hover{
    border: 1px solid pink;
}
.highslide-gallery{
    padding: 5px;
}
.contentListHomeProduct{
    height: 195px;
    position: relative;
}
.titlePicture{
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #003476;
    font-weight: bold;
}
.imagesBorder{
    height: 168px;
    width: 223px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.highslide-gallery img{    
    float: left;        
}
.picture{
    position: relative;
    width: 156px;
    height: 150px;
    padding: 5px;
    border: 1px solid #ccc;    
    border-radius: 10px;
    float: left;
    margin: 4px;
    border: 1px solid pink;
}
.picture p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: blue
}
.picture:hover p{
    color: pink;
}
.picture:hover{

}