#slider1{margin-top:0px;}

.contentslide{
font-size:0px;
border: 0px solid #359126;
border-bottom-width: 0px;
padding: 0px;
width:820px;
/* height: 492px; */
height: 528px;
}

.contentslide .contentdiv{
display: none;
font-size:0px;
}

.pagination{
width:820px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
font-size:0px;
text-align: left;
background-color: #EDEDED;
border: 0px solid #359126;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;display:none;
}

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

.pagination a{
font-size:0px;
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color: white;
}

.pagination a:hover, .pagination a.selected, .pagination a.visited{
font-size:0px;
color: #ffffff;
background-color: #ffffff;
}

#slidercontent1{
font-size:0px;
	background-image: url(1.jpg);
	width:820px;
	background-repeat: no-repeat;

}
#slidercontent2{
font-size:0px;
	background-image: url(2.jpg);
	width:820px;
	background-repeat: no-repeat;
}
#slidercontent3{
font-size:0px;
	background-image: url(3.jpg);
	width:820px;
	background-repeat: no-repeat;
}