/*-----------------------------------------------------------------------------
Web Site:			TiTech

CteatedDate:		29.06.2009
Autor:				SergeiT

$Revision: 1204 $

$LastChangedDate: 2010-04-28 11:26:07 +0600 (Ср, 28 апр 2010) $
$LastChangedBy: annag $
-----------------------------------------------------------------------------*/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container-horizontal {
    position: relative;
    background:transparent url(/images/branding/general/hr-line.gif) repeat-x left bottom;
	}

.jcarousel-clip-horizontal {
	width:239px;
    z-index: 2;
    padding: 0;
    margin:0 0 10px;
    overflow: hidden;
    position: relative;
	}

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    margin:0;
	padding:0;
	}

div.jcarousel-prev-horizontal,
div.jcarousel-next-horizontal {
	width:18px;
	height:18px;
	position:absolute;
	z-index: 3;
	cursor:pointer;
	top:-1px;
	}
	div.jcarousel-prev-horizontal {
		background:transparent url(/images/branding/jquery/jcarousel/home-news-prev.gif) no-repeat 0 0;
		left:-35px;
		}
	div.jcarousel-next-horizontal {
		background:transparent url(/images/branding/jquery/jcarousel/home-news-next.gif) no-repeat 0 0;
		right:-35px;
		}
	div.jcarousel-prev-disabled,
	div.jcarousel-next-disabled {
		cursor:default;
		background-position:-18px 0;
		}


/* =Other styles
---------------------------------------- */
.image-gallery {
	/*width:auto !important;*/
	}
	.image-gallery .gallery-switch {
		position:relative;
		}
	ul.gallery-jcarousel-list {
		margin:0;
		}
		.image-gallery ul.gallery-jcarousel-list li {
			width: 239px;
			padding: 0;
			list-style-type:none;
			}
			.image-gallery ul.gallery-jcarousel-list li.last {
				padding:0;
				}
	.image-gallery div.img-title {
		text-align:center;
		}

body.gallery-310 .image-gallery ul.gallery-jcarousel-list li {
	width: 324px;
}
body.gallery-310 .jcarousel-clip-horizontal {
	width: 324px;
}



