.contentslide {
	position: absolute;
	top: 410px;
	left: 228px;
	padding: 8px;
	width: 355px; /* 480px 550px - 50px (arrow X 2) / 3 = 166 - 10 padding */
	height: 230px; /* 250px */
	max-height: 230px;
}

.contentslide, .contentslide table, .contentslide td, .contentslide li {
  font-size: 12px;
}
/*
html>body contentslide {
 width: 400px; /* 460px; 
/* min-width: 400px; 
}
*/

.contentslide .opacitylayer {
/* Do not edit this rule unless you're familiar with CSS opacity behavior */
	width: 100%;
	height: 100%;
	background-color: #FCF8F8; 
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contentslide .contentdivRed, .contentslide .contentdivGreen, .contentslide .contentdivOrange, .contentslide .contentdivPurple, .contentslide .contentdivBlue {
	display: none;	
	color: #666666;
	margin: 0px 4px;
	padding: 0px;
	text-indent: 0px;	
  float: left;
  width: 155px; /*165px*/
  height: 230px; /* 250px */
/*	background-color: #E1DEDE; */	  
}
html>body .contentslide .contentdivRed, .contentslide .contentdivGreen, .contentslide .contentdivOrange, .contentslide .contentdivPurple, .contentslide .contentdivBlue {
 width: 165px; 
}
.contentslide .contentdivRed h1, .contentslide .contentdivGreen h1, .contentslide .contentdivOrange h1, .contentslide .contentdivPurple h1, .contentslide .contentdivBlue h1 {
  font-weight: bold;
/*  font-style: italic; */
  font-size: 16px;	
/*	text-indent: 5px; */
	margin: 0px;
	text-align: left;
/*	background-color: #FCF8F8; */
}
.contentslide .contentdivRed {
/*	border-bottom: 5px solid #D30203; */
}
.contentslide .contentdivRed h1{
	color: #D30203; /* red */
  border-bottom: 5px solid #D30203;
}
.contentslide .contentdivGreen {
/*	border-bottom: 5px solid #70B002; */
}
.contentslide .contentdivGreen h1 {
	color: #70B002; /* green */
	border-bottom: 5px solid #70B002;
}
.contentslide .contentdivOrange {
/*	border-bottom: 5px solid #F09F03; */
}
.contentslide .contentdivOrange h1 {
	color: #F09F03; /* orange */
	border-bottom: 5px solid #F09F03;
}
.contentslide .contentdivPurple {
/*	border-bottom: 5px solid #7203B8; */
}
.contentslide .contentdivPurple h1 {
	color: #7203B8; /* purple */
	border-bottom: 5px solid #7203B8;
}
.contentslide .contentdivBlue {
/*	border-bottom: 5px solid #0485D6;	*/
}
.contentslide .contentdivBlue h1 {
	color: #0485D6; /* blue */
	border-bottom: 5px solid #0485D6;
}
.contentslide .contentdivtext {
  padding: 10px 5px 10px 10px;
  font-size: 12px;
}
.paginationl, .paginationr {
	width: 24px; 
	height: 230px; /* 250px */
	padding: 0px;
	vertical-align: middle;
}
.paginationl {
  float: left;
}
.paginationr {
  float: right;
}
* html .paginationl {
/*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 24px;
/*IE5 width*/
	w\idth: 24px;
/*IE6 width*/
}
* html .paginationr {
/*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 24px;
/*IE5 width*/
	w\idth: 24px;
/*IE6 width*/
}
.paginationl a, .paginationr a, .paginationl a img, .paginationr a img {
}
.paginationl a:hover, .paginationl a.selected, .paginationr a:hover, .paginationr a.selected {
}
