.contentslide{
padding: 8px;
width: 360px;
height: 360px;
padding-left:5px;
padding-top:0px;
font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;

}

.contentslide .contentdiv{
padding-left:5px;
padding-top:5px;

}

.pagination{
width: 0px; /*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:url(../images/fuar-alt.jpg);
background-repeat:repeat-y;

border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 10px 0;
padding-left:10px;
padding-top:10 px;

}

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

.pagination a{
font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#808080;
	font-weight:normal;
	text-decoration:none;

}

.pagination a:hover, .pagination a.selected{
color:#006633;
text-decoration:underline;
font-weight:bolder;

}
