#slider1{margin-top:2px;}

.contentslide{
	border: 0px solid #359126;
	border-bottom-width: 0px;
	padding: 0px;
	width: 500px;
	height: 175px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 497px; /*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: #359126;
border: 0px solid #359126;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 4px 0px 2px 2px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 498px; /*IE5 width*/
w\idth: 500px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
#slidercontent1{
	background-image: url(1.jpg);
	width: 500px;
	background-repeat: no-repeat;
}
#slidercontent2{
	background-image: url(2.jpg);
	width: 498px;
	background-repeat: no-repeat;
}
#slidercontent3{
	background-image: url(3.jpg);
	width: 498px;
	background-repeat: no-repeat;
}
#slidercontent4{
	background-image: url(4.jpg);
	width: 498px;
	background-repeat: no-repeat;
}

#slidercontent-links {
	padding: 40px 0 0 280px;
	height:168px;
	}
	
	#slidercontent-links ul{
	display: block;
	list-style: none;
	text-align: right;
	line-height: 14px;
	margin: 0px 1px 2px 0px;
	padding: 0px;
	width:350px;
	}
	
#slidercontent-links ul li {
	padding: 2px 0px 0px 0px;
	background: url(bullet.jpg) no-repeat;
	background-position: 100% .65em;font-size: 11px;
	font-family:arial;color: #333333;
	}

#slidercontent-links ul li a {
	font-size: 11px;
	font-family:verdana;
	color: #FF0000;
	text-decoration:underline;
	font-weight: bold;
	}
	#slidercontent-links ul li a:hover {
	font-size: 11px;
	font-family:verdana;
	color: #FF0000;
	text-decoration:underline;
	}
#slidercontent-text {
	padding: 30px 0 0 220px;
	height:168px;
	}
#slidercontent-text h1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #9C3E3E;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	margin:0px;
}

