﻿/* Control navigation container */
.evoslider.default .controlNav 
{
	left : 10px;
	bottom : 10px;
	margin :0;
	border : 0;
}

.evoslider.default .control_wrapper 
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* Control list */
.evoslider.default .controlNav ul 
{
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
}

/* The bullets control */
.evoslider.default .controlNav li.bullets 
{
	width : 11px;
	height : 11px;
	margin : 2px;
	padding :0;
	border :none;
	background:url(../../images/slider-nav-bg.png) no-repeat center center;
	overflow: visible;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	color: #4e4e4e;
}

/* Bullet last item */
.evoslider.default .controlNav li.bullets.last 
{
}

/* The hover state of the bullets control */
.evoslider.default .controlNav li.bullets:hover
{
	background:url(../../images/slider-nav-in-bg.png) no-repeat center center;
	color: #fafafa;
}

/* The active state of the bullets control */
.evoslider.default .controlNav li.bullets.active 
{
	background:url(../../images/slider-nav-in-bg.png) no-repeat center center;
	color: #fafafa;
}