@charset "utf-8";
/* CSS Document */

<!--banner slider start-->
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}	

		*{
		outline: none;
		}
                .container {
                    width: 1000px;
                    padding: 0px;
                    margin: 0px auto;
					margin-left: auto ;
					margin-right: auto ;
					                }
				.folio_block {
				left: 0px;
				margin: 0px 0 0 -1px;
				position: static;
				top: -1px;
				}


                /*--Main Container--*/
                .main_view {
                    float: left;
                    position: relative;
					margin:0 auto;                }
                /*--Window/Masking Styles--*/
                .window {
                    height:268px;
					width: 1000px;
                    overflow: hidden; /*--Hides anything outside of the set width/height--*/
                    position: relative;
					margin:0 auto;
                }
                .image_reel {
                    position:  absolute;
                    top: 0; 
					left: 0;
					margin:0 auto;
                }
                .image_reel img {
				float: left;
				margin:0 auto;
				 }

                /*--Paging Styles--*/
                .paging {
                    position: absolute;
                    bottom: 25px;
					right: -27px;
                    width: 178px;
					height:25px;
                    z-index: 100; /*--Assures the paging stays on the top layer--*/
                    text-align: center;
                    line-height: 40px;
                    /*background: url(../images/paging_bg2.png) no-repeat;*/
                    display: none; /*--Hidden by default, will be later shown with jQuery--*/
                }
                .paging a {
                    padding: 3px 6px 3px 6px;
                    text-decoration: none;
                    color: #000000;
					text-shadow: #122767 1px 0px 0px;
                }
                .paging a.active {
                    font-weight: bold;
                    background: #c7302b;
                    border: 2px solid #ffffff;
                  -webkit-border-radius: 25px;
				  -moz-border-radius: 25px;
				  border-radius: 25px;
					color:#FFFFFF;

                }

                .paging a:hover {
				   font-weight:bolder;
				   color:#000000;
                  
				}

<!--banner slider ends-->