﻿.list_carousel {}
.list_carousel ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 10px;
    height:150px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.cislo{
	margin-top:10px;
	font-weight: 300;
	color:#060;
}

.diller{
	margin-top:15px;
	margin-right:10px;
	margin-bottom:0px;
}

.pagenavi {
    clear: both;
    text-align: center;
    margin: 0px;
}
.pagenavi a {
	background-color: #e2e2e2;
	padding:  2px 5px;
	position: relative;
	margin: 2px;
	font-size: 12px;
	text-decoration: none;
	color: white;
	border: solid 1px #cecece;
	
}
.pagenavi a:hover {
	background-image: linear-gradient(bottom, #3EB8E5 0%, #2CA0CA 100%);
	background-image: -o-linear-gradient(bottom, #3EB8E5 0%, #2CA0CA 100%);
	background-image: -moz-linear-gradient(bottom, #3EB8E5 0%, #2CA0CA 100%);
	background-image: -webkit-linear-gradient(bottom, #3EB8E5 0%, #2CA0CA 100%);
	background-image: -ms-linear-gradient(bottom, #3EB8E5 0%, #2CA0CA 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #3EB8E5), color-stop(1, #2CA0CA) );
}

.awtor{
	max-width:350px;
	float:right;
	font-weight:bold;
	font-size:12px;
}

.yyl{
	max-width:150px;
	float:left;
	font-weight:bold;
	font-size:12px;
}