#cslideshow img { display: none }
#cslideshow img.first { display: block }

.cycle-slideshow{

	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;

}

.cycle-slideshow img{
/*rounded border*/
/*	border:5px solid;
	border-radius:20px;
	-moz-border-radius:20px;
*/
	    z-index: -1;
/*width & height of image*/

	width:970px;
	height:300px;
	overflow:hidden;
}
.cycle-slideshow1 img{
/*rounded border*/
/*
	border:5px solid;
	border-radius:20px;
	-moz-border-radius:20px;
*/
	    z-index: -1;
/*width & height of image*/

	width:970px;
	height:300px;
}