﻿div#rotator ul li {
     height: 300px;
     left: 0pt;
     list-style: none outside none;
     position: absolute;
     top: 0pt;
}

div#rotator ul {
     float: left;
     list-style: none outside none;
     margin-left: 0pt;
}

div#rotator ul li img {
     height: 300px;
     width: 924px;
}

div#rotator ul li.show {
     z-index: 50;
}

div#rotator .info {
     color: #000000;
     font-size: 1.1em;
     font-weight: normal;
     z-index: 10000;
     left: 580px;
     position: absolute;
     top: 0px;
}

#rotator .info .morebtn {
     background-color: #666666;
     border: 1px solid #666666;
     color: #FFFFFF;
     height: 20px;
     padding: 4px;
     width: 50px;
}

#rotator .info h2 {
     color: #000000;
     font-size: 2.3em;
     line-height: 1em;
     z-index: 10000;
}

.button {
     -moz-border-bottom-colors: none;
     -moz-border-image: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background-color: #EEEEEE;
     background-image: -moz-linear-gradient(center top , #EEEEEE, #CCCCCC);
     border-color: #CCCCCC #CCCCCC #BBBBBB;
     border-radius: 3px 3px 3px 3px;
     border-style: solid;
     border-width: 1px;
     color: #333333;
     float: right;
     font: 11px/1 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
     margin-right: 30px;
     padding: 8px 10px;
     text-align: center;
     text-shadow: 0pt 1px 0pt #EEEEEE;
     width: 70px;
}

.button:hover {
     -moz-border-bottom-colors: none;
     -moz-border-image: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background-color: #DDDDDD;
     background-image: -moz-linear-gradient(center top , #DDDDDD, #BBBBBB);
     border-color: #BBBBBB #BBBBBB #999999;
     border-style: solid;
     border-width: 1px;
     cursor: pointer;
     float: right;
     margin-right: 30px;
     text-shadow: 0pt 1px 0pt #DDDDDD;
     width: 70px;
}

.button a {
     color: #000000;
     text-decoration: none;
}

.button a:hover {
     text-decoration: none;
}

