/*.contentslide {
	font: normal 10pt/10pt Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 0;
	width: 381px;
	}*/
	.contentslide {
	width: 365px;
	height: 100%;
	border: 1px solid #ccc;
	padding: 7px 7px 13px 7px;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
	/*-moz-opacity: 1;*/
	/*opacity: 1;*/
	}
	.contentslide .contentdiv {
	display: none;
	font: normal 10pt Arial, Helvetica, sans-serif;
	}

.pagination {
	width: 365px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	border-top: 1px solid #ccc;
	padding: 10px 0 4px 0;
	}
	.pagination img, img a, img img a:hover {
	width: 38px;
	height: 28px;
	border: 2px solid #CCCCCC;
	} 	
	.pagination a {
	border-bottom: 5px;
	text-decoration: none;
	padding: 0;
	color: #666666;
	}
	.pagination a:hover {
	background: ;
	text-decoration: none;	
	}
	.pagination a.selected {
	border-bottom: 5px solid #CC6600;
	text-decoration: none;	
	}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 365px;
	margin-top: 10px;
	clear: both;
	float: none
	}

.imager {
	width: 365px;
	height: 270px;
	}

.t1 {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	padding-top: 5px;
	}

