#slider_container_2 { 
	border-top: solid 4px #00713d;
	border-bottom: solid 2px #00713d;
	background-position: center center;
	background-repeat: no-repeat; 
	/*min-width: 1440px;*/
	background-color:#E9E9E9;
	width: auto;
	background-image: url(../images/site_preloader.gif);
}

.SliderName_2 {
	/*width: 1440px;*/ width: 100%;
	height: 250px;
	overflow: hidden;
}

.SliderName_2 div { margin: 0 auto; }

.SliderNamePrev_2 {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height: 450px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../images/right.png) no-repeat right center;
	width: 50px;
	height: 450px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

#ChangeSlideNav {
	background: url(../images/left.png) no-repeat left center;
	width: 50px;
	height: 50px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}



#SliderNameNavigation_2 { 
	margin: 0; 
	padding: 10px 0 0 0; 
	height: 16px; 
	text-align: center; 
	overflow-y: hidden; 
	position: absolute; 
	top: 110px; 
	left: 50%; 
	margin-left: 410px;
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_2 a img {
	border: none;
	width: 13px;
	height: 13px;
	background: url(../images/defaultCircle.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img {
	background: url(../images/activeCircle.png) no-repeat center center;
}





/* NEXT SLIDER //////////////////////////////////////*/


#transitionsPic {
	background-position: center center;
	background-repeat: no-repeat; width: 250px; height: 60px; background-position: center center;
}
	
.lensTechSlide {
	width: 250px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 27px 0 27px;
}
	
.changeSlidePrev {
	background: url(../images/left.png) no-repeat left center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 25px;
	right: 207px;
	margin-right: 10px;
	text-decoration: none;
	z-index: 2000;
}

.changeSlideNext {
	background: url(../images/right.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 25px;
	right: -28px;
	text-decoration: none;
}
	
	