img {
	border: 0;
}
.folio_block {
	width: 450px;
	margin: 10px auto 0 auto;
}
.slider_container {
	width: 450px;
	padding: 0;
	margin: 0 auto;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;
	width: 450px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	top: -15px;
	right: -20px;
	width: 225px;
	height:48px;
	z-index: 0; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background-color: transparent;
	background-image: url(http://www.nestlearning.com/slider/assets_10.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -1px 6px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 4px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background:green no-repeat 0 5px;
	border:1px solid #083d00;
	color:#fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}
.paused {
	display: none;
	position:absolute;
	top: -2px;
	left: 400px;
	z-index: 101;
	color: #fff;
	font-weight: bolder;
	background: #81d073;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
	font-size: 10px;
}
#loading {
	display: none;
	position: absolute;
	height: 234px;
	width: 234px;
	margin-top: -117px;
	margin-left: -117px;
	left: 50%;
	top: 50%;
	background: transparent url('../facebox/loading.gif') no-repeat 100% 100%;
}
