.anythingSlider { 
	position: relative; 
	width: 840px;
	height: 191px;  
	margin: 0;
}

#frame-tl, #frame-tr, #frame-bl, #frame-br {
	position: absolute;
	z-index: 1;
}

#frame-tl {
	top: 0;
	left: 0;
}

#frame-tr {
	top: 0;
	right: 0;
}

#frame-bl {
	bottom: 0;
	left: 0;
}

#frame-br {
	bottom: 0;
	right: 0;
}

.anythingSlider .wrapper { 
	position: absolute;
	top: 0; 
	left: 0;
	width: 840px;
	height: 191px;
	margin: 0; 
	overflow: auto;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 32700px; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.anythingSlider ul li { 
	display: block; 
	float: left;
	height: 191px; 
	width: 840px; 
	margin: 0;  
	padding: 0;
}

.slide_text {
	position: relative;
	float: left;
	width: 315px;
	height: 191px;
	margin-left: 20px;
	font-size: 1.23em;
}

.slide_learn {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.slide_learn img {
	border: none;
}

.slide_image {
	float: right;
	margin-right: 20px;
}

.slide h2 {
	font-size: 30px;
	margin: 10px 0 0 0;
	padding: 0;
}

.slide p {
	font-size: 14px;
	margin-top: 10px;
	padding-top: 0;
}

#thumbNav {
	width: 200px; 
	position: relative; 
	top: 160px; 
	left: 40px;
	text-align: left;
}

#thumbNav a { 
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	display: inline-block; 
	padding: 2px 0 0 0px; 
	height: 16px;
	width: 18px; 
	margin: 0 7px 0 0; 
	background: url(../images/template/slider_button.png) no-repeat; 
	text-align: center; 
}

#thumbNav a.cur, #thumbNav a:hover { 
	background: url(../images/template/slider_button_hover.png) no-repeat; 
}

/* Prevents */
.anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}

.anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}