.main {
	margin: 5px auto;
	width:100%;
	height: 500px;
	padding:0;
	text-align:left;
	background: #ffffff url('../images/slider.png') bottom left no-repeat;
}

#map_canvas {
	width: 980px;
	height: 460px;
	overflow:hidden;
	margin-left:20px;
}

.contact_email .wrapper { padding-bottom:4px;}

.module_slider {  width:980px; height:460px; position:relative; overflow:hidden; z-index:30; padding-top:20px; }
#slider { 
	position:relative;
	overflow:hidden;
	width:100%;
	height:460px;
}
#slider img{ width:100%;}
.nivoSlider {
	position:relative;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

/* The slices and boxes in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.5; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: #000000;
	padding: 1px;
	color: #068588;
	opacity:0.5; /* Overridden by captionOpacity setting */
	width:100%;
	line-height: 40px;
	font-size: 38px;
	z-index:89;
}

.nivo-caption img
{
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	width:100%; 
}

.nivo-caption p {
	padding:15px;
	letter-spacing: 1px;
	text-align: center;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	text-align: center;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-nextNav {
	right:0px;
	display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { position:absolute; top:20px; right:20px;z-index:99; overflow: hidden;}
.nivo-controlNav li {   }
.nivo-controlNav a {
	text-indent:-5000px;
	z-index:99;
	float:left;
	color:#fff;
	font-weight:bold;
	width:25px; height:25px;
	background:url('../images/nivo-controlNav-a.png') left top no-repeat;
	text-align:center;
	text-decoration:none;
	margin-left:4px;
	font-size:12px;
	line-height:16px;
	padding-top:0px;
	cursor:pointer;
	display:block;
	
}
.nivo-controlNav a.active {
	background:url('../images/nivo-controlNav-a-active.png') left top no-repeat;
}
#wpcumuluswidgetcontent a:hover { color:#000 !important;}
.adminlist { margin-top:5px;}
