.window {
				   	display:block;

                    height:286px;	width: 1024px;
                    overflow: hidden; /*--Hides anything outside of the set width/height--*/
					position: relative;
					border-bottom:3px solid #e1ecf6;
                }
                .image_reel {
                    position: absolute;
                    top: 0; left: 0;
                }
                .image_reel img {float: left; border:none;}

                /*--Paging Styles--*/
                .paging {
					position:absolute;
					background: #014464;
	                top: 0px; right: 0px;
                    width: 100px; height:20px;
                    z-index: 100; /*--Assures the paging stays on the top layer--*/
                    text-align: center;
                    line-height: 20px;

                    display: none; /*--Hidden by default, will be later shown with jQuery--*/
                }
                .paging a {
                    padding: 3px;
                    text-decoration: none;
                    color: #FFFFFF;
                }
                .paging a.active {
                    font-weight: bold;
                    background: #FFFFFF;
					color: #014464;
                    border: 0px solid #610000;
                    -moz-border-radius: 3px;
                    -khtml-border-radius: 3px;
                    -webkit-border-radius: 3px;
                }
                .paging a:hover {font-weight: bold;text-shadow: 1px 1px 1px #A30000;}
            .sheading {
	text-shadow: 0 0 10px #FFFF00; /* 0 2px 1px #ccc ;*/
	top:35px;
	left:30px;
	font-size: 48px;
	color:#01FFFF;
	position: absolute;
	z-index: 100;
	font-weight: bolder;
}
.sheading sub {
	font-size:16px;
	color: #FFFF00;
	background-color: #014464;
	letter-spacing: 6px;
	position: absolute;
	top:40px;
	left:0px;
	padding-left: 15px;
}

