/*
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
*/

.theme-petspa .nivoSlider {
	position:relative;
	background:#fff url(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;
   */
}
.nivo-slice {
}

.theme-petspa .nivoSlider a {
	border:0;
	display:block;
}

.theme-petspa .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:0px;
	height: 22px;
	margin-left:-50px; /* Tweak this to center bullets */
	background: url(bg_nivo_slidercontrol.jpg) top center repeat-x;
	padding: 2px 10px 0 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	z-index: 400; 
}
.theme-petspa .nivo-controlNav a {
	display:block;
	cursor: pointer;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-petspa .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-petspa .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-petspa a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-petspa a.nivo-prevNav {
	left:15px;
}

.theme-petspa .nivo-caption {
	background: none;
	/*font-family: Helvetica, Arial, sans-serif;*/
	width: 400px;
	position: absolute;
	left: 590px;
	top: 0px;
	text-align: center;
	/*
	border: 1px solid red;*/
}

.theme-petspa .nivo-caption h3 {
	font-family: "Leckerli One",Arial,sans-serif;
	font-size: 52px;
	color: #e01220;
	margin-top: 80px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	line-height: 54px;
}

.theme-petspa .nivo-caption span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
}

.theme-petspa .nivo-caption p a {
    color:#29dbe1;
    font-size: 16px;
    display: block;
    clear: both;
    margin-top: 10px;
}

.nivo-caption p a.readmore {
	clear:both !important;
	display: block !important;
}

.theme-petspa .nivo-caption a:hover {
    
}