.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

#slider .nivo-caption {
	position:absolute;
	right:0px;
	width:360px;
	height:78px;
	bottom:0px;
	z-index:89;
}

#slider_2 .nivo-caption {
	position:absolute;
	right:1px;
	width:120px;
	height:36px;
	background:#1785a9;
	top:24px;
	z-index:89;
}

#slider .nivo-caption p {
	padding:10px;
	text-align:center;
}

#slider_2 .nivo-caption p {
	padding:10px;
	text-align:center;
	color:white;
	font-size:18px;
	font-family:'a_FuturicaBsLight';
	font-weight:100;
}

#slider .nivo-directionNav a {
	position:absolute;
	bottom:0;
	right:0;
	z-index:99;
	cursor:pointer;
}

#slider_2 .nivo-directionNav a {
	position:absolute;
	top:24px;
	right:0;
	z-index:99;
	height:36px;
	width:36px;	
	cursor:pointer;
}

#slider
{
	*z-index:0;
}

#slider_2
{
	padding:0;
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	width:683px;
	min-height:432px !important;
	overflow:hidden;
}

#slider img, #slider_2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider_2 img {
	width:683px;
	height:auto;
}

.nivo-controlNav a {
	display:block;
	text-indent:-9999px;
}

#slider .nivo-directionNav a {
	display:block;
	width:47px;
	height:78px;
	text-indent:-9999px;
}

#slider_2 .nivo-directionNav a {
	display:block;
	width:36px;
	height:36px;
	text-indent:-9999px;
}

#slider a.nivo-nextNav {
	background:url('../images/next.png') no-repeat;
	right:0px;
}

#slider a.nivo-prevNav {
	background:url('../images/prev.png') no-repeat;
	right:314px;
}

#slider_2 a.nivo-nextNav {
	background:url('../images/next_p.jpg') no-repeat;
	right:1px;
	padding:0;
	margin:0;
}

#slider_2 a.nivo-prevNav {
	background:url('../images/prev_p.jpg') no-repeat;
	right:85px;
}

.h2, .h2 a
{
	line-height:30px;
	font-weight:bold;
	background:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);  /*IE 5.5+*/
	-moz-opacity: 1.0; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1.0; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1.0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	font-size:18px;
	font-family:'a_FuturicaBsBold';
	color:white;
	z-index:1000;
	text-transform:uppercase;
}

.title
{
	font-family:'a_FuturicaBsLight';
	font-size:16px;
	font-weight:normal;
	color:#3eccfe;
	padding:15px 0px;
	z-index:1000;
}

