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