
.image-thumb { 
    position: relative; 
    width: 305px;
    height: 175px;}

.image-thumb .bigger { 
    position: absolute; 

    width: 20px; 
    height: 20px; 
	border:0px;
	margin:0px;
	top:	5px;
	left: 5px;
}   

.bigger a{ 
	border:0px;
}   
.image-thumb .specs { 
    position: absolute; 

    width: 20px; 
    height: 20px; 
	left: 27px;
	top:5px;
	bordeR:0px;
}   


