﻿/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back 
{
	vertical-align: middle;
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:141px;
	bottom:0px;
	right:0px;
	background:url(../images/slideitmoo_Forward.png) no-repeat center;
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(../images/slideitmoo_Back.png) no-repeat center;
}