/* Change metallic theme defaults to show thumbnails -
using #demo2 (page wrapper) to increase this CSS priority */
div.anythingSlider-metallic .thumbNav a {
	background-image: url();
	height: 30px;
	width: 30px;
	border: #000 1px solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-indent: 0;
}
/* border around link (image) to show current panel */
div.anythingSlider-metallic .thumbNav a:hover,
	#demo2 div.anythingSlider-metallic .thumbNav a.cur {
	border-color: #fff;
}
/* reposition the start/stop button */
div.anythingSlider-metallic .start-stop {
	margin-top: 15px;
}
#slider1{
	background-color: #9DC569;
}
#slider1 div.item{
	height: 100%;
	border: 1px solid #381c66;
	padding: 0 50px 0 50px;
	text-align: justify;
}
.item img{
	width: 128px;
	height: 96px;
}
#slider1 img.thumbs{
	width: 64px;
	height: 48px;
}
.item h3{
	height: 100px;
	margin-bottom: 20px;
	text-align: right;
}
.item h3 p{
	margin-top: 37px;
	font-size: 12px;
}