/**
 * @version $Id: photo_carousel.css 2762 2009-10-09 17:27:40Z alex $
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-container {
    position: relative;
}

.jcarousel-control {
    margin-bottom: 5px;
    text-align: center;
}

.jcarousel-clip {
    z-index: 20;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 10;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

/*
Add this style if we decide to not stretch the photos. We also need to remove the img width/height fron the script.

.photo-carousel-item-overlay {width: 83px; height: 83px; overflow: hidden;}
 */

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 83px;
    height: 113px;
	cursor: pointer;
}

/**
 * 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: 30;
    display: none;
}

.jcarousel-prev {
    z-index: 30;
    display: none;
}

/* default skin */
.jcarousel-skin-default .jcarousel-container {
  margin: 0px;
  overflow: hidden;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    width: 580px;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
    width:  580px;
    height: 117px;
}

.jcarousel-skin-default .jcarousel-item {
    width: 83px;
    height: 113px;
}

/* space between items */
.jcarousel-skin-default .jcarousel-item-horizontal {
    margin-right: 15px;
}

/* background color for each item */
.jcarousel-skin-default .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-default .jcarousel-next-horizontal {
}

.jcarousel-skin-default .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-default .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-default .jcarousel-next-disabled-horizontal,
.jcarousel-skin-default .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-default .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-default .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-default .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#photo-carousel-control div {
    cursor: pointer;
	display:inline;
	margin-left: 7px;
}

#photo-carousel-pager {
	margin: 0px auto;
}

.jcarousel-skin-default .photo-carousel-item-wrapper{
	width: 83px;
}
.jcarousel-skin-default .photo-carousel-tdesc{
	height: 22px; 
	overflow:hidden;
	font-size: 10px; 
	line-height: 11px; 
	text-align: center;
	background-color: #000000;
	color:#FFFFFF;
	width: 83px;
}

