#tinycarousel{
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
}
#tinycarousel .viewport{
	float:left;
	width:980px;
	height:199px;
	overflow:hidden;
	position:relative;
}
#tinycarousel .buttons{
	display:block;
	margin:70px 30px 0 0;
	float:left;
	width:50px;
	height:50px;
	position:relative;
	text-decoration:none;
}
#tinycarousel .prev{
	background-image: url('../../images/arrow_prev.png');
	background-position: 0 0;
}
#tinycarousel .next{
	margin:70px 0 0 30px;
	background-image: url('../../images/arrow_next.png');
	background-position: 0 0;
}
#tinycarousel .buttons:hover{
	background-position: 0 -54px;
}
#tinycarousel .disable{
	visibility:hidden;
}
#tinycarousel .overview{
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	width:240px;
	left:0;
	top:0;
}
#tinycarousel .overview li{
	float:left;
	margin:0 30px 0 0;
	height:199px;
	width:475px;
	background: url('../../images/otzyv_bg.jpg') no-repeat center right;
	position: relative;
}
	#tinycarousel .overview li a img{
		/*width: 128px;
		height: 128px;*/
		border-radius: 50%;
		position: absolute;
		left: 10px;
		top: 35px;
	}
		#tinycarousel .overview li a .txt{
			width: 250px;
			position: absolute;
			right: 50px;
			top: 30px;
			text-align: left;
			color: #000;
		}
			#tinycarousel .overview li a .txt h5{
				font-family: FontBold;
				margin-bottom: 15px;
				font-size: 13px;
				color: #000;
			}
			#tinycarousel .overview li a .txt div{
				font-size: 14px;
				font-family: 'Roboto', sans-serif;
				line-height: 18px;
				max-height: 126px;
				overflow: hidden;
				color: #000;
			}
