/**
* Styles for basic layout
*/
.lof_thumbnail_container {
    float: left;
}
.lof_thumbnail_container h4 {
	display: none;
}
ul.lof_thumblist {
    float: left;
}
ul.lof_thumblist li {
    float: left;
    margin: 1px;
    padding: 3px;
}
.lof_thumbnail_container .block_content {
    float: left;
}
ul.lof_thumblist img:hover {opacity: 0.7;}
ul.lof_thumblist img {
	margin: 1px 2px;
}

/* THEME STYLE */

/* ---------- Light ------------- */
.thumb_light ul.lof_thumblist li {
}
.thumb_light ul.lof_thumblist img {
}
