﻿.nivoSlider .nivo-directionNav{
    display: block !important; /* ALWAYS show the arrows */
}

.nivoSlider
{
	position:relative;
	z-index:6;
}
.nivoSlider img
{
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.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;
	left:40px;
	top:155px;
	width:300px;
	height:100px;
	z-index:8;
    font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	padding-left:30px;
	text-align:left;
	padding: 10px;
	display: none;
}
.nivo-caption p
{
	padding:5px;
	margin:0;
}
.nivo-caption a
{
	display:inline !important;
	border-color:#CED0CF; 
	border-ratius:8px 8px 8px 8px;
	border:0px;
}
.nivo-html-caption
{
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
	position:absolute;
	top:10%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav
{
	left:0px;
}
.nivo-nextNav
{
	right:0px;
}
.nivo-controlNav a
{
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active
{
	font-weight:bold;
}
#dev7link
{
    position:absolute;
    top:0;
    left:0px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}
.theme-default #slider
{
	margin:0px auto 0 auto;
	width:709px; /* Make sure your images are the same size */
	height:420px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper
{
    margin-top:0px;
}
.clear
{
	clear:both;
}
.theme-default .nivo-controlNav
{
	position:absolute;
	left:50%;
	bottom:-27px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a
{
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active
{
	background-position:0 -22px;
	
}
.theme-default .nivo-directionNav a
{
	display:block;
	width:30px;
	height:40px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:100px;
}
.theme-default a.nivo-nextNav
{
	background-position:-30px 0;
	right:0px;
}
.theme-default a.nivo-prevNav
{
	left:0px;
}
.theme-default .nivo-caption
{
    font-family: 'casperregular', Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:30px;
	color:#5a5a5a;
}
.theme-default .nivo-caption a
{
    color:#fff;
    border:1px dotted #222222;
}
.theme-default .nivo-caption a:hover
{
    color:#fff;
}
