/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
div.mycarousel_name {
        margin: 20px 0 -122px 60px;
		width:550px;
		height:50px;
		background:url(skin_dev/bg_line.png) top left repeat-x;
		text-align:center;
}

,div.mycarousel_name {
		margin-bottom:-127px;
}
div.mycarousel_name h1 {
		padding-top:13px;
		color:#2f2f2f;
}
div.mycarousel_name_bg {
		margin-left:49px;
		width:568px;
		height:50px;
		background:url(skin_dev/bg_line.png) top left repeat-x;
}
,div.mycarousel_name_bg {
		margin-bottom:0px;
}



ul#mycarousel {
		position:relative;
}
ul#mycarousel_maket {
		position:relative;
}
ul#mycarousel li {
		background:none;
		margin-bottom:0px;
		padding-left:0px;
		list-style:none;
		position:relative;
}
ul#mycarousel li div.descript {
		position:absolute;
		top:227px;
		left:16px;
		width:295px;
		color:#2f2f2f;
}
ul#mycarousel li div.descript a {
		display:block;
		font:bold 12px Tahoma;
		color:#2f2f2f;
		text-decoration:none;
}
ul#mycarousel li div.descript a:hover {
		text-decoration:underline;
}

table.content td.content ul#mycarousel_maket li {
    padding-left:0px;
    background:none;
}

table.content td.content ul#mycarousel_maket li table.makets {
		width:662px;
		margin-left:-1px;
}
table.content td.content ul#mycarousel_maket li table.makets td {
		width:331px;
		height:477px;
		background:url(skin_maket/bg_maket.png) top left no-repeat;
}
table.content td.content ul#mycarousel_maket li table.makets td div.cont {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		width:330px;
		height:430px;
}
,table.content td.content ul#mycarousel_maket li table.makets td div.cont {
		margin-top:15px;
}

table.content td.content ul#mycarousel_maket li table.makets td div.cont a {
		display:block;
		margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
		margin-bottom:-33px;
}

table.content td.content ul#mycarousel_maket li table.makets td div.cont img {
		border:1px solid #bfc2c5;
}
table.content td.content ul#mycarousel_maket li table.makets td div.name {
		position:relative;
		width:289px;
		height:33px;
		margin-top:-33px;
		z-index:999;
}
table.content td.content ul#mycarousel_maket li table.makets td div.name div {
		position:absolute;
		top:44px;
		left:17px;
		padding:5px 0px 0px 9px;
		width:284px;
		height:28px;
		font:18px Tahoma;
		color:#404040;
		background:url(skin_maket/bg_name_maket.png) top left repeat-x;
		border:1px solid #bfc2c5;
		border-bottom:0px;
}
,table.content td.content ul#mycarousel_maket li table.makets td div.name div {
		width:295px;
		height:33px;
}



div.bg_makets_left {
		position:relative;
		float:left;
		width: 10px;
		margin-left:-10px;
		margin-bottom:-982px;
		height:930px;
		background:url(skin_maket/bg_page_left_makets.png) top left no-repeat;
		margin-top:50px;
		z-index:999;
}
div.bg_makets_right {
		position:relative;
		float:right;
		width: 10px;
		margin-right:-10px;
		margin-bottom:-982px;
		height:930px;
		background:url(skin_maket/bg_page_right_makets.png) top left no-repeat;
		margin-top:50px;
		z-index:999;
}
