#container {width:679px; margin:0px; padding:0px; background:url(../skin/Slide_Product.png) no-repeat;}
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:679px; 
	height:172px; 
	margin:0px;
	display:block; 
	position:relative; 
	padding:0px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	/*display:block;*/
	position:absolute;
	cursor:pointer; 
	width:15px; 
	height:26px; 
	bottom:0px; 
	right:0px;
	top:-34px;
	background:url(../skin/slideitmoo_forward.jpg) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:645px;
	background:url(../skin/slideitmoo_back.jpg) no-repeat center;  
}
/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative; 
	overflow:hidden; 
	width:700px; /* set a display width to make the slider look good in case js is disabled */
	padding:0px 0px 0px 0px;
	left:0px;
	top:5px;
}
/* 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; 
	position:relative; 
	float:left; 
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 0px;
	width:226px; 
	height:172px;	
	text-align:center;
}
#SlideItMoo_items img{border:1px solid #DBDBDB;}
.SlideItMoo_element A{color:White;}

.NameSlide{background:url(../skin/NameSlide.png) no-repeat center; color:#FFFFFF; padding:6px 0px 6px 0px; text-align:left; height:51px; width:226px; }
