#slider1{margin-top:2px;}

.contentslide{
border: 0px solid #359126;
border-bottom-width: 6px;
padding: 0px;
width: 679px;
height: 175px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 659px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #359126;
border: 10px solid #359126;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 677px; /*IE5 width*/
w\idth: 679px; /*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;
}
#slidercontent0{
	background-image: url(0.jpg);
	width: 679px;
	background-repeat: no-repeat;
}
#slidercontent1{
	background-image: url(1.jpg);
	width: 677px;
	background-repeat: no-repeat;
	height:175px;
}
#slidercontent2{
	background-image: url(2.jpg);
	width: 677px;
	background-repeat: no-repeat;
	height:175px;
}
#slidercontent3{
	background-image: url(3.jpg);
	width: 677px;
	background-repeat: no-repeat;
	height:175px;
}
#slidercontent4{
	background-image: url(4.jpg);
	width: 677px;
	background-repeat: no-repeat;
	height:175px;
}
#slidercontent5{
	background-image: url(5.jpg);
	width: 677px;
	background-repeat: no-repeat;
	height:175px;
}
#slidercontent6{
	background-image: url(6.jpg);
	width: 677px;
	background-repeat: no-repeat;
	height:175px;
}
#slidercontent7{
	background-image: url(7.jpg);
	width: 677px;
	background-repeat: no-repeat;
	height:175px;
}
#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: 5px 0 0 300px;
	height:168px;
	}
#slidercontent-text h1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 25px;
    COLOR: #990000;
    FONT-FAMILY: times new roman;
    TEXT-DECORATION: none;margin:0px;
}

