 /* Portfolio Scroller */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#hidden {
  display: none
}
.jcarousel-container {
    position: absolute;
    bottom: 90px;
/*    left: 358px; */
    display: block;
  margin: 0 78px 0 336px;
  border-top: 3px solid #ccc;
  background-color: #FFFFFF
}
/*.jcarousel-container {
    position: relative;
    margin: 0 auto;
    display: block;
}*/
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
/*    border: 1px solid #d1d1d1;*/
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
/*    border: 1px solid #d1d1d1;  */
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    position: relative;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 220px;
/*    height: 185px; */
    padding: 7px;
    margin: 0 0 50px 0;
    border: 1px solid #d1d1d1;
    background-color: #e8e8e8;
}
.jcarousel-skin-tango li img {
	display: block;
    width: 200px;
    height: 150px;
    border: 1px solid #d1d1d1;
}

.jcarousel-skin-tango li span {
  position:absolute;
  width:202px;
  display: block;
  }

.jcarousel-skin-tango li span em
    {
  display: block;
	position:absolute;
	z-index:100;
	font:normal 11px Tahoma;
	line-height:13px;
	border: 1px solid #d1d1d1;
	background-color: #e8e8e8;
	top:7px;
	left:-8px;
	width:202px;
	padding:3px 7px;
	cursor:pointer;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* IE, Chrome*/
	-o-text-overflow: ellipsis; /* Opera */
	-moz-binding: url('/carousel/xml/text-overflow.xml#ellipsis'); /* for Firefox */
    }

.jcarousel-skin-tango li a:hover span em {
    white-space:normal;
    -moz-binding: url('/carousel/xml/text-overflow.xml#none');
}
.jcarousel-skin-tango li a:hover {
  white-space:normal;
} /* for IE6 hover effect*/

/*.jcarousel-skin-tango li span {
    display: block;
    color: #400000;
    font-size: 11px;
    margin-top: 5px;
}
.jcarousel-skin-tango li span em{
    font-style: normal;
}*/
/**
 * 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;
}





/**
 * 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: relative;
    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: 75px;
    height: 75px;
}
*/
/**
 * 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;
}
*/