/* my-glider */
#my-glider { position: relative; float: left; width: 550px; padding-bottom: 15px; margin-left: 3px; }
#my-glider .scroller { height: 228px; width: 550px; overflow: hidden;}
#my-glider .section { background: #e3e3e3 url(../images/my-glider-bg.jpg) no-repeat bottom; width: 550px; height: 228px; }
#my-glider .thumb {  float: right; padding: 0;  margin: 10px;} 

#my-glider .section img { border: 2px solid #f5f5f5; }
#my-glider .section-body { overflow: hidden; padding: 10px 8px 15px 8px; font-size: 11px; height: 170px; text-align: left; }
#my-glider .sec-bottom { margin-top: 10px; }
#my-glider .sec-bottom li { float: left; margin-right: 8px; }
#my-glider .sec-bottom a { color: #A20181; font-weight: bold; font-size: 11px; }

#my-glider .tittle { padding: 5px 6px 6px 13px; background: #FCB9EE; }
#my-glider .tittle h4 { font-size: 14px; font-weight: bold;  }
#my-glider .tittle h4 a { color: #000; text-decoration: none; }
#my-glider .tittle h4 a:hover { text-decoration: underline; }
#my-glider img.size-full { display: none; }

#my-glider .controls { clear:both; overflow: hidden; }
#my-glider .controls ul {  list-style-type:none; margin-top: 6px; }
#my-glider .controls li { float:left; list-style-type:none; margin-right: 1px;  }
#my-glider .controls li.feat-nums { float:left; padding:0px 10px; line-height:20px; height:20px; font-size: 12px; color: #000; font-weight: bold; }
#my-glider .controls a, .control a:link, .controls a:visited { float:left; display:block; margin:0; background: #D55CBC; padding: 3px 5px; color: #fff; text-decoration: none; font-weight: bold;}
#my-glider .controls a:hover { color:#fff; background: #ca33ac;  }
#my-glider .controls a:active { background:#ECC13C;  color:#000; } 
#my-glider .controls li.feat-about a { border-left:1px solid #000; border-right:0; }
