
/*************************************** JCAROUSEL ***************************************/





/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
#Carousel {
	padding:0 20px;
	width:auto;
	background:#e3e3e3 bottom no-repeat;
	margin-bottom:5px;
margin:11px;
height:165px;
overflow:hidden;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
 
.jcarousel-container {
    position: relative;
	
}

.jcarousel-clip {
    overflow: hidden;
    position: relative;
		left:18px;
}

.jcarousel-list {
    overflow: hidden;
    position: relative;
    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: 150px;
    height: 125px;
}

/**
 * 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 {
    display: none;
}

.jcarousel-prev {
    display: none;
}




.jcarousel-skin-tango li {
float:left;
list-style:none;
}









.jcarousel-skin-tango .jcarousel-container {
	width:auto;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: auto;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  798px;
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 125px;
	background-color:#FFFFFF;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 12px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 21px;
    right: 0;
    width: 35px;
    height: 125px;
    cursor: pointer;
	background:url(/wp-content/themes/tdws-v4.1/images/next.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -35px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -70px 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: -105px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 21px;
    left: 0;
    width: 35px;
    height: 125px;
    cursor: pointer;
	background:url(/wp-content/themes/tdws-v4.1/images/previous.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -35px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -70px 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: -105px 0;
}
