.anythingSlider { 
		width: 500px;
		padding-top: 100px;
		background: url(../img/slideshow/slide_back.jpg) no-repeat 0 0;
		float: left;
		}

.image_frame { 
		width: 500px; 
		overflow: hidden; 
		}

.image_frame ul { 
		width: 99999px; 
		list-style: none; 
		}
		
.image_frame li { 
		display: block; 
		float: left; 
		}

.image_frame img {		
		width: 500px;
		height: 420px;
		}
		
#thumbNav {
		display: block;
		width: 500px;
		height: 30px;
		margin: 0px 0px 20px 20px;
		}
		
#thumbNav a	{ 
		color: #a4843f;
		text-decoration: none;
		margin: 5px 10px;
		float: left;
		}
		
#thumbNav a:hover { 
		font-weight: bold;
		text-decoration: underline;
		}
#thumbNav a:active { 
		font-weight: bold;
		text-decoration: underline;
		}







