/* Caption styles */
.nivo-html-caption {
	display:none;
}

html #slider2 .nivo-caption {
	position:absolute;
left:auto;
	right:0;
	bottom:0;
	background:#ff7200;
	color:#FFF;
	opacity:0.8;
width:auto;
min-width:263px;
	height:32px;
	z-index:89;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px
}

html #slider2 .nivo-caption h2 {
font:normal normal normal 14px/1.6 'open_sansbold';
	padding:5px;
	margin:0;
	text-transform:uppercase;
display:inline;
}
html #slider2 .nivo-caption a{
position:relative;
top:0;
float:right;
min-width:51px;
height:12px;
display:inline-block !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:normal !important;
	font-size:10px !important;
	font-family:'open_sansregular' !important;
	line-height:1.4 !important;
	padding:1px 0  1px 2px;
	text-align:left !important;
	text-decoration:none !important;
margin:5px auto 0;
	color:#ff7200;
	text-transform:uppercase;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;
	background:#FFF url(wskaznik.png) center right no-repeat;
}