

/*
# Carousel ################### 
*/
.jcarousel-skin-tango{
    
	width:970px;
	height:355px;
	/*background:url(../images/bg.jpg) no-repeat;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {width:904px; height:355px; margin-top:0px;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {width:904px; height:355px;}

.jcarousel-skin-tango .jcarousel-item {width:904px;height:355px;}

.jcarousel-skin-tango .jcarousel-next-horizontal {
 
    position: absolute;
    top: 150px;
    right: 10px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background: transparent url(https://globalizedimports.magellanshop.com/themes/global_import/images/slider-arrow-right.png) no-repeat 0 0;
}

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

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
   /*  background-position: -64px 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: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 150px;
    left: 10px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background: transparent url(https://globalizedimports.magellanshop.com/themes/global_import/images/slider-arrow-left.png) no-repeat 0 0;
}

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

.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: -96px 0;*/
}
/*
# Content ################### 
*/

.jcarousel-list h1, .jcarousel-list h2{
	color:#FFFFFF;
	line-height:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	letter-spacing:1px;
	padding:0 0 0 0px;
    text-align:center;
	
}
.jcarousel-list h2{
	padding:0 0 0 0px;
	text-indent:0px;
}
.carousel-content, .carousel-content1{
	height:220px;
	padding:0px 0px 0 0px;
	font-size:25px;
}
.carousel-content1{
	padding:0px 0px 0 0px;
}

.carousel-content .content{

	width:904;
}
.carousel-content .image{
    
	width:904px;
	text-align:center;
	
}
.carousel-content .content a{
	background:url(../images/more-button.png) no-repeat;
	display:block;
	width:218px;
	height:48px;
	margin-top:20px;
}
.carousel-content .content a:hover{
	background:url(../images/more-button-over.png) 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;
   
   
    
}

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

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

