#slider1{margin-top:2px;}

.contentslide{
border: 0px solid #359126;
border-bottom-width: 0px;
padding: 0px;
width: 726px;
/* height: 492px; */
height: 500px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 652px; /*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: #FFFFFF;
border: 0px solid #359126;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;display:none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 652px; /*IE5 width*/
w\idth: 654px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000066;
background-color: #FFFFFF;
}
#slidercontent1{
	background-image: url(http://www.christianaudigier.com/v/vspfiles/images/1.jpg);
	width: 652px;
	background-repeat: no-repeat;

}
#slidercontent2{
	background-image: url(http://www.christianaudigier.com/v/vspfiles/images/2.jpg);
	width: 652px;
	background-repeat: no-repeat;
}
#slidercontent3{
	background-image: url(http://www.christianaudigier.com/v/vspfiles/images/3.jpg);
	width: 652px;
	background-repeat: no-repeat;
}