﻿/*===================================================================
Copyright (c) 2011 Gilbert Pellegrom

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
====================================================================*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    height:488px;
    width:821px;
	margin:0px auto 100px auto;
}

#slider {
	position:relative;
    width:821px;
    height:488px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#slider .nivo-controlNav {
	position:absolute;
	left:80px;
	bottom:-80px;
	z-index:100;

}
#slider .nivo-controlNav a {
	display:block;
	width:100px;
	height:75px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:2px #FFFFFF solid;
	margin-right:10px;
	float:left;
}
#slider .nivo-controlNav a.active {
	/*background-position:0 -22px;*/
	border:2px #f09200 solid;
}


#slider .nivo-controlNav img {
	display:block; /* Unhide the thumbnails */
	/*position:relative;
	margin-right:50px;*/
}

.nivo-controlNavKat {
	width:821px;
	margin-left:80px;
	margin-top:-18px;
	margin-bottom:20px;
}
.nivo-controlNavKat div.leg {
	display:block;
	width:104px;
	margin-right:10px;
	float:left;
	text-align:center;
}



.nivo-directionNav a {
	display:block;
	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 {
    text-shadow:none;
    font-family: Arial;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
