.sliderwrapper			{position:relative; overflow:hidden; 
				 width:480px; height:150px; 
				 border-left:2px solid #333333; 
				 border-right:2px solid #333333;}



.sliderwrapper .contentdiv	{visibility:hidden; position:absolute; left:0; top:0; 
				 filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
				 -moz-opacity: 1; opacity: 1;
				 width:480px; height:100%; margin:0px; padding:0px;}

.pagination		{width:15px; height:px; text-align:center; 
			 margin:0px; padding:0px;}

.pagination a		{display:block; width:15px; font-size:12px; color:#666666; text-decoration:none; 
			 margin-bottom:2px; padding:0px;
			 border:0px solid #1a1a1a;}

.pagination a:hover	{color:#999999; background-color:#1a1a1a;
			 border:0px solid #333333;}
.pagination a.selected	{color:#999999; background-color:#1a1a1a;
			 border:px solid #333333;}
