/*==============================================*/
/*=== PressCoders.com - Custom Slider Styles ===*/
/*==============================================*/

.slider-wrapper {
    width:auto;
    height:296px;
    margin:5px 5px 15px 5px;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
}

.slider-wrapper ul { 
	list-style-type: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

.slider {
	position:relative;
    width:auto;
    height:296px;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 400px;
	top: 265px;
	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;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:none !important;
	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;
}

.content-3-col .nivo-caption, .sidebar-container .nivo-caption, .slider-wrapper.third .nivo-caption {
width: 225px;
}

.slider-wrapper.third .nivo-controlNav, .slider-wrapper.third .nivo-controlNav a {
display: none;
}

.nivo-caption {
    position: absolute;
    top: 135px;
	font: 12px/16px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 335px;
    overflow: hidden;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
    max-height: 120px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
}
.nivo-caption a { 
    text-decoration:none;
    font-size: 16px;
}

.nivo-caption .slidertitle {
font-weight: bold;
display: block;
clear: right;
line-height: 24px;
}

.nivo-caption .sliderdate {
font-style: italic;
clear: both;
display: block;
}

#footer-widget-area .slider-wrapper .nivo-caption {
width: 205px;
overflow: hidden;
}

#footer-widget-area .slider-wrapper {
width: 225px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* Turn off slider until the page has been fully loaded */
.slider-wrapper {
	display: none;
}