@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------------------
slide2012
--------------------------------------------------------------------- */

.mainPanel {
     position:relative;
     margin:10px 0 20px 0;
     padding:0;
     width:1024px;
     height:465px;
     overflow:hidden;
}
.mainPanel li {
     padding:0;
     background:none;
}
.mainPanel img {
     width:1024px;
     height:440px;
}
.mainPanel li.slide {
     list-style-type:none;
}
.mainPanel .slides {
     height:440px;
     margin:0;
}
.mainPanel .slides li.slide {
     visibility:hidden;
     position:absolute;
     left:0px;
     top:0;
}
.mainPanel .buttons {
     display:none;
}
.mainPanel .buttons {
     display:block;
     position:absolute;
     z-index:100;
     right:440px;
     bottom:0px;
     margin:0;
}
.mainPanel .buttons li {
     float:left;
     display:inline;
     width:10px;
     height:10px;
     margin:0 15px 0 0;
     line-height:10px;
     text-align:center;
     background-image: url(images/slide_off.gif);
     background-repeat: no-repeat;
     text-indent: -99999px;
}
.mainPanel .buttons li a {
     float:left;
     text-decoration:none;
     width:10px;
     height:10px;
     color:#333333;
     font-size:10px;
     line-height:30px;
     background-image: url(images/slide_off.gif);
     background-repeat: no-repeat;
     text-indent: -99999px;
}
.mainPanel ul.buttons li.active a:hover,
.mainPanel ul.buttons li.active a {
     text-decoration:none;
     background-image: url(images/slide_on.gif);
     background-repeat: no-repeat;
}
