#cycle_main {
	 border:3px solid #2cbcce;
	position: relative
}
.pics { 
	width: 489px;
	height: 215px;
	overflow: hidden
}
.pics img {
	width: 489px;
	height: 215px;
	top: 0;
	left: 0
}
#slideshow {
	width: 489px;
	height: 215px;
}
#cycle_nav {
	z-index: 50;
	position: absolute;
	bottom: -20px;
	right: -10px
}
#cycle_nav a {
	background: url(../in_images/cycle_nav.png) no-repeat;
	margin: 0 5px;
	padding:7px;
	font-size:0;

}
#cycle_nav a.activeSlide {
	background: url(../in_images/cycle_nav-.png) no-repeat;
}
