@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.flickr.com") {

/* ==== Flickr WideScreen - Wide Film Strip Thumbs X2 - v4 DEPRECATED - ==== */
/* PERMANENTLY EXPAND PHOTOSTREAM FILM STRIP */
.sidebar-context-first .context-photos {
display: block !important;
}

/* PHOTO PAGE - SIDE BAR - CONTEXT - (FILM STRIP "USER Photostream") - POSITION - === */
#primary-context  {
    position: relative !important;
    width: 600px !important;
margin-left: -40px ! important;
    float: none !important;
}
#secondary-contexts {
    position: relative !important;
    width: 600px !important;
margin-left: -40px ! important;
    float: none !important;
}

/* PHOTO PAGE - SIDE BAR - FILM STRIP X2(10 Thumbs) - === */
.context-photos {
    width: 100% !important;
    margin-left: 10px !important;
    overflow: hidden !important;
    z-index: 1 !important;
}
/* (new6)PHOTO PAGE - SIDE BAR - FILM STRIP X2 - ARROWS - GENERAL - PRIMARY CONTEXT - USER PHOTOSTREAM - Always OPEN - === */
#context-stream-.sidebar-context a[class*="-arrow"]{
    position: absolute !important;
/*    display: block !important;*/
width: 15px ! important;
    bottom: 5px !important;
    z-index: 500 !important;
}
#context-stream-.sidebar-context a.right-arrow  {
    left: 14px !important;
}
.right-arrow span ,
.right-arrow:hover span {
    left: 3px !important;
}
a.left-arrow {
    left: 2px !important;
}
.left-arrow span ,
.left-arrow:hover span {
    left: 1px !important;
}

/* (new6)PHOTO PAGE - SIDE BAR - FILM STRIP X2 - ARROWS - SECONDARY CONTEXT - === */

#secondary-contexts:hover a.right-arrow {
    height: 29px !important;
width: 12px ! important;
    margin-left: 28px !important;
    top: 27px !important;
    left: -10px !important;
}
#secondary-contexts:hover a.right-arrow span {
    top: 6px !important;
}


#secondary-contexts:hover a.left-arrow {
    height: 29px !important;
width: 12px ! important;
    margin-left: 28px !important;
    top: 54px !important;
    left: -10px !important;
}
#secondary-contexts:hover a.left-arrow span {
    top: 6px !important;
}

#secondary-contexts:hover> li:first-child a.right-arrow {
    height: 29px !important;
width: 12px ! important;
    margin-left: 28px !important;
    top: 27px !important;
    left: -10px !important;
}
#secondary-contexts:hover> li:first-child a.left-arrow {
    height: 29px !important;
width: 12px ! important;
    margin-left: 28px !important;
    top: 54px !important;
    left: -10px !important;
}

/* (new6)PHOTO PAGE - SIDE BAR - POOL / FAV list - "X" DELETE CROSS - === */
 .delete-x-inline.remove-from-context {
    position: absolute !important;
    display: inline-block !important;
    width: 15px !important;
    left: -12px !important;
    top: 5px !important;
opacity: 2 ! important;
    z-index: 500 !important;
}
 .delete-x-inline.remove-from-context img {
    position: absolute !important;
    display: inline-block !important;
    top: 1px !important;
background-color: transparent ! important;
}
 .delete-x-inline.remove-from-context:hover img {
    position: absolute !important;
    display: inline-block !important;
    top: 1px !important;
background-color: black ! important;
border-radius: 10px ! important;
}

}

