/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivoSlider {
	position:relative;
	background:#fff url(../img/top/loading.gif) no-repeat 50% 50%;
	width:939px;
	margin:0 auto !important;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:0;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/top/bullets_02.png) no-repeat 0 0;
	margin-right:1px;
	float:left;
}
.nivo-controlNav a.active{
	background-position:0 -22px;
}
.nivo-controlNav a.active:nth-child(1){
	background-position:0 -22px;
}

.nivo-controlNav a.active:nth-child(2){
	background-position:-22px -22px;
}

.nivo-controlNav a.active:nth-child(3){
	background-position:-44px -22px;
}

.nivo-controlNav a.active:nth-child(4){
	background-position:-66px -22px;
}
.nivo-controlNav img{
	display:none;}

.nivo-directionNav a {
	display:block;
	top: 35%;
	width:25px;
	height:80px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:#48150a url(../img/nenga/top/arw_rt.jpg) no-repeat 0 0;}

a.nivo-prevNav {
	background:#48150a url(../img/nenga/top/arw_lt.jpg) no-repeat 0 0;}

a.nivo-prevNav:hover,
a.nivo-nextNav:hover,
.nivoSlider a:hover img{
	filter:alpha(opacity=70); /* internet explorer */
	-khtml-opacity:0.7;      /* khtml, old safari */
	-moz-opacity:0.7;       /* mozilla, netscape */
	opacity:0.7;           /* fx, safari, opera */}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}