/* custom tatar skin */
.jcarousel-skin-tatar .jcarousel-container {
	margin: 0 auto;
    font-family: trebuchet ms, sans-serif; 
    line-height: 100%; 
}

.jcarousel-skin-tatar .jcarousel-container-horizontal {
	width: 1194px;
}

.jcarousel-skin-tatar .jcarousel-clip-horizontal {
    width: 1110px;
    height: 150px;
    margin: 0 auto;
}

.jcarousel-skin-tatar .jcarousel-item {
    width: 150px;
    height: 150px;
    background: transparent url(rotator-bt.gif) no-repeat 0 100%;
}

.jcarousel-skin-tatar .jcarousel-item-horizontal {
    margin: 0 10px 0 0;
}

.jcarousel-skin-tatar .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 5px;
    width: 10px;
    height: 16px;
    cursor: pointer;
    background: transparent url(control.gif) no-repeat -10px 0;
}

.jcarousel-skin-tatar .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 5px;
    width: 10px;
    height: 16px;
    cursor: pointer;
    background: transparent url(control.gif) no-repeat 0 0;
}

.jcarousel-skin-tatar .jcarousel-item a {
    color: #282828; 
    font-size: 11px;
    text-shadow: 1px 1px 1px #ccc;
    text-decoration: none; 
}

.jcarousel-skin-tatar .jcarousel-item img {
    display: block; 
}

.jcarousel-skin-tatar .jcarousel-item span.bd {
	z-index: 10;
	width: 150px;
	display: none;
	height: 140px;
	position: absolute;		
	background: url(projects-bd.gif) no-repeat;
}

.jcarousel-skin-tatar .jcarousel-item span.title {
    height: 37px; 
    display: block;   
    background: url(project-title.gif) no-repeat;
}

.jcarousel-skin-tatar .jcarousel-item span.title ins{
    height: 27px; 
    width: 130px;
    padding: 0 10px; 
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
    text-decoration: none; 
}

.jcarousel-skin-tatar .jcarousel-item a:hover span.bd {
	display: block;    
}
