.contentdiv{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
	display: none;
	border: 1px solid #E7E5DF;
	border-bottom-width: 1px;
	padding: 5 0 4px 0;
	width: 200px;
	height: 93px;
	/*overflow:auto;*/
	overflow: hidden; 
	scrollbar-arrow-color: #000000; 
  	scrollbar-base-color: #E7E5DF;
	
}

/*background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  SCROLLBAR-ARROW-COLOR: #FFFFFF; 
  SCROLLBAR-BASE-COLOR: #000000;*/

A.headline, A.headline:visited, A.headline:active, A.headline:hover{
	color:#666666; 
	TEXT-DECORATION: none
}

.as{
/*hide the broken up pieces of contents until script is called. Remove if desired*/

	position: absolute;
}

.paginationstyle{

width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #F8F8F8;
border: 1px solid #E7E5DF;
border-width: 0 1px 1 1; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;

}

* html .paginationstyle{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 200px; /*IE5 width*/
w\idth: 200px; /*IE6 width*/
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/	
	border: 1px solid navy;
	margin: 0 15px 0 0;
}

.paginationstyle a.prev{ /*Pagination links style*/
	margin: 0px 0px 0px 5px;	
}

.paginationstyle a.next{ /*Pagination links style*/
	/*padding: 0px 0 0 100px;	*/
	margin: 0px 0px 0px 105px;	
}

/*.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}*/

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

.contentHeader{

width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #E7E5DF;
border: 1px solid #E7E5DF;
border-width: 1px 1px 0 1; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
margin-left: 20px;

}

* html .contentHeader{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 200px; /*IE5 width*/
w\idth: 200px; /*IE6 width*/
}

.contentHeader a{ /*Pagination links style*/
	letter-spacing: 2px;
	font-weight:bold;
	padding: 4px;
}
