/*slider themes*/

#fourth{
    height:301px;
	width:453px;
	position:relative;
}
.theme-fourth #slider {
	position:absolute;
	left:0px;
	top:0px;
	width:453px; /* Make sure your images are the same size */
    height:301px; /* Make sure your images are the same size */
}
.theme-fourth.slider-wrapper {
   	width:453px;
	height:301px;
}
.nivoSliderfourth {
	position:absolute;
}
.nivoSliderfourth img {
	position:absolute;
	width:453px;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSliderfourth a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:453px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}


#jquery{
	height:146px;
	width:795px;
	position:relative;
}
/* The Nivo Slider styles */
.theme-default #slider {
	position:absolute;
	left:0px;
	top:0px;
	width:795px; /* Make sure your images are the same size */
    height:146px; /* Make sure your images are the same size */
}
.theme-default.slider-wrapper {
   	width:795px;
	height:146px;
}

.nivoSlider {
	position:absolute;
}
.nivoSlider img {
	position:absolute;
	width:795px;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:795px;
	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:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	top:0px;
	background-image:url("/img/ltgreytitlebanner.png");
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
}
.nivo-caption p {
	padding:3px 3px 2px 3px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:0;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-firstNav {
	position:absolute;
	left:0px;	
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



.theme-default .nivoSlider {
	position:absolute;
	top:0px;
	left:0px;
	background: url(/img/loading.gif) no-repeat 50% 50%;
     -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    _moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:250px;
	bottom:265px;
    margin-left:0px; /* Tweak this to center bullets */
	z-index:100;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	z-index:100;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	width:30px;
	height:30px;
	background:url() no-repeat;
	text-indent:0px;
	border:0;
	color:#ffffff;
}

.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	top:130px;
	right:15px;
}

.theme-default a.nivo-prevNav {
	left:15px;
	top:130px;
}

.theme-default a.nivo-firstNav {
	width:280px;
	height:37px;
	left:0px;
	top:145px;
	padding-left:20px;
	padding-top:11px;
	background-image:none;
	font-size:18px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}


/* Smartphones (landscape) -----------
		@media only screen 
		and (min-width : 321px)
		and (max-width : 480px) 
		and (orientation : landscape) {
		.theme-default.slider-wrapper {
   	width:795px;
	height:268px;
	display:none;
}
} */

/* Smartphones (portrait) -----------
		@media only screen 
		and (max-width : 320px)
		and (orientation : portrait) {
.theme-default.slider-wrapper {
   	width:795px;
	height:268px;
	display:none;
}
} */