.thumb-container, .thumb-inner, .thumb-img {
    border: 0 none;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.thumb-container {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 140px;
    margin: 10px;
    padding: 6px;
    width: 160px;
}
.thumb-container a, .thumb-container img {
    border: 0 none;
    margin: 0;
}
.thumb-center img, .thumb-strip, .thumb-icon {
    position: absolute;
}
.thumb-center img {
    margin-left: 50%;
    margin-top: 45%;
	position:absolute;
}
/*.thumb-strip {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    bottom: 0;
    color: #222222;
    font: 10px/16px Arial,sans-serif;
    height: 16px;
    left: 0;
    letter-spacing: -1px;
    text-indent: 4px;
    white-space: nowrap;
    width: 100%;
}
.thumb-icon {
    background: url("images/tango-icon.png") no-repeat scroll 0 0 transparent;
    bottom: 2px;
    height: 22px;
    right: 4px;
    width: 22px;*/
}