
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer2 {
        width:538px !important;
        height: 228px;
        overflow: hidden;
        margin:0;
        display:block;
        position:relative;
        padding:0;
        background:url(../../images/showreelbig_background.png) no-repeat center;
}

*+html #SlideItMoo_outer2 {
        width:538px !important;
        height: 230px;
        overflow: hidden;
        margin:0;
        display:block;
        position:relative;
        padding:0;
        background:url(../../images/showreelbig_background.png) no-repeat center;
}

+html #SlideItMoo_outer2 {
        width:538px !important;
        height: 230px;
        overflow: hidden;
        margin:0;
        display:block;
        position:relative;
        padding:0;
        background:url(../../images/showreelbig_background.png) no-repeat center;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer2 .SlideItMoo_forward2,
#SlideItMoo_outer2 .SlideItMoo_back2 {
        display:block;
        position:absolute;
        cursor:pointer;
        width:30px;
        height:227px;
        top:3px;
        margin: 0;
        padding: 0;
        right:10px;
        background: url(../images/slideitmoo_forward.png) no-repeat center;
}
#SlideItMoo_outer2 .SlideItMoo_back2 {
        left:10px;
        background:url(../images/slideitmoo_back.png) no-repeat center;
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner2 {
height:221px;
left:3px;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
top:4px;
width:532px !important;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items2 {
        display:block;
        position:relative;
        padding: 0;
        overflow: hidden;
        margin: 0;
}

/* single element design */
#SlideItMoo_items2 div.SlideItMoo_element2 {
        display:block;
float:left;
height:227px;
margin:0;
padding:0;
position:relative;
width:532px !important;
}

#SlideItMoo_items2 a { margin:0; clear:both; width:532px; height: 227px; display:block; background:none;border: 0; padding:0; }
#SlideItMoo_items2 a img { border: 0px; margin:0;padding:0; }


*+html #SlideItMoo_items2 a img { border: 0px; margin:2px 0 0 0; padding: 0; }
+html #SlideItMoo_items2 a img { border: 0px; margin:2px 0 0 0; padding: 0; }

