#slidewrap {
	margin: 0 0 0 0;
	padding: 0;
	height:212px;
	width:252px;
	background:url(../images/panel-bg.jpg) center no-repeat;
	position:relative
}
#autoslider {	
	width: 252px;
	height:212px;
	margin: 0 auto;


}
div.item {
	width: 252px;
}

div.item img {
	float: left;
	margin: 2px 0 0 26px;
	height: 115px;
	width: 208px;
	
}

div.item h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 10px 0 5px 0;
	color: #eeeeee;
	font-family: "Times New Roman", Times, serif;
	width: 250px;
	text-align:center
}

#content div.item p {
	float: left;
	width: 250px;
	color: #cccccc;
	margin: 0;
	padding: 0;
}
div.item .morelink {
	float: left;
	display: block;
	width:146px;
	height:27px;
	background: url(../images/more-info-bg.jpg) no-repeat center top;
	text-decoration: none;
	color: #333;
	text-align: center;
	line-height:26px;
	font-size: 12px;
	font-weight:bold;
	margin: 2px 0 0 55px
}
div.item a:hover.morelink {
	background: url(../images/more-info-bg.jpg) no-repeat center bottom;
	color: #000099;
}

div.example1_container {
	
}

div.example1_container a.slider_next {
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	right: 7px;
	text-indent: -999999px;
	display: block;
	background: url(../images/next-button.jpg) center top no-repeat;
	width:36px;
	height:35px;
}
div.example1_container a.slider_prev{
	position: absolute;
	bottom: 20px;
	left: 10px;
	text-decoration: none;
	text-indent: -999999px;
	display: block;
	background: url(../images/prev-button.jpg) center top no-repeat;
	width:36px;
	height:35px;
}
