.block-gallery-main{
	float: left;
	width:171px;
}
.block-gallery-thumbs{
    float: left;
	width:175px;
}

.block-gallery-description{
    float: left;
	width:140px;
	margin-bottom:10px;
}


.block-gallery-actions{
   clear:both;
   text-align:right;
}

#block-gallery-photos-thumbbox{
    padding:5px 0 0 5px;
    line-height:0;
}

.block-gallery-main img{
    border:1px solid #000;
}

a.block-gallery-photos-thumbs img{
	float:none;
    border:none;
    margin:0;
    padding:0;
    border:1px solid #000;
}

a.block-gallery-photos-thumbs{
	float:left;
    margin:0 5px 5px 0;
    padding:0;
}

a.block-gallery-photos-thumbs.last{
    margin-right:0;
    clear:right;
}
a.block-gallery-photos-thumbs:hover{
    background-color:transparent;
}