#slidewrap {
	 width: 495px; height:170px; float:left; margin: 5px 0 0 0;
}
#autoslider {	
	width: 520px;
	margin: 0 auto;
}
div.item {
	width: 500px;
}

div.item img {
	float: left;
	margin: 10px 12px 0 10px;
	border: 2px solid #ffffff;
	height: 135px;
	width: 140px;
}

div.item h3 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #666666;
	margin: 15px 0 5px 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 320px;
}

div.item p {
	float: left;
	width: 324px;
	font-size:12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
div.item .morelink {
	float:left;
	display: block;
	width: 180px; 
	height: 32px;
	padding: 8px 0 6px 0;
	background: url(../images/morelinkback.gif) no-repeat left top;
	text-decoration: none;
	margin: 26px 0 0 0;
	text-indent: 20px;
	color: #FFFFFF;
	font-size:14px;
	text-transform:uppercase
}
div.item a:hover.morelink {
	color: #999;
}

div.example1_container { width: 495px; height:170px;}


div.example1_container a.slider_prev{
	color: #ccc;
	margin-top: 10px;	
	text-decoration: none;
	display: block;
	padding: 5px 12px 6px 12px;
	background: url(../images/panel-previous.jpg) center no-repeat;
	position: absolute;
	top: 105px; 
	right:40px;
	width:31px;
	height:32px;
	text-indent: -1000px
}

 div.example1_container a.slider_next {color: #ccc;
	margin-top: 10px;	
	text-decoration: none;
	display: block;
	padding: 5px 12px 6px 12px;
	background: url(../images/panel-next.jpg) center no-repeat;
	position: absolute;
	top: 105px; 
	right: 0;
	width:31px;
	height:32px;
	text-indent: -1000px}

div.example1_container a:hover.slider_prev, div.example1_container a:hover.slider_next {color: #ffffff;
}

