.jcarousel-skin-tango .jcarousel-container {
    background: #fff;
    border: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 924px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 924px;
    height: 385px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  924px;
    height: 385px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  924px;
    height: 385px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 924px;
    height: 385px;
}

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

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

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


/**
 * Additional styles for the controls.
 */
.jcarousel-control-position {
    text-align: left;
    background-color: transparent;
    width: 90px;
    height: 16px;
	position: absolute;
	top: 354px;
	right: 15px;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.jcarousel-control {
    margin: 0;
    padding: 0;
}

.jcarousel-control-position a {
    color: #ccc;
    background-color: transparent;
 	top: 0;
 	margin: 0;
  	padding: 0;
  	height: 100%;
  	overflow: hidden;
  	text-decoration: none;
  	border: none;
  	text-indent: -9999em;
}

.jcarousel-control a:focus,
.jcarousel-control a:active,
.jcarousel-control a:hover {
    outline: none;
  	text-decoration: none;
}



/* - prev - */
#headline-prev { 
    display: block;
 	position: absolute;
  	left: 0px;
  	width: 16px;
  	background: transparent url(prev-horizontal.gif) no-repeat 0 0;
  	text-decoration: none;
  	border: none;	
}
#headline-prev:hover, 
#headline-prev:focus, 
#headline-prev.current,
#headline-prev .mousedown, 
#headline-prev:active,
#headline-prev.current:link {
  	background: url(prev-horizontal.gif) no-repeat 0 -16px;
  	text-decoration: none;
  	border: none;	
}

/* - next - */
#headline-next { 
    display: block;
 	position: absolute;
  	left: 64px;
  	width: 16px;
  	background: transparent url(next-horizontal.gif) no-repeat 0 0;
  	text-decoration: none;
  	border: none;	
}
#headline-next:hover, 
#headline-next:focus, 
#headline-next.current,
#headline-next .mousedown, 
#headline-next:active,
#headline-next.current:link {
  	background: url(next-horizontal.gif) no-repeat 0 -16px;
  	text-decoration: none;
  	border: none;	
}

/* - 1 - */
#headline1 { 
    display: block;
 	position: absolute;
  	left: 16px;
  	width: 16px;
  	background: transparent url(dots.gif) no-repeat 0 0;
  	text-decoration: none;
  	border: none;	
}
#headline1:hover, 
#headline1:focus, 
#headline1.current,
#headline1 .mousedown, 
#headline1:active,
#headline1.current:link {
  	background-position: 0 -16px;
  	text-decoration: none;
  	border: none;	
}


/* - 2 - */
#headline2 { 
    display: block;
 	position: absolute;
  	left: 32px;
  	width: 16px;
  	background: transparent url(dots.gif) no-repeat 0 0;
}
#headline2:hover, 
#headline2:focus, 
#headline2.current,
#headline2 .mousedown, 
#headline2:active,
#headline2.current:link {
  	background-position: 0 -16px;
}


/* - 3 - */
#headline3 { 
    display: block;
 	position: absolute;
  	left: 48px;
  	width: 16px;
  	background: transparent url(dots.gif) no-repeat 0 0;
  	text-decoration: none;
  	border: none;	
}
#headline3:hover, 
#headline3:focus, 
#headline3.current,
#headline3 .mousedown, 
#headline3:active,
#headline3.current:link {
  	background-position: 0 -16px;
}


