@charset "utf-8";
/*
  ************************************************************************
  *  SERVICES CSS 
  ************************************************************************
*/
#contentArea { width:930px; background:none; }
#content { margin:0px auto; padding:40px; background-color:rgba(0,0,0,0.85); }
#textArea { padding-bottom:10px; }

#slideNumber { display:block; overflow:hidden; float:right; clear:both; list-style:none; margin:0px; margin-top:1px; padding:22px; background-color:rgba(0,0,0,0.85); }
#slideNumber>li { display:block; overflow:hidden; float:left; width:33px; height:28px; margin-left:2px; background-color:#008ea8; color:#fff; text-align:center; font-size:16px; line-height:28px; font-weight:bold; cursor:pointer; outline:none; }
#slideNumber>li:hover { background-color:#00c2e6; }