.theme-learning.slider-wrapper {
    /*background:url(slider.png) no-repeat;*/
    width:600px;
    height:auto;
    margin:0 35px;
	padding: 15px 0 15px 0;
    position:relative;
	float: left;
	
}

.theme-learning .nivoSlider {
    position:absolute;
    width:600px;
    height:auto;
    margin: 0;
	padding-left: 0;
    background:url(loading.gif) no-repeat 50% 50%;
	
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display: none;
	transition: slideInLeft;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display: none;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
} 

.theme-learning .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-learning:hover .nivo-caption {
    bottom: 0;
	
}
.theme-learning .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-learning .nivo-caption a:hover {
    color:#fff;
}
/* Caption styles */
.nivo-caption {
	
	position:relative:;
	left:0px;
	bottom:-50px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0;
	overflow: hidden;
	display: block;
	-moz-opacity: 0;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}