.contentslide
	{
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 240px;
	}

.contentslide .opacitylayer
	{
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; 
	}

.contentslide .contentdiv
	{
	display: none;
	text-align:center;
	}

.pagination
	{
	width: 100%; 
	text-align: center;	
	padding: 3px 1px 10px 0px;
	}

* html .pagination
	{
	width: 100%; /*IE5 width*/
	w\idth: 100%; /*IE6 width*/
	}

.pagination a
	{
	padding: 2 7px;
	text-decoration: none;
	border: 1px solid;	 
	border-color: #cccccc;	
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 12px;
	}

.pagination a:hover, .pagination a.selected
	{
	color: #ffffff;
	background-color: #8fa818;
	}	