/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivoSlider {
	position:relative;
	background:#fff url(../images/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;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50px;
	bottom:0;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	bottom:-10px;
	right:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:0px;
	cursor:pointer;
}
a.nivo-prevNav {
	right:30px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
 .nivo-caption a:hover {
    color:#fff;
}

#slider {
height:280px;
left:0;
margin:0;
position:relative;
}

.custom-calendar .ajax__calendar_container
{
background-color:#ffc; /* pale yellow */
border:solid 1px #666;
z-index:99999;
}
.custom-calendar .ajax__calendar_title
{
background-color:#cf9; /* pale green */
height:20px;
color:#333;
}
.custom-calendar .ajax__calendar_prev,
.custom-calendar .ajax__calendar_next
{
background-color:#aaa; /* darker gray */
height:20px;
width:20px;
}
.custom-calendar .ajax__calendar_today
{
background-color:#cff; /* pale blue */
height:20px;
}
.custom-calendar .ajax__calendar_days table thead tr td
{
background-color:#ff9; /* dark yellow */
color:#333;
}
.custom-calendar .ajax__calendar_day
{
color:#333; /* normal day - darker gray color */
}
.custom-calendar .ajax__calendar_other .ajax__calendar_day
{
color:#666; /* day not actually in this month - lighter gray color */
}
