/*
 * Userstyles.org :: Enlarge thumbs
 *
 * Author      : THiC
 * Created     : July 8th, 2007
 * Updated     : July 8th, 2007
 * Version     : 1.0
 * Website     : http://stumbl.be
 * Description : Shows original screenshot on mouseover
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@-moz-document url-prefix(http://userstyles.org/styles/) 

{
.multiple-screenshot {
	max-width: 300px;
}
.multiple-screenshot:hover {
	max-width: 800px !important;
}
.single-screenshot {
	max-width: 600px;
}
.single-screenshot:hover {
	max-width: 800px !important;
}

}

