/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#mycarousel2 .jcarousel-container {
    position: relative;
	width: 775px;
}

#mycarousel2 .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#mycarousel2 .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#mycarousel2 .jcarousel-list li,
#mycarousel2 .jcarousel-item {
    float: left;
    list-style: none;
    width: 215px;
    height: 360px;
	margin: 0 20px 0 5px;
}

#mycarousel2 li a {
	border: 4px solid #D6D6D6 !important;
	display: block;
	width: 205px;
	height: 320px;
	overflow: hidden;
}

#mycarousel2 li a:hover {
	border: 4px solid #666 !important;
}

#mycarousel2 li h4 {
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin: 5px 0 0 0;
}

#mycarousel2 li p {
	font-size: 10px;
	font-weight: 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".
 */
#mycarousel2 .jcarousel-next {
    z-index: 3;
    display: none;
}

#mycarousel2 .jcarousel-prev {
    z-index: 3;
    display: none;
}

/**
 *  Horizontal Buttons
 */
#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-next-horizontal {
    position: absolute;
    top: 153px;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../imgs/bt_next.gif) no-repeat top left;
}
#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-next-disabled-horizontal {
    cursor: default;
    background: none;
}

#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-next-horizontal:active {
	background-position: top left;
}

#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-next-horizontal:hover {
    background-position: bottom left;
}

#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 153px;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../imgs/bt_prev.gif) no-repeat top left;
}

#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-prev-disabled-horizontal {
    cursor: default;
	background: none;
}
#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}

#mycarousel2 .jcarousel-skin-tango #mycarousel2 .jcarousel-prev-horizontal:active {
	background-position: top left;
}