/* thumbnails */
-div.extthumb {
- float: right;
+div .thumb {
+ float: left;
width: 100%;
}
-div.thumb {
+div .thumbleft {
+ float: left;
+}
+
+div .thumbright {
+ float: right;
+}
+
+div .innerthumb {
float: left;
border: 1px solid #ccc;
padding: 3px !important;
text-align: center;
}
-div.thumb a img {
+.thumb a img {
border: 1px solid #ccc;
vertical-align:bottom;
}
-div.thumb div.caption {
+.thumb .caption {
border: none;
overflow: hidden;
font-size: 60%;