/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

@font-face {
    font-family: Antipasto_regular;
    src: local(Antipasto_regular), url('fonts/Antipasto_regular.otf') format('opentype');
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	z-index: -1;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:17px;
	z-index:10;
}
/* The slices and boxes in the Slider */
.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:relative;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	display: none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	display: none;
}
.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:9;
	cursor:pointer;
	display:none;	
}
.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-nextNav {
	right:0px;
	display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:10;
	cursor:pointer;
	display:none;
}
.nivo-controlNav a.active {
	font-weight:bold;
	display:none;
}

.nivo-html-caption.pp{
	width: 350px;
	height:160px;
	position:relative;
	display: block;
    top: 20px;
    left:-370px;
    color: red;
    z-index: 999;
    text-align: left;
    text-indent: 0px;
}

.nivo-html-caption h5
{
	font-family:"Antipasto_regular";
	font-size: 12px;
	font-weight: 500;
	color: green;
}

.nivo-caption1 
{ 
	margin-left:-380px; 
	margin-top:10px; 
	width:350px; 
	height:225px;
	text-transform: none; 
	text-align: left;
	font-family:"Antipasto_regular";
	font-size: 12px;
}

.nivo-caption2 
{ 
	margin-left:-390px; 
	margin-top:5px;
	width:350px;
}

