#news {
   width: 446px;
   overflow: hidden;
}
#news .roundcontent {
   height: 100px;
}

#comments {
   width: 446px;
   position: absolute;
   top: 15px;
   left: 481px;
}

#comments .roundcontent {
   height: 100px;
}

#beginquote, #endquote {
   position: absolute;
   font-size: 60pt;
   font-family: arial;
   color: lightGrey;
   z-index: 1;
}

#beginquote { 
   left: 195px;
   top: 30px;
}

#endquote { 
   left: 231px;
   top: 40px;
}

#thecomment {
   position: absolute;
   text-indent: 5px;
   margin: 5px;
   margin-right: 25px;
   margin-left: 25px;
   z-index: 2;
   font-style: italic;
   font-size: 12pt;
   text-align: center;
   display: none;
   width: 390px;
}

#custdata {
   font-size: 10pt;
   float: right;
   margin-top: 70px;
   margin-right: 35px;
   color: black;
   display: none;
}

#morecomments {
   clear: none;
   position: absolute;
   top: 115px;
   left: 10px;
   display: none;
   white-space: nowrap;
   font-weight: bold;
   margin-top: -12px;
}

#commentLoader {
   position: absolute;
   z-index: -2;
   top: 0px;
   left: -4000px;
   width: 380px;
}

#dock {
   padding-left: 190px;
   height: 80px;
}

.jqDock {
   xbackground-color:#cccccc; 
   xborder:1px solid #000000;
   position: relative;
   margin: auto;
}

#dock img {
   padding: 5px;
}

.jqDockLabel {
   border:0px none; 
   padding:2px 4px 0px 4px; 
   font-weight:bold; 
   font-size:12pt; 
   font-style:italic; 
   white-space:nowrap; 
   color:#000000;
   background-color:white;
   filter: alpha(opacity=60);
    -moz-opacity: 0.6;    /* old mozilla browser like netscape  */
    -khtml-opacity: 0.6;    /* for really really old safari */
    opacity: 0.6;
}

.jqDockLabelLink {
   cursor:pointer;
}

jqDockLabelImage {
   cursor:default;
}

