
/*============================*/
/*=== Custom Slider Styles ===*/
/*===box-shadow:0px 0px 10px #333;===*/
/*-moz-box-shadow:0px 0px 10px #333;====*/
/*-webkit-box-shadow:0px 0px 10px #333;===*/
#slider {
	position:absolute;
	min-height:220px;
	background-color: #202834;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 60px;
	top: 12px;
	left: 9px;
    height:300px;
}


#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:48%;
	bottom:36px;
}
.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;
    top:13px;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
    top:135px;
}
a.nivo-nextNav {
	background-position:-30px 0px;
	right:38px;
}
a.nivo-prevNav {
	left:40px;
}

.nivo-caption a { 
    text-decoration:underline;
}

.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}
#sliderbg {
	background-color: white;
	height: 300px;
	width: 100%;
	clear: none;
    margin-left:50px;
	background-repeat: repeat;
}
#topimage_aboutus {
	height: 320px;
	width: inherit;
}
