/**
 * 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: absolute;
    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: 896px;
    height: 296px;
}

/**
 * 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;
}

/* ***********************************************************************

THE FOLLOWING WAS A SEPARATE FILE,  SKIN.CSS 

*************************************************************************/
.jcarousel-skin-tango .jcarousel-container {
    background: #F0F6F9;
		border-top:2px solid white;
		border-bottom:2px solid white;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    padding:0;
		height:296px;
		width:896px;
		position:relative;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	position:absolute;
	left:0;
	top:0;
    width:  896px;
    height: 296px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 896px;
    height: 296px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}







/* Extra Styles */
#wrap {
  border-left:2px solid white;
	display:block;
}

#mycarousel {
	position:relative;
}

#thumbs {
	position:relative;
	z-index:100;
	width:200px;
	height:296px;
}

.jcarousel-control {
	/*margin-bottom: 10px;*/
	text-align: center;
	/*clear:both;*/
}

.jcarousel-control a {
		text-indent:-2500em;
		height:70px; width:60px;
    font-size: 75%;
    text-decoration: none;
    margin: 20px 20px 0 20px;
    border: 1px solid #fff;
		/*border:5px solid #FF6600;*/
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
		float:left;
		clear:both;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    /*margin-top: 10px;*/
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

.slide1, .slide2, .slide3 {
  overflow:hidden;
	clear:both;
	width:232px; /* This is 896px (full width) minus (654 + 10) left and right padding */
	height:276px; /* 296px - 10px - 10px */
  color:white;
	font-size:12px;
	padding: 10px 10px 10px 654px;
}

.slide1 img, .slide2 img, .slide3  img { 
  border:none;
	z-index:101;
}

.slide1 span, .slide2 span, .slide3 span {
   color:#FF6600;
	 font-size:18px;
	 display:block;
}

.slide1 strong, .slide2 strong, .slide3 strong {
	font-weight:bold;
	display:block;
	margin-bottom:0;
}


.slide1{ background: url(images/stempunk.jpg) left top no-repeat; }

/*.slide2{ background: url(images/queen_victoria.jpg) left top no-repeat; }*/

.slide2{ background: url(images/ink_blood.jpg) left top no-repeat; }

.slide3{ background: url(images/resonating_fields.jpg) left top no-repeat; }
/* 
OTHER -
TO BE ADDED TO GENERAL MUZEO CSS/HTML
*/

.rightdivider {
  line-height: 0;
	margin: 10px 0 0 20px;
	width: 214px;
	border-top: 1px solid #000;
	float: left;
}

.tn a img {
	line-height: 0px;
	border: 0 none;
	float: left;
	margin: 0 20px 30px 20px;
}

#highlights {
  display:block;
	overflow:hidden;
}
