		/* Setup Tabs */
			
		.sx{
				width: 277px; /* Width of Tab Image */
				height: 63px;
				padding-top: 2px;
				margin: 0px;
				float: right;
				list-style: none;
 			}
			
		 	ul li{
				height:64px; /* Height of Tab Image */
				padding-bottom: 2px;
				/* padding-left: 2px; */
				margin-left: -7px;
			}
			
			
/*        Setup Tab so normal opacity is 40 and rollover is 100 */
/*		  ul li a img{
/*				/* for IE */
/*				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
/*				filter:alpha(opacity=40);		  
/*				/* CSS3 standard */
/*			opacity:0.4;	  
/*		}
/*			
/*			*/
		  ul li a:hover img{
/*				  
/*				/* for IE */
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=40);				
/*				/* CSS3 standard */
				opacity:0.4;   
			} 
			
			#images{
				width:821px; 
				height:262px; 
				overflow:hidden;
				float:left;
				margin-left: -3px;
			}
			#wrapper{
			    position: absolute;
				width: 1108px;
				height: 262px;
				margin-top: 20px;
				margin-left: 2px;
				padding-left: 0px;
				padding-top: 0px;
			}