div.scrollable {
	float:left;
	position:relative;
	overflow:hidden;	 	
	width: 714px;	
	height: 276px;	
}

div.scrollable div.items {	
	width: 20000em;
	position: absolute;
	clear: both;
}

div.scrollable div.items div {
	float:left;
	text-align:center;
	width: 714px;
	height: 276px;
	font-size: 30px;
	margin-right: 20px;	
}

div.scrollable div.items div div.test_top {
  float: left;
  width: 694px;
  height: auto;
  padding: 9px 0 0;
  background: url(../images/the_response_quote_start.png) 21px 0 no-repeat; 
}

div.scrollable div.items div div.test {
  float: left;
  width: 694px;
  padding: 0 0 29px 20px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  background: url(../images/the_response_dialog.png) left bottom no-repeat; 
}

div.scrollable div.items div div.test p {
  text-align: left;
  position: relative;
  font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fffefe;
  width: 669px;
  font-style: italic;
  padding-bottom: 14px;
}
div.scrollable div.items div div.test p em { font-style: normal; }

div.scrollable div.items div div.test p.first { 
  text-indent: 40px;
  min-height: 24px;
  height: auto !important;
  height: 24px; 
}
div.scrollable div.items div div.test p.last { 
  background: url(../images/the_response_quote_end.png) no-repeat; 
}


/*********** navigator ***********/

div.navi {
  float: left;
  position: relative;
  text-align: center;
	width: 628px;
	height: 24px;
	padding: 17px 0 0;
	background: #281024;
}

div.navi a {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: url(../images/the_response_nav.png) no-repeat;      
	cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 2px;
  line-height: 2px;  	
}

div.navi a:hover { background-position:0 -11px; }
div.navi a.active {	background-position:0 -11px; }



a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 23px;
	height: 23px;
	padding: 9px 10px;
	cursor: pointer;
	background-color: #281024;
	background-position: 10px 9px;
	background-repeat: no-repeat;
	float: left;
}
a.prev, a.prevPage { background-image: url(../images/the_response_prev.png); }
a.next, a.nextPage { background-image: url(../images/the_response_next.png); }

/*div.navi a.prev:hover, div.navi a.next:hover, div.navi a.prevPage:hover, div.navi a.nextPage:hover {
	background-position: 0px -23px;		
}*/

a.disabled { background-image: none; }


