/*
 * Youtube - No Advertisements
 *
 * Author	         : QuestionMarkFTW
 * Updated	 : April 19, 2010
 * Description	 : Removes sidebar advertisements and big advertisement on home page.
 * Usage      	 : Use with the Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {

#watch-channel-brand-div
{
    display: none !important;
}
#DIV_0_1_1271655103315
{
    display: none !important;
}
#ad_creative_1.ad-div
{
    display: none !important;
}
#ad_creative_2.ad-div
{
    display: none !important;
}
#ad_creative_expand_btn_1
{
    display: none !important;
}
#ad_creative_iframe_1
{
    display: none !important;
}
#ad_creative_iframe_2
{
    display: none !important;
}
#ad_creative_iframe_3
{
    display: none !important;
}
#ad_creative_iframe_4
{
    display: none !important;
}
#ad_creative_iframe_5
{
    display: none !important;
}
}