/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */



#slider {
	background:#FFF;
	height:460px;
	width:920px;
}
#slider1 {
	background:#FFF;
	height:460px;
	width:920px;
	z-index:99;
}

#slider img {
	top:0px;
	left:0px;
	display:none;
}
#slider1 img {
	 float: right;
	 height:450px;
	 width:376px:
    margin: 0;

}
#slider a {
	border:0;
}
 #slider1 p{
	width:500px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position:relative;
	margin-top:3px;
	padding:0px;
}

.boxLeft{
	float:left;
	width:500px;
	text-align:justify;
	padding:0px;
}
.boxLeft p{
	float:left;
	color:#999;
	text-align:justify;
	font-size:10px;
	padding:0px;
	line-height:120%;

}
.boxRight{
	float:right;
	width:350px;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:justify;
    margin:0px;
	padding:5px;
}


.nivo-controlNav {
	position:absolute;
	left:40%;
	bottom:-10px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}