/************/
#slider_rev {
    height: 230px;
    overflow: hidden;
    padding: 0 0 10px;
	width: 950px;
	margin:auto;
}
#slider_rev .viewport {
    margin:auto;
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 950px;
}
#slider_rev .pager {
    clear: both;
    list-style: none outside none;
    margin: 3px 10px;
    overflow: hidden;
}
#slider_rev .pager li {
    float: left;
}
#slider_rev .pager a {
    display: block;
	width:10px;
	height:10px;
	margin:0 0 0 1px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:100%;
	border:2px solid #dcdcdc;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e7e7e7',GradientType=0 );
}
#slider_rev .pager .active {
	background: #44b0eb;
	background: -moz-linear-gradient(top,  #44b0eb 0%, #2d99d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44b0eb), color-stop(100%,#2d99d4));
	background: -webkit-linear-gradient(top,  #44b0eb 0%,#2d99d4 100%);
	background: -o-linear-gradient(top,  #44b0eb 0%,#2d99d4 100%);
	background: -ms-linear-gradient(top,  #44b0eb 0%,#2d99d4 100%);
	background: linear-gradient(to bottom,  #44b0eb 0%,#2d99d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b0eb', endColorstr='#2d99d4',GradientType=0 );
}
#slider_rev .buttons {
    background: url(../images/slidersprite.png) no-repeat 100% -44px;
    display: inline-block;
	padding:3px 20px;
    overflow: hidden;
    position: relative;
}
#slider_rev .next {
    background-position: 0 100%;
}
#slider_rev .disable {
    opacity:0.3;
    visibility: hidden;
}
#slider_rev .overview {
    list-style: none outside none;
    position: absolute;
    width: 930px;
}
#slider_rev .overview li {
    float: left;
    /*height: 150px;*/
    margin: 0 30px 0 0;
    padding: 1px;
    width: 950px;
}
#reviews ul li{
	width:450px;
	float:left;
	height:150px;
}
#slider_rev .overview li img{
	float:left;
	width:151px;
	/*height:111px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;*/
}
#slider_rev .overview li div{
	margin-left:126px;
}
#slider_rev .overview li div a{
	float:right;
}
#slider_rev .overview li div p{
	margin-top:0;
	font-size:13px;
	color:#3f3f3f;
}
.ctrl{
	float:right;
	clear:both;
	overflow:hidden;
}
.ctrl>*{
	display:inline-block;
}
/*********************************************************/
#ben_slider {
    /*height: 320px;*/
    overflow: hidden;
    padding: 0 0 10px;
	width: 950px;
	margin:auto;
}
#ben_slider .viewport {
    margin:auto;
  /*  height: 300px;*/
    overflow: hidden;
    position: relative;
    width: 950px;
}
#ben_slider .pager {
    clear: both;
    list-style: none outside none;
    margin: 0 10px;
    overflow: hidden;
}
#ben_slider .pager li {
    float: left;
}
#ben_slider .pager a {
    display: block;
	width:10px;
	height:10px;
	margin:0 0 0 1px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:100%;
	border:2px solid #dcdcdc;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e7e7e7',GradientType=0 );
}
#ben_slider .pager .active {
	background: #44b0eb;
	background: -moz-linear-gradient(top,  #44b0eb 0%, #2d99d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44b0eb), color-stop(100%,#2d99d4));
	background: -webkit-linear-gradient(top,  #44b0eb 0%,#2d99d4 100%);
	background: -o-linear-gradient(top,  #44b0eb 0%,#2d99d4 100%);
	background: -ms-linear-gradient(top,  #44b0eb 0%,#2d99d4 100%);
	background: linear-gradient(to bottom,  #44b0eb 0%,#2d99d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b0eb', endColorstr='#2d99d4',GradientType=0 );
}
#ben_slider .buttons {
    background: url(../images/slidersprite.png) no-repeat 100% -44px;
    display: inline-block;
	padding:3px 20px;
    overflow: hidden;
    position: relative;
	vertical-align:bottom;
}
#ben_slider .next {
    background-position: 0 100%;
}
#ben_slider .disable {
    opacity:0.3;
	cursor:default;
}
#ben_slider .overview {
    list-style: none outside none;
    position: relative;
    width: 930px;
}
#ben_slider .overview li {
    float: left;
   /* height: 300px;*/
    margin: 0 30px 0 0;
    padding: 1px;
    width: 950px;
}
#slider_rev .overview li div.slider_rev_elem_l{
    margin: 0 19px 0 0;
    float:left;
}
#slider_rev .overview li div.slider_rev_elem_r{
    margin: 0;
    float:left;
}
#slider_rev .overview li div.slider_descr{
    /*margin: 0 0 15px 140px;
    text-align: left;
    width: 325px;
    height: 145px;
    overflow: hidden;*/
    height: 145px;
    margin: 0 0 15px 163px;
    overflow: hidden;
    text-align: left;
    width: 299px;
}
#slider_rev .overview li .slider_rev_elem_l img{
   
}
#slider_rev .overview li div.slider_descr .sleder_header{
   color: #3F3F3F;
   display: block;
   line-height: 120%;
}
#slider_rev .overview li .slider_autor{
    color: #00ABFF;
    line-height: 120%;
    font-size: 14px;
    margin-left: 22px;
}