#slider-wrapper {
   
    width:845px;
    height:290px;
    margin:0 auto;
	
	float:left;
 
}
#slider-wrapper2 {
   
 width:227px;
    height:290px;
    margin:0 auto;
	
	float:left;
 
}

#slider {
	position:relative;
    width:845px;
    height:290px;
 
	
}
#slider2 {
	position:relative;
 width:227px;
    height:290px;
 
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position: absolute;
	left:400px;
	bottom:-22px;

	
}.nivo-controlNav2 {
	position: absolute;
	left:50px;
	bottom:-22px;

	
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-controlNav2 a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav2 a:hover {
	cursor:pointer;
}
.nivo-controlNav2 a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	padding:1px;
	
}
a.nivo-prevNav {
	left:14px;
	padding:0.5px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}