#slideshow.js img{
	display:block;
	margin:0 auto;
}
#slideshow.js li{
	display:none;
	padding:0;
	
}
#slideshow.js li.current{
	display:block;
}

#slideshow.js{
/*  images wrapper */
	width:185px;
	margin:0px;
	
	

}
.slidenav{
/* put style for navigation here */
	/*background-color:#7b96c6;*/
	/*border-bottom: #7b96c6 1px solid;*/
	width:150px;
	
	
	
}
.slidenav a {
	text-decoration:none;
	
	
}
.slidenav a img {
	border:none!important;
	margin-bottom:0px!important;

}

.slidenav span{
/* style of image counter */
	color:#7b96c6;
}

ul#slideshow {
	height:280px;
	list-style-type:none;
	list-style-image: none;
	margin-left:0px;
	padding-left:0px;
}

ul#slideshow li {
	list-style-type:none;
	margin-left:0px;
	list-style-image: none;
	padding-left:0px;
}

