﻿.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px; top: 0px; width: 800px; height: 140px; position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px; padding: 0px; border: 0px currentColor; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 60;
}
.nivo-slice {
	height: 100%; display: block; position: absolute; z-index: 50;
}
.nivo-caption {
	left: 0px; width: 100%; height: 30px; bottom: 0px; color: rgb(255, 255, 255); position: absolute; z-index: 89; background-image: url("../images/bg.jpg");
}
.nivo-caption p {
	margin: 0px; padding: 5px;
}
.nivo-directionNav a {
	top: 45%; position: absolute; z-index: 99; cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivoSlider .nivo-controlNav {
	right: 10px; bottom: 10px; position: absolute;
}
.nivo-controlNav a {
	background: url("../images/nav_control.png") no-repeat; width: 26px; height: 13px; text-align: center; font-size: 0px; text-decoration: none; margin-left: 5px; float: left; display: block; position: relative; z-index: 99; cursor: pointer;
}
.nivo-controlNav a.active {
	background: url("../images/nav_control_hover.png") no-repeat;
}
