/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:2;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:1;
	height:100%;
}
/* Caption styles */
/* Caption styles */
#slider .nivo-caption {
	position:absolute;
	right:10px;
	top:40px;
	background:none;
	c/olor:#fff;
	font-family:Tahoma;
	font-size:12px;
	width:385px;
	z-index:10;
	/* background: url(/i/ofertabg.png) repeat-x left 55px; */

}
#slider .nivo-caption h2 {
	background:url(/i/ofertebg.png) no-repeat top left;
	_background: none; _.filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/ofertebg.png',sizingMethod='crop');
	margin:0;
	font-size: 32px;
	color: #F39220;
	/* background:#fff; */
	text-indent:-999999px;
	line-height: 140%;
	width:255px;
	height:46px;
	padding-left:10px;
}
#slider .nivo-caption .test {
	background: url(/i/ofertabg.png) repeat-y top left; 
	_behavior: url("/i/iepngfix.htc"); 
	padding:5px 10px 10px 10px;
	margin-top:5px;
	margin-bottom:0px;
}
#slider .nivo-caption p {
	font-size: 18px;
	color: #0043BD;
	line-height: 140%;
	font-weight:normal;
	margin-bottom:0px;
}

#slider .nivo-caption a {
	display: block;
	width: 64px;
	height: 16px;
	padding-lefT:10px;
	background:url(/i/detaliibg.png) no-repeat;
	text-indent:99999px; 
	_behavior: url("/i/iepngfix.htc"); 
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:225px;
	z-index:9;
	cursor:pointer;
	text-indent:-999999px;
	width:23px;
	height:40px;
	display:block;
}
#sliderprodus .nivo-directionNav a {
	position:absolute;
	bottom:12px;
	z-index:99;
	cursor:pointer;
	text-indent:-999999px;
	width:18px;
	height:30px;
	display:block;
}


.nivo-prevNav {
	left:910px;
	
}
#sliderprodus .nivo-prevNav {
	right:115px;
	
}



#sliderprodus .nivo-prevNav {
background:url(/i/prevmic.png) no-repeat top left;
 _behavior: url("/i/iepngfix.htc"); 
text-indent:-999999px;
}
#sliderprodus a.nivo-prevNav:hover {
background:url(/i/prevmic-hover.png) no-repeat top left;
 _behavior: url("/i/iepngfix.htc"); 
}


a.nivo-prevNav {
background:url(/i/prev.png) no-repeat top left;
 _behavior: url("/i/iepngfix.htc"); 
text-indent:-999999px;
}
a.nivo-prevNav:hover {
background:url(/i/prev-hover.png) no-repeat top left;
 _behavior: url("/i/iepngfix.htc"); 
}

#sliderprodus a.nivo-nextNav {
background:url(/i/nextmic.png) no-repeat top left;
 _behavior: url("/i/iepngfix.htc"); 
text-indent:-999999px;
}
#sliderprodus a.nivo-nextNav:hover {
background:url(/i/nextmic-hover.png) no-repeat top left;
 _behavior: url("/i/iepngfix.htc"); 
}


.nivo-nextNav {
	left:950px;
}
a.nivo-nextNav {
background:url(/i/next.png) no-repeat top left;
_behavior: url("/i/iepngfix.htc"); 
text-indent:-999999px;
}
a.nivo-nextNav:hover {
background:url(/i/next-hover.png) no-repeat top left;
 _behavior: url("/i/iepngfix.htc"); 
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}