#register-box-slider {width: 750px;}
#register-box-slider-content {padding: 0px; background-color: #FFF;}
.register-box-top-slider {  }
#register-box-slider-bottom { width: 750px; padding-bottom: 0px;}
#register-box-slider-yesbox {position: absolute; right: 180px; top: -20px; z-index: 1000}
#register-box-content-powered {position: absolute; right: 0px; bottom: 32px; }

/*--Main Container--*/
.main_view {
    position:relative;
}
/*--Window/Masking Styles--*/
.window {
	height:458px;	
	width: 750px;
	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; width: 750px;}


/*--Paging Styles--*/
.paging 
{
	z-index: 2000;
	position: absolute;
	width: 750px; 
	height:36px;
	bottom:0px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 38px;
	/*background: url(images/paging_bg2.png) no-repeat;*/
	background: url(images/slide-bg.png) repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #fff;
}

.paging a.active {
	
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	background: #b200a2;
	border: 1px solid #610000;
	-moz-border-radius: 5px;
	
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.paging a:hover {font-weight: bold;}
