div.loader {
font-style: italic;
text-align: center;
margin: 20px;
height: 24px;
background: url(../img/loader.gif) no-repeat center center;
}

div.items {
width: 600px;
margin-left: auto;
margin-right: auto;
}

.thumb-container,
.thumb-inner,
.thumb-img {
border: 0;
display: block;
display: inline-block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
}

.thumb-container {
background: #FFFFFF;
border: 1px solid;
border-color: #ccc #aaa #aaa #ccc;
height: 150px;
margin: 10px;
padding: 6px;
width: 150px;
}

.thumb-container a,
.thumb-container img {
border: 0;
margin: 0;
}

.thumb-center img,
.thumb-strip,
.thumb-icon {
position: absolute;
}

.thumb-center img {
margin-left: 50%;
margin-top: 50%;
}

.square-thumb {
width: 200px;
height: 200px;
}
