 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height:190px;
	width:100%;
	overflow:hidden;
}
.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;
	width:630px;
    height:300px;
}
/* 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 a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:630px;
    height:250px;
    position:relative;
    margin:0 auto;
    background-color:#fff;
}

#slider {
	position:relative;
    width:100%;
    height:100%;
	background:url("../Images/slider/loading.gif.html") no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;

	display:none;
}
#slider a {
	border:0;
	display:inline-block;
}

.nivo-controlNav 
{
    display:none;
	position:absolute;
}
.nivo-controlNav a 
{
    display:none;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a 
{
	display:block;
	width:33px;
	height:54px;
	background:url("../images/slider/arrow2.png.html") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav 
{
	background-position:-30px 140px;
	right:0px;
	top:30%;
	background:url("../images/slider/slideshownext.png") no-repeat;
}
a.nivo-prevNav 
{
    background-position:0 140px;
	left:0px;
	top:30%;
	background:url("../images/slider/slideshowprev.png") no-repeat;
}

.nivo-caption {
    background-color:#fff;
    font-family: Helvetica, Arial, sans-serif;
    color:#000;
    font-weight:bold;
    text-align:center;
    margin-bottom:-30px;
    margin-top:10px;
    
}
.nivo-caption a { 
    
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.nivoSlider img
{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
