/*
 * Emote Modify - Unofficial deviantART.com skin
 *
 * Author      : catluvr2
 * Created     : July 31st, 2007
 * Updated     : July 17th, 2008
 * Version     : 0.2
 * Website     : http://catluvr2.deviantart.com
 * Description : Modifies deviantART emoticoons
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file

 *Slight update with preview images and name change.

*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("deviantart.com")

{

div.thought a.h  {}
	body[id] img[src="http://e.deviantart.com/emoticons/n/noes.gif"]{height:0!important;padding-top:15px;background:url(http://fc01.deviantart.com/fs14/f/2007/115/9/9/Oh_Noes_by_camelhijackation.gif) transparent!important;opacity:1}
	
div.thought a.h  {}
	body[id] img[src="http://e.deviantart.com/emoticons/s/snowflake.gif"]{height:0!important;padding-top:15px;background:url(http://fc07.deviantart.com/fs32/f/2008/195/a/7/snowflake_by_catluvr2.gif) transparent!important;opacity:1}
	

};