@charset "utf-8";
/* CSS Document */

/*****************************************************************************************/
/*************************** Multiple Attorney Pages *************************************/
/*****************************************************************************************/

/******************* headers with slogan and header for inner pages **********************/
 
.panel{ width: 820px; }

/**************** scrolling effect **********************/
#slider {
  width: 820px;
  position: relative;
}

.scroll {
  width: 820px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  margin: 0 0 20px 0;
  z-index: 0;
}

.scrollContainer div.panel {
  width: 819px;
  z-index: 0;
}

