.jcarousel-skin-tango *{
	margin:0px;
	padding:0px;
}

.jcarousel-skin-tango h2{
	padding:10px 10px;
	margin:0px;
}

.jcarousel-skin-tango p{
	margin:0px;
	padding:0px 10px;
	font-family: Arial,Helvetica,sans-serif;
}

.jcarousel-skin-tango span{
	margin:0px;
	padding:0px 10px 1.2em;
}

.jcarousel-skin-tango {
	height:210px;
}

.jcarousel-skin-tango .images{
	padding-top:3px;
/*	padding-left:10px; */
	z-index:10000;
	

}

.jcarousel-skin-tango .jcarousel-container {
	position:relative;
	text-align: center;

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	text-align: center;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 890px;
    height: 210px;
	text-align: center;
	margin:0px auto;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 890px;
    height: 210px;
	text-align: center;
}

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

/**
 *  Horizontal Buttons
 */
 
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
	margin:0px;
	padding:0px;
    top: 80px;
    right: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(/img/next.png) center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
	margin:0px;
	padding:0px;
    top: 80px;
    right: 940px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(/img/prev.png) center no-repeat;
}

/**
 * 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: 980px;
   	height:210px;
	text-align: center;
}

/**
 * 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;
    cursor: pointer;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
    cursor: pointer;
}

.clr{clear:both;height:0px;overflow:hidden;}
