﻿/* --- Used only for the image slider on index2.asp --- */

#ind2_loading, #SlideItMoo_outer {  
	width:630px;
	height: 114px; 
}
#SlideItMoo_outer {  
	margin: 5px 0px 50px; 
	display:none; 
	position:relative; 
	padding: 0px 0px 0px;	
}
#ind2_loading 
{
    width:680px;
    height:125px;
    background: url(/images/08/loading.gif) center center no-repeat;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:17px; 
	height:114px; 
	bottom:0px; 
	right:5px; 
	background:url(/images/08/ArrowRight.jpg) no-repeat center center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(/images/08/ArrowLeft.jpg) no-repeat center center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:2px 0px 2px;
}
/* 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; 
	font-size:11px; 
	/*width:112px;
	height:112px; */
	width:126px;
	height:126px; 
	background: url(/images/08/imgShadow2.png) no-repeat;
	
	text-align:center; 
	color:#FFFFFF;
	/*border: 1px solid gray;
	background: #acacac;*/
	
}

/*#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block;  padding:2px; }*/
#SlideItMoo_items a img{ border:none; margin: 12px 0px 0px -1px; padding:0px;}
