
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
        width: 780px;
        height: 400px;
        margin:0;
        display:block;
        position:relative;
        padding:0;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
        display:block;
        position:absolute;
        cursor:pointer;
        height: 400px;
        width:33px; 
        top:0;
        margin: 0;
        padding: 0;
        right:15px;
        background: url(../images/slideitmoo_forward.png) no-repeat center;
        z-index: 100;
}
#SlideItMoo_outer .SlideItMoo_back {
        left:15px;
        z-index: 100;
        background:url(../images/slideitmoo_back.png) no-repeat center;
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
left:0;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
top:0;
width: 780px;
        height: 400px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
        display:block;
        position:relative;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
        display:block;
float:left;
width: 780px;
height: 400px;
margin:0;
padding:0;
position:relative;
}

#SlideItMoo_items a { margin:0; clear:both; background:none;border: 0; padding:0; }
#SlideItMoo_items a img{ border: 0px; margin:0;padding:0; }