.artist-info
{
padding: 15px 8px 5px 20px;
font-size: 130%;
width: 190px;
}

.gallery-thumbnails
{float: right; 
width: 550px;
background-color: white;
padding: 20px 0px;
}


/* ###################### PICTURE GALLERY ###################### */

.gallery
{
background-color: #FFF;
min-height: 460px;
padding: 0px;
margin: 0px;
}

.gallery-row
{
margin-bottom: 1.5em;
}

.gallery-thumbnail
{overflow: auto;
float: left;
width: 33%;
text-align: center;
border-style: none;
height:190px;
}

.gallery-thumbnail img
{overflow: auto;
border-style: none;
}

.gallery-image { height: 122px; }
