
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:690px;
	height:300px;
	background: url(../images/loader.gif) no-repeat 50% 50% transparent;
}

.home .latest-b .nivoSlider {
	width:215px;
	height:150px;
}

.home .latest-b  .slider-wrapper {
	margin-bottom: 15px;
}

.blog .nivoSlider, .single .nivoSlider, .archive .nivoSlider, .search .nivoSlider {
	position:relative;
	width:542px;
	height:280px;
	background: url(../images/loader.gif) no-repeat 50% 50% transparent;
}

.portfolio-content .nivoSlider {
	height:400px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:300px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right: 15px;
	top: 15px;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
	font-family: 'Georgia',sans;
	font-style: italic;
	font-size:13px;
	color: #FFFFFF;
	padding: 0 5px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.jcarousel-prev, .jcarousel-next {
	top:-40px;
	text-indent:-9999px;
	overflow:hidden;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a, .jcarousel-prev, .jcarousel-next {
	position:absolute;
	z-index:9;
	cursor:pointer;
}

.nivo-prevNav, .jcarousel-prev {
	right:30px;
	background: url("../images/slider/arrow_left.gif") no-repeat scroll center center #111;
	width:30px;
	height:30px;
}
.nivo-nextNav, .jcarousel-next {
	right:0px;
	background: url("../images/slider/arrow_right.gif") no-repeat scroll center center #111;
	width:30px;
	height:30px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.home .latest-b .nivo-controlNav{
	display: none;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav {
    bottom: 15px;
    right: 15px;
    position: absolute;
}

.blog .nivo-controlNav, .single .nivo-controlNav, .archive .nivo-controlNav, .search .nivo-controlNav {
    left: 5px;
    position: absolute;
    top: 5px;
}

.nivo-directionNav {
    bottom: 30px;
    right: 0;
    position: absolute;
}

.nivo-controlNav a {
    background: url("../images/slider/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background-position: 0 -22px;
}

.nivoPreloader {
	background:#ffffff;
	position:absolute;
	top:0;
	left:0;
	z-index:51; /* z-index greater than #slider */
}

.nivoPreloader{
	width:690px;
	height:300px;
}

.blog .nivoPreloader, .single .nivoPreloader, .archive .nivoPreloader, .search .nivoPreloader {
	width:460px;
	height:280px;
}

.portfolio-content .nivoPreloader {
	width:690px;
	height:400px;
}

.nivoPreloader img {
    left: 50%;
    position: absolute;
    top: 50%;
}

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-next-disabled, .jcarousel-next-disabled:hover {
	background-color: #dddddd!important;
	cursor: default;
}