#jcarousel_main ul, #jcarousel_main li{
	list-style: none;
	background-image: none;
}
.jcarousel_main{
	width: 960px;
}
.jcarousel_lenta{
	width: 850px;
}
.jcarousel li {
    float: left;
	width: 202px;
	margin: 5px;
}

.jcarousel_control-box{
	width: 55px;
	vertical-align: top;
	padding-top: 30px;
}

.jcarousel_link .jcarousel_text{
	font-family: inherit;
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 110%;
	text-decoration: none;
}
a.jcarousel_text:active, a.jcarousel_text:visited, a.jcarousel_text:link {
	font-family: inherit;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
a.jcarousel_text:hover {
	color: #660066;
	cursor: pointer;
	text-decoration: none;
}

.jcarousel_block{
	position:relative;
	width:203px;
	left:0px;
	top:0px;	
}
.jcarousel_block .jcarousel_photo{
	position:absolute;
	width:193px;
	height:126px;
	top:0px;
	left:0px;	
	background-repeat: no-repeat;
	background-position: center center;
	border: 5px solid #FFF;
}
.jcarousel_photo:hover{
	border: 5px solid #CCC;
}
.jcarousel_block .jcarousel_text{
	position:absolute;
	width:183px;
	top:150px;
	left:10px;
}