.futurico-theme.slider-wrapper {
	position: relative;
	width: 680px;
	height: 290px;
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #CCC;
}

.futurico-theme .nivoSlider {
	position: relative;
	width: 680px;
	height: 290px;
}

.futurico-theme .nivoSlider img {
	display: none;
	position: absolute;
	width: 680px;
	height: 290px;
	top: 0;
	left: 0;
}

/* image number show koranor zonno*/

.futurico-theme .nivo-controlNav {
	position: absolute;
	bottom:-30px;
	left: 250px;
	
}



/* image number k squere a porinoto korar zonno*/

.futurico-theme .nivo-controlNav a {
	display: block;
	float: left;
	width:0px;
	height: 0px;
	margin-right: 0px;
	background: #C00;
	font-size: 0px;	
	
	
}
For the active slide we'll add a green gradient and change the shadows.
.futurico-theme .nivo-controlNav a.active,
.futurico-theme .nivo-caption span {
	background: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);

	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
	box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}







/* image caption r zonno*/

.futurico-theme .nivo-caption {
	font-family: bangla;
	font-size: 14pt;
	color: #FFF;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background-color: #333;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
}

.futurico-theme .nivo-caption span {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 1px 5px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.futurico-theme .nivo-caption em {
	font-size: 15px;
	color: #00000;
}
