/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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;
}


.home #contentHolder .jcarousel-item, .home #contentHolder .jcarousel-list li {
 	float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
   width: 498px;
    height: 117px;
	}
.tours #contentHolder .jcarousel-container {
    position: relative;
}
.tours #contentHolder .jcarousel-item, .tours #contentHolder .jcarousel-list li.jcarousel-item {
 	float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    height:290px;
	width:840px;
	padding-right:30px;
}
	
.Gallery .jcarousel-list li, .Gallery .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 162px;
    height: 110px;
	}
.Gallery .jcarousel-list li img.border {
	border:3px solid #ee701f;
}

/**
 * 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".
 */
.Gallery .jcarousel-skin-ie7 .jcarousel-container-horizontal {
	position: relative;
	width:300px;
}
.Gallery .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  162px;
    height: 110px;
}
.Gallery .jcarousel-skin-ie7 .jcarousel-item {
    width: 162px;
    height: 110px;
}
.Gallery .jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #fff;
}

.home #contentHolder .jcarousel-skin-ie7 .jcarousel-container-horizontal, {
	position: relative;
	width:584px;
	height:169px;
	padding-top:25px;
}
.home #contentHolder .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  498px;
    height: 117px;
}
.home #contentHolder .jcarousel-skin-ie7 .jcarousel-item {
    width: 498px;
    height: 117px;
}





/**
 *  Horizontal Buttons
 */
.Gallery .jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: -45px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background:url(../graphics/next.gif) no-repeat 0 0;
}


.Gallery .jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -45px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background:url(../graphics/prev.gif) no-repeat 0 0;
}
.tours #contentHolder .jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: -65px;
    width: 57px;
    height: 56px;
    cursor: pointer;
    background:url(../graphics/TourNext-trans.png) no-repeat 0 0;
}
.tours #contentHolder .jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: -65px;
    width: 57px;
    height: 56px;
    cursor: pointer;
    background:url(../graphics/TourPrev-trans.png) no-repeat 0 0;
}

.home #contentHolder .jcarousel-prev-horizontal,.home #contentHolder .jcarousel-next-horizontal{
	display:none !important;
	}
.home #contentHolder .jcarousel-container{	
	background: url(../graphics/homeULBK-trans.png) no-repeat 0 0;
	width:644px;
	height:139px;
	padding:30px 0 0 80px;
	}
