﻿.theme-default2 .nivo-controlNav
{
    padding: 5px;
	position:absolute;
    font-size: 0px; 
    float: left;
    position:absolute;
    z-index:1001;
}
.theme-default2 .nivo-controlNav a
{
    margin-left:4px;
    width:18px;
    height:18px;
	background:url(default2_bullets.png) no-repeat;
    float: left; 
    text-indent: -1000px; 
}
.theme-default2 .nivo-controlNav a.active, .theme-default2 .nivo-controlNav a:hover {
	background-position:0 -22px;
}

.theme-default2 .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(default2_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-default2 a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

.theme-default2 a.nivo-prevNav {
	left:15px;
}

.theme-default2 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
}
