@charset "utf-8";
/* CSS Document */

 
.thumb-img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

/*background:#FFFFFF none repeat scroll 0 0;
border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
border-style:solid;
border-width:1px;
*/
/* height:150px; */
/* margin:10px; */
/*padding:6px;*/
position:relative;
/* width:150px; */
}
.thumb-inner {
height:100%;
overflow:hidden;
position:relative;
width:100%;
}
.thumb-img img {
border:0 none;
}
.thumb-strip {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
bottom:6px;
height:10px;
left:6px;
opacity:0.6;
position:absolute;
/*width:150px;*/
}
.thumb-zoom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(search.png) no-repeat scroll 0 0;
bottom:5px;
height:22px;
position:absolute;
right:5px;
width:22px;
display:none;
}

