/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
div#fancy_info .jcarousel-container {
    position: relative;
}
div#fancy_info .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	width: 420px;
}

div#fancy_info .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

div#fancy_info .jcarousel-list li,
div#fancy_info .jcarousel-item {
    float: left;
    list-style: none;
}

/**
 * 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".
 */
div#fancy_info .jcarousel-prev {
	left: 2px;
	background: url(../images/btn-pre-popup.gif) left top no-repeat;
	cursor: pointer;
	cursor: hand;
}
* html div#fancy_info .jcarousel-prev {
	left: -26px;
	background: url(../images/btn-pre-popup.gif) left top no-repeat;
	cursor: pointer;
	cursor: hand;
}
 div#fancy_info .jcarousel-next {
	right: 2px;
	background: url(../images/btn-next-popup.gif) left top no-repeat;
	cursor: pointer;
	cursor: hand;
}
div#fancy_info .jcarousel-next,
div#fancy_info .jcarousel-prev {
	position: absolute;
	top: 16px;
    z-index: 3;
	width: 4px;
	height: 8px;
}

div#fancy_info .jcarousel-next-disabled
{
	background: none;
	cursor: default;
}
div#fancy_info .jcarousel-prev-disabled 
{
	background: none;
	cursor: default;
}

* html .ImgBoxCen span {
    display: inline-block;
    height: 100%;
}
*:first-child+html .ImgBoxCen span {
    display: inline-block;
    height: 100%;
}

.ImgBoxCen {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	xposition:relative;
	width: 600px;
	height: 450px;
}

.ImgBoxCen * {
	vertical-align: middle;
}
