/* _______________________________________________ Настройки галереи ________________________________________________________ */

#dhtmlgoodies_slideshow {
	width: auto;	/* Ширина галереи */
}
	
#galleryContainer {
	height: 142px;	/* Высота миниатюр + 2 */
	position: relative;
	overflow: hidden;
	padding: 0px;	
	/* CSS HACK */
	height: 144px;	/* IE 5.x - Добавление 2 пикселей для бордюра слева и справа */
	height/* */:/**/142px;	/* Другие браузеры */
	height: /**/142px;
}

#arrow_left {
	position: absolute;
	left: 0px;
	z-index: 10;
	padding: 0px;
}

#arrow_right {
	position: absolute;
	right: 0px;
	z-index: 10;
	padding: 0px;		
}
	
#theImages {
	position: absolute;
	height: 140px;
	left: 40px;
	width: 100000px;
}

#theImages a img {
	margin: 0 5px 0 5px;
}

#theImages #slideEnd {
	float: left;
}

#theImages img {
	float: left;
	padding: 0px;
	cursor: pointer;
	border: 0px;
}

/* _______________________________________________ Настройки галереи _Конец_______________________________________________________ */
