#slide{
	 overflow: hidden;
	 border-top: 1px solid #eb6e19;
	  border-bottom: 1px solid #eb6e19;
	  height: 222px;
}

#slide ul {
	display: block;
	height: 202px;
	height: 222px;
	float: left;
	 overflow: hidden; 
}

	#slider {
		float: left;
	}

	.left-control {
		width: 67px;
		height: 202px;
		height: 222px;
	}
	
	.center-slide {
		width: 641px;
	}
	
	.right-control{
		width: 39px;
		float: left;
		padding: 0;
	}

	#slide ul li {
		display: block; 
		float: left; 
		height: 202px;
		height: 222px;
	}
	
	.doporucujeme {
		width: 33px;
		background: url('/images/layout/slide/doporucujeme.png') no-repeat top left;
	}
	
	.prev-slide {
		width: 34px;
		background: url('/images/layout/slide/arrow-left.png') no-repeat top left;
		cursor: pointer;
	}
	
	.next-slide {
		width: 39px;
		background: url('/images/layout/slide/arrow-right.png') no-repeat top right;
		cursor: pointer;
		padding: 0;
	}
	
	.doporucujeme-item, .jcarousel-item {
		width: 159px;
		height: 202px;
		height: 222px;
		background: url('/images/layout/slide/line.png') no-repeat top right;
	}
	
		.doporucujeme-item-top {
			height: 184px;
			text-align: center;
			overflow: hidden;
			z-index: 9;
		}
		
			.doporucujeme-item-top h2 {
				font-size: 12px;
				font-weight: normal;
				padding-top: 4px;
				height: 34px;
			}
			
				.doporucujeme-item-top h2 a {
					text-decoration: underline;
					color: #007190 !important;
					font-size: 11px;
					padding: 5px;
				}
				
				.doporucujeme-item-top h2 a:hover {
					text-decoration: none;
				}
				
				.slider-image {
					padding-top: 5px;
					clear: both;
				}

				
				.slider-others {
					
					margin-top: 7px;
					margin-bottom: 10px;
				}
				
				.slider-new {
					width: 42px;
					height: 22px;
					margin: 0;
					padding: 0;
					background: url('/images/icon-novinka_cz.gif') no-repeat top left;	
					z-index: 10;
					/*float: left;*/
					margin-left: 0px;
				}

				.slider-sale {
					width: 42px;
					height: 22px;
					margin: 0;
					padding: 0;
					background: url('/images/icon-akce_cz.gif') no-repeat top left;	
					z-index: 10;
					/*float: right;*/
					margin-right: 0px;
				}				
				
		
		.doporucujeme-item-bottom {
			height: 40px;
			padding-top: 0px;
			text-align: center;
		}
		
			.doporucujeme-item-bottom a img {
				margin-right: 10px;
				position: relative;
				top: 7px;

			}
			
			.slider-price{
				color: #fff;
				font-weight: bold;
				position: relative;
				top: -3px;
			}
			
			.doporucujeme-item-popis {
				color: #2e2e2e; 
				margin: 2px 20px 2px 20px;
				#margin: 0;
				#width: 140px;
				#margin: 2px 10px 0 10px;
				font-size: 11px !important;
			}

			.doporucujeme-item-popis strong {
				color: #EF6100;
			}
