/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
            position:absolute; 
            cursor:pointer; 
            width:14px; 
            height:123px; 
            bottom:0px; 
            left:-2px; 
            background:url(../images/homeNew/topStories_scrollLeft.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_forward_over,
#SlideItMoo_outer .SlideItMoo_back_over{ 
            position:absolute; 
            cursor:pointer; 
            width:14px; 
            height:123px; 
            bottom:0px; 
            left:-2px; 
            background:url(../images/homeNew/topStories_scrollLeft_over.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_forward { 
            width:15px; 
            left: 318px;
			background:url(../images/homeNew/topStories_scrollRight.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_forward_over { 
            width:15px; 
            left: 318px;
			background:url(../images/homeNew/topStories_scrollRight_over.gif) no-repeat center;  
}
 
/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
            position:relative ; 
            overflow:hidden ; 
            width:331px; /* set a display width to make the slider look good in case js is disabled */
            height:123px;
}
/* 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; 
            height:123px;
            position:relative; 
            float:left;
            font-size:11px; 
            width:331px; 
            color:#000000;
            border-right: 1px solid #EBEBEB; 
}
#SlideItMoo_items a { color:#299DA9 }
