#sm_slider {
	height: 288px;
/*	margin: 25px 25px 0px;*/
	width: 620px;
}

#sm_slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
    
.sm_slide {
	color: #3d3d3d;
	display: none;
	font-size: 100px;
	height: 270px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.sm_slide.active {
	display: block;
	visibility: visible;
}

.sm_slide img {
	max-width: 100%;
}

.sm_prev, .sm_next {
	background: url(sm_arr_y.png) no-repeat;
	cursor: pointer;
	display: block;
	font-style: normal;
	height: 70px;
	margin: -31px 0 0 0;
	opacity: .3;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 999;
}

.sm_prev {
	background-position: 10px 0px;
	left: 0;
}  

.sm_next {
	background-position: -50px 0px;
	right: 0;
}

.sm_prev:hover {
	background-position: 10px 0px;
	opacity: 1;
}

.sm_next:hover {
	background-position: -50px 0px;
    opacity: 1;
}

.sm_nav {
	bottom: 0px;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding: 5px 0px;
	position: absolute;
	right: 0px;
	z-index: 999;
}

.sm_nav-item {
	cursor: pointer;
	float: left;
	height: 14px;
	padding: 4px;
	width: 14px;
	z-index: 999;
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
}

.sm_nav-item i {
	display: block;
	width: 6px;
	height: 6px;
	position: relative;
	top: 5px;
	left: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #7f7f7f;
}

.sm_nav-item.active, .sm_nav-item.active:hover {
	cursor: default;
	color: #7e7e7e;
}

.sm_nav-item.active i{
	background-color: #bfbfbf;
}

.sm_nav-item:hover i {
	background: #7f7f7f;
}

.sm_nav-item.active:hover i{
	background-color: #bfbfbf;
}
/*size and background slider*/
.slider_tbl {
	margin-top:13px;
	float:left;
	position:relative;
	width: 620px;
	height:288px;
	background-image:url(slider_background.png);
}

/*fonts slider*/
.slider_text_h1 {
	margin-top:51px;
	color:#fdaa1b; font-family:"Calibri", Arial, Helvetica, sans-serif; font-size:30px;

}
.slider_text_h2 {
	color:#ffffff; font-family:"Calibri", Arial, Helvetica, sans-serif; font-size:24px;
}

.header_slider_orange {
  font-size: 30px;
  font-family: "Calibri", Arial;
  color: rgb( 253, 170, 27 );
  line-height: 1.2;
  position: absolute;
  left: 317px;
  top: 51px;
}

.header_slider_white {
  font-size: 24px;
  font-family:"Calibri", Arial;
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  left: 317px;
  top: 91px;
 }
 
 .text_slider_grey {
  text-align:left;
  font-size: 14px;
  font-family:"Calibri", Arial;
  color: rgb( 153, 153, 153 );
  line-height: 1.714;
  position: absolute;
  left: 320px;
  top: 120.986px;
}

a.slider_link_bottom:link {
  background: url(link_icon.png) left no-repeat;
  font-size: 11px;
  font-family:"Calibri", Arial;
  color: rgb( 253, 170, 27 );
  line-height: 2.182;
  position: absolute;
  padding: 0 2px 1px 15px;
  left: 320px;
  top: 180px;

}
a.slider_link_bottom:visite {
  background: url(link_icon.png) left no-repeat;
  font-size: 11px;
  font-family:"Calibri", Arial;
  color: rgb( 253, 170, 27 );
  line-height: 2.182;
  position: absolute;
  padding: 0 2px 1px 15px;
  left: 320px;
  top: 180px;

}
a.slider_link_bottom:active {
  background: url(link_icon.png) left no-repeat;
  font-size: 11px;
  font-family:"Calibri", Arial;
  color: rgb( 253, 170, 27 );
  line-height: 2.182;
  position: absolute;
  padding: 0 2px 1px 15px;
  left: 320px;
  top: 180px;

}
a.slider_link_bottom:hover {
  background: url(link_icon.png) left no-repeat;
  font-size: 11px;
  font-family:"Calibri", Arial;
  color: rgb( 253, 170, 27 );
  line-height: 2.182;
  position: absolute;
  padding: 0 2px 1px 15px;
  left: 320px;
  top: 180px;

}
.slider_screenshot {
  position: absolute;
  left: 50px;
  top: 47px;
}

.slider_screenshot_fade {
  background-image: url("img/slader_fade.png");
  position: absolute;
  left: 0px;
  top: 169px;
  width: 620px;
  height: 119px;
  z-index: 5;
}

