/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height: 298px;
	background-image:url('../../images/masts/new/homepage_banner_new_01b.jpg');
	border: solid 0px red;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	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:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    margin: 15px 15px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	border: pink 0px solid;
	overflow: hidden;
	color: #f8f7e2;
}
.nivo-controlNav .active {
	font-weight:bold;
	color: #fff;
	background-color: #999;
}

.nivo-control { float: left; width: 15px; height: 15px; border: 1px solid yellow; text-align: center; margin-left: 10px; background-color: #666; padding-top: 4px; font-size: 10px; }

.nivo-control0 { 
	background-image:url('/images/masts/homepage_banner_new_01.jpg');
	background-color: #fff; 
}

.nivo-controlNav a.nivo-control1 { 
	background-image:url('/images/masts/homepage_banner_new_02.jpg');
	background-color: #fff; 
}

.nivo-controlNav a.nivo-control2 { 
	background-image:url('/images/masts/homepage_banner_new_03.jpg');
	background-color: #fff; 
}

.nivo-controlNav a.nivo-control3 { 
	background-image:url('/images/masts/homepage_banner_new_04.jpg');
	background-color: #fff; 
}

.nivo-controlNav a.active img {
	padding-left: 183px;
}

#slider3 .nivo-controlNav {
	width:200px;
	float: right;
	border: solid red 0px;
}

.justatest { 
	background-image:url('file:///H|/images/main01_thumb.jpg');
	 background-color: #fd0; 
	border: 1px solid green;
	width:200px;
	height: 61px;
}