
/**
 * This element sets the border container around the sliding items
 * any padding adds to the width to give 'actual' width of the carousel
 */

.jcarousel-container {
    -moz-border-radius: 10px;
	background: none;
	padding: 10px 20px;
	margin:0px 0px 0px 0px;
	background-image: #ccc url(/*"../img/mock2_02.gif"*/);
	background-repeat: no-repeat;
	height:180px;
	background-color: #E3D6AA;
	display:inline;
    }

/* This sets the dimesnions for either a horizontal(default) or vertical carousel 
*  You need to set the container size and then the clip (moving element) size
*/

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



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 180px;
}



/* This sets the dimesnions for the individual elements in the  horizontal(default) or vertical carousel */

.jcarousel-skin-tango .jcarousel-item {
    width: 180px;
    height: 180px;
	font-variant:small-caps;
	text-align:center;
}

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

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

/**
 *  Horizontal Buttons
 */


/**
 *   Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 5px;
    width: 33px;
    height: 58px;
    cursor: pointer;
    background: transparent url("../img/next-horizontal.png") no-repeat 0 0;
}

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

.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: 70px;
    left: 5px;
    width: 33px;
    height: 58px;
    cursor: pointer;
    background: transparent url("../img/prev-horizontal.png") no-repeat 0 0;
}

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

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: 5px;
    right: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../img/prev-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../img/next-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/**
 * The following are used in the div container that makes the
 * carousel placable within your theme
 */

.hpcarousel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.hpcarousel li {

	float:left;
	padding:0 5px;
	}

.hpcarousel li img {
	border:3px solid #ccc;
	display:block;
	margin-bottom:2px
	}
	
.hpcarousel a, .hpcarousel a:visited {
	float:left;
	color:#ccc;
	}

.hpcarousel a:hover, .hpcarousel a:active {
	color:#ff0000;