.addthis_toolbox, .addthis_default_style {
margin-top: 20px;
}
	
			
			/*	--------------------------------------------------------------------------------
	slider -------------------------------------------------------------------	*/
	
	#vision {
		width:614px; height:234px;
		overflow:hidden;
	}
	
 
	 
	/* The Nivo Slider styles */
	.nivoSlider {
		position:relative;
	}
	
	/* If an image is wrapped in a link */
	.nivoSlider a.nivo-imageLink {
		position:relative;
		width:100%; height:100%;
		padding:0; margin:0;
		z-index:60;
		display:none;
	}
	
	.nivoSlider img {
		position:absolute; top:10px; display:none;
	}
	
	
	/* The slices in the Slider */
	.nivo-slice {
		display:block;
		position:absolute;
		z-index:50;
		height:100%;
	}
	/* Caption styles */
	.nivo-caption {
		position:absolute;
		left:0px;
		bottom:0px;
		background:#000;
		color:#fff;
		opacity:0.8; /* Overridden by captionOpacity setting */
		width:100%;
		z-index:89;
	}
	.nivo-caption p {
		padding:5px;
		margin:0;
	}
	/* Direction nav styles (e.g. Next & Prev) */
	.nivo-directionNav a {
		position:absolute;
		top:45%;
		z-index:120;
		cursor:pointer;
		background:url(../images/arrows.png) no-repeat;
		display:block;
		width:32px; height:34px;
		text-indent:-9999px;
	}
	.nivo-prevNav {
		left:10px;
	}
	.nivo-nextNav {
		right:10px;
		background-position:-32px 0!important;
	}
	
	
	
	/* Control nav styles (e.g. 1,2,3...) */
	.nivo-controlNav { 
		position:absolute; 
		width:600px; height:58px; z-index:2000;
		top:-64px;
	}
	
	.nivo-controlNav li {
		background:url(../images/bg_tabs.gif) no-repeat -120px 0;
		width:120px!important; height:58px!important;
		padding:0;
		float:left;
		overflow:hidden;
	}
	
	.nivo-controlNav a {
		width:120px; height:58px;
		text-indent:-9999px;
		padding:0!important;
		display:block;
		cursor:pointer;
	}
	.nivo-controlNav a.active {
	}
	
	
	.nivo-controlNav li a:hover { background-position:0 -60px!important; }
	.nivo-controlNav li.active a { background-position:0 -120px!important; cursor:default; }
	
	.slider {
		height: 234px;
		overflow: hidden;	
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 20px;
	}
    