
.menuimg {
    margin-top: 20px;  
    margin-left: 10px;
    text-align:center;
    display:inline;
    height:120px;
    width:86px;
    float:left;
    filter: alpha(opacity=40); 
    opacity: .5;
}

ul#word {
    width:700px;
    list-style:none;
    z-index:1000;
}

ul#word li  {
    display: inline-block;
}
.selected {
  filter: alpha(opacity = 100);
  opacity: 1 !important;
  height: 150px;
  width: 107px;
  margin-top: 0px;
  margin-left: 0px;
}
.previews h3 {
    text-align:center;
    margin: 15px 0;
}
.full {
    display:none;
}
.col {
    float: left;
    width: 33%;
}
.reviewscroll {
    width: 107px;
    margin: auto;
    margin-left: 20px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom:1;
}
.reviewscroll:hover span  {
    margin-left: 0px;
}
.reviewscroll span {
    font-size: 75%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #AAA;
    text-align: center;      
    /*margin-left: -10px;        */
}
.quotebox {
    font-family: Tahoma,Arial,"sans serif";
    margin: 10px 20px;
    background: #e6edf1 url(gfx/quoteboxbg.png) no-repeat right top;
    padding: 15px 20px;
    min-height: 20px;
    text-align:center;
    border:2px solid #FFF;
    box-shadow:2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    border-radius:10px;
    -moz-border-radius:10px;
    cursor:pointer;
    font-size: 95%;
    text-shadow: 2px 1px 1px #DDD;
}
.tail {
    text-align:right;
    padding-right:29px;
    font-weight:bold;
    font-size:90%;
    margin-bottom:50px;
    margin-left:65px;
    width:195px;
    text-shadow: 1px 1px 2px #BBB;
}        
        
.noclick {
    cursor:default !important;        
}

.bgcolor1 {
    background: url("gfx/quotebg1.png");
}
.bgcolor2 {
    background: url("gfx/quotebg2.png");
}
.bgcolor3 {
    background: url("gfx/quotebg3.png");
}
.bgcolor4 {
    background: url("gfx/quotebg4.png");
}
.bgcolor5 {
    background: url("gfx/quotebg5.png");
}
.bgcolor6 {
    background: url("gfx/quotebg6.png");            
}
#reviewtexts {
    margin-top: 50px;
}

#reviewband {
    width: 700px;
    margin: auto;
    margin-top:20px;
}        