
		.container { width:827px; height:697px; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0; }
		.slides div { position:absolute; top:0; width:827px; display:none; padding-top:9px; }
		.footer-nav { 
			background-color: #010101;
			padding-bottom: 9px;
			padding-top: 12px;
			overflow:hidden;
			}
	
		#loopedSlider { margin:0 auto; width:827px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:5; margin: 0 0 0 255px; float:left; }
		ul.pagination li  { float:left;	}
		ul.pagination li a { padding:0px 11px 20px; background: transparent url(../img/btF.png) no-repeat scroll 0 0; }
		ul.pagination li.active a { background: transparent url(../img/btA.png) no-repeat scroll 0 0; }
		
		
		#loopedSlider a.previous {
		margin-top: -15px;
		margin-left: 253px;
		position: relative;
		clear: both;
		float: left;
		padding: 9px;
		background: transparent url(../img/btPrev.png) no-repeat scroll 0 0;
		}
		
		#loopedSlider a.next {
		margin-top: -15px;
		position:relative;
		float:right;
		padding: 9px 135px;
		background: transparent url(../img/btNext.png) no-repeat scroll 0 0;
		}
		
		#newsSlider { margin:0 auto; width:827px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:5; margin: 0 0 0 325px; float:left; }
		ul.pagination li  { float:left;	}
		ul.pagination li a { padding:0px 10px 20px; color: white; }
		ul.pagination li.active a { }