.theme-pages #slider {
    width:830px; /* Make sure your images are the same size */
    height:380px; /* Make sure your images are the same size */
}

.theme-sub #LeftBanner {
    width:220px; /* Make sure your images are the same size */
    height:90px; /* Make sure your images are the same size */
}



.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:0px;
	left:100%;
	width:500px;
	z-index:3000;
   
}
.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:120px;
	margin-top:50px;
}

.nivo-controlNav a {
	display:block;
	width:17px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
	
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:Block; /* set to Block to Show Them */
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:5px;
}
a.nivo-prevNav {
	left:5px;
}

.nivo-caption {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#e3d8b5;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
