


#home_slideshow {
   width:443px; margin:0px auto 0px; padding:0;
}



/* Create custom forward-backward buttons for this container 
--------------------------------------------------------------- */

#SlideItMoo_info_outer .SlideItMoo_forward,
#SlideItMoo_info_outer .SlideItMoo_back {
   display:block;
   position:absolute;
   cursor:pointer;
   width:28px;
   height:320px;
   bottom:0;
   right:0;
   background:url(../images/forward.png) no-repeat center;
}
#SlideItMoo_info_outer .SlideItMoo_back { 
   left:0;
   background:url(../images/back.png) no-repeat center;
}



/* Slides 
--------------------------------------------------------------- */

#SlideItMoo_info_outer {
   display:block;
   position:relative;
   width:443px;
   height:320px;
}
#SlideItMoo_info_inner {
   position:relative;
   overflow:hidden;
   width:443px;
   height:320px;
   margin:0px auto 0px;
}
#SlideItMoo_info_items {
   display:block;
   position:relative;
}
#SlideItMoo_info_items .info_item {
   display:block;
   position:relative;
   width:385px;
   height:320px;
   float:left;
   border:0;
}
#SlideItMoo_info_items .info_item  table {
   height:320px;
   border:0;
   margin:0 auto;
   padding:0;
}
#SlideItMoo_info_items .info_item table td {
   width:120px;
   height:50px;
   text-align:center;
   border:0;
   margin:0;
   padding:0;
}
#SlideItMoo_info_items .info_item a img{
   border:none;
}
#SlideItMoo_info_items .info_item img {
   width:115px;
   height:50px;
   border:0;
   margin:0;
}


