/*=================================*/
/* Nivo slider
/* March 2010
/* By: Gilbert Pellegrom
/* http://www.gilbertpellegrom.co.uk
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


#slider {
	position:relative;
	min-height:150px;

	/*margin:30px 30px 60px 30px;*/
	 width:250px;
	/*background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	
}
#slider a {
	border:0;
	display:block;
	
	
}

#content {
	width:400px;
	margin:0 auto;
	padding:20px;
	background:#202834;
	color:#8E9BAF;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}
.nivo-controlNav {
 padding-left:8%;
	position:absolute;
	 margin:auto 0;
	bottom:-30px;
	 width:220px;
	  float:inherit;
	
	
	
}
.nivo-controlNav a {
	
	width:10px;
	height:10px;
 background-color:#747474;

background:url(../images/circle_small.gif) no-repeat center ;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
	width:10px;
	height:10px;
 /*background-color:#406A95;*/
 background:url(../images/circleSmall.gif) no-repeat;

}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	
	/* background-color:Red;
	background:url(images/bullets.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	/*background-position:30px 0;
	background-color:Red;
	background:url(images/bullets.png) no-repeat;*/
display:block;
	background:url(../images/rgtArrow.png) no-repeat;
	right:-10px;
	top:160px;
}
a.nivo-prevNav {
 display:block;
	
	top:160px;
	/*background-color:Red;*/
	background:url(../images/lftArrow.png) no-repeat;
}

