/*==============================================*/
/*=== PressCoders.com - Custom Slider Styles ===*/
/*==============================================*/
.slider-wrapper {
    width:100%;
    height:300px;
    margin-bottom:15px;
    padding-bottom: 43px;
}

.content-2-col .slider-wrapper, .contentfull .slider-wrapper, #before-content .slider-wrapper, .slider-wrapper.full {
background: url(../../images/imgshadow-600.png) no-repeat center 302px;
}

#before-content .slider-wrapper {
width: 940px;
margin: 0 auto;
}

.slider-wrapper ul { 
list-style-type: none;
background-image: none;
margin: 0;
padding: 0;
}

.slider {
	position:relative;
    width:100%;
    height:300px;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 45%;
	bottom: -30px;
	max-width: 180px;
	height: 18px;
	overflow: hidden;
}

.slider-wrapper.third .nivo-controlNav {
display: none;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background: url(../../images/bullets.png) no-repeat;
}
.nivo-controlNav a.active {
	background-position:0 -23px;
}

.nivo-directionNav a {
	width:30px;
	height:30px;
	/* background:url(images/arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    position: absolute;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.nivo-caption a { 
    text-decoration:none;
    font-size: 16px;
    line-height: 24px;
}

.nivo-caption p {
	padding: 15px;
	margin: 0;
	line-height: 24px;
	overflow: hidden;
}

.nivo-caption .top a {
color: #fff;
}

.sliderdate {
display: none;
}

.nivo-caption .slidertitle {
float: left;
display: block;
margin-right: 15px;
line-height: 22px;
}

.sidebar-container .nivo-caption {
width: 280px;
}

.slider-wrapper.third .nivo-controlNav, .slider-wrapper.third .nivo-controlNav a {
display: none;
}

#footer-widget-area .slider-wrapper .nivo-caption {
overflow: hidden;
}

/* Turn off slider until the page has been fully loaded */
.slider-wrapper {
	display: none;
}