/* CSS Document */
body{ background:#6AA41C url(images/bg2.jpg) repeat-x; margin: 0px auto;}
/***************************** Main ************************************/

div.main{ width:1024px;margin:0px auto;}

/***************************** intro ************************************/
div.intro{ width:1024px; height:569px; margin-top:20px; border:solid 0px #FFFFFF;}

/***************************** news ************************************/

#pscroller1{
width: 280px;
height: 110px;
font:bold  12px arial; line-height:19px;
text-align:justify;
color:#fff;
margin:0px;
border-bottom: 0px solid #e0dddd;
padding: 5px;
background-color: none}

#pscroller1 a{ color:#fff; text-decoration:none;}
#pscroller1 a:hover{text-decoration:underline;}
#pscroller1 h3{
margin:0px;font:bold 12px Arial, Helvetica, sans-serif;color:#f72c07;line-height:19px;
}
.someclass{ //class to apply to your scroller(s) if desired
}

.box{position: absolute;
width:273px;
height:157px;
padding-left:30px;
margin:auto 0px;
z-index: 1;
top: 243px;
}

/*------------------------- scroll -----------------------------------*/

*{outline: none;}
                img {border: 0;}
                .container {
                    width: 250px;
                    padding: 0;
                    margin: 0 auto;
                }
                .folio_block {
                    position: absolute;
                    left: 50%; top: 50%;
                    margin: 75px 0 0 -125px;
                }


                /*--Main Container--*/
                .main_view {
                    float: left;
                    position: relative;
                }
                /*--Window/Masking Styles--*/
                .window {
                    height:130px;	width: 250px;
                    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;
                    bottom: 0px; right: -7px;
                    width: 178px; height:30px;
					font:Arial, Helvetica, sans-serif; font-size:12px;
                    z-index: 100; /*--Assures the paging stays on the top layer--*/
                    text-align: center;
                    line-height: 30px;
                    display: none; /*--Hidden by default, will be later shown with jQuery--*/
                }
                .paging a {
                    padding: 2px;
					font-weight: bold;
					font:"Times New Roman", Times, serif; font-size:11px;
                    text-decoration: none;
                    color: #fff;
                }
                .paging a.active {
                    font-weight: bold;
					font:"Times New Roman", Times, serif; font-size:11px;
					color:#006699;
                    background: #fff;
                    border: 1px solid #fff;
                    -moz-border-radius: 3px;
                    -khtml-border-radius: 3px;
                    -webkit-border-radius: 3px;
                }
                .paging a:hover {font-weight: bold;}

