/* Styles for demo, not necessary for scroller */

/* optional container for scroller, to provide bgColor/border */
div#bg { 
position: relative;
	   overflow: hidden;
    width: 480px;
    height: 160px; 

  }
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn {   
  }

div#cnt {position:absolute; z-index:1; } /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt div.item { width:480px; height:160px }



/****** Testimonal MODULE BEGIN ******/
.boxTopImg {
background-image:url(/images/top.gif);
background-repeat:no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#000000;
padding:0 0 0 45px;
margin:0;
}
.boxMiddlePart {
background-image:url(/images/middle.jpg);
background-repeat:repeat-x;
background-position:top left;
background-color:#F8FAF8;
padding:0 15px 0 15px;
margin:0;
border-right:1px solid #C3CBC3;
border-left:1px solid #C3CBC3;
}
.boxBottomImg {
background-image:url(/images/btm.gif);
background-repeat:no-repeat;
padding:0;
margin:0;
}
.pGraph {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size:12px;
color: #333;
margin:0 0 5px 0;
padding-top: 5px
line-height: 1.4em;
}
.pGraph1 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size:12px;
  font-weight: bold;
	color: #333;
  margin:0 0 5px 20px;
	padding-top: 5px;
	line-height: 1.4em;
	text-align: right;
	vertical-align: text-bottom;
}





