/********** SLIDESHOW **********/
/*******************************/
.SlideItMoo_outer {  
	width: 258px; 
	height: 143px;
	margin: 0px; 
	display: block; 
	position: relative; 
	padding: 0px;
	}

/********** SLIDESHOW CONTROLS **********/
/****************************************/
.SlideItMoo_forward { 
	display: block; 
	position: absolute; 
	cursor: pointer; 
	width: 20px; 
	height: 143px; 
	bottom: 0px; 
	right: 0px; 
	background: url(/images/slider/control_right.gif) no-repeat center;  
	}
	
.SlideItMoo_back {
	display: block; 
	position: absolute; 
	cursor: pointer; 
	width: 20px; 
	height: 143px; 
	bottom: 0px; 
	left: 0px; 
	background: url(/images/slider/control_left.gif) no-repeat center;  
	}

/********** SLIDESHOW ELEMENTS **********/
/****************************************/
.SlideItMoo_inner { 
	position: relative; 
	overflow: hidden; 
	width: 258px;
	height: 123px;
	margin: 0px auto;
	padding: 10px 0px;
	}
	
.SlideItMoo_items { 
	display:block; 
	position:relative;
	margin: 0px auto;
	width: 218px;
	height: 123px;
	}

div.SlideItMoo_element { 
	display: block; 
	position: relative; 
	margin: 0px auto;
	width: 218px;
	float: left; 
	}

div.SlideItMoo_element img {
	border: none;
	}
