/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 div#jcarousel-wrapper {position:relative; width:617px; height: 181px;  background: url(../images/holiday/scroller-bkg.gif) no-repeat top center; padding: 20px 0 0 0; margin: 0;
}
div#jcarousel-copy-wrapper{clear:left; width: 615px; margin-top: 33px;}

.jcarousel-container {
    position: relative;
	width: 617px;
	margin:0 auto;
	
}

.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:133px;
    height: 137px;
}
ul#mycarousel li.jcarousel-item img { margin: 5px 0 0 0; }

div#content .jcarousel-list li a ,
div#content .jcarousel-item a { display:block; font:bold 13px/14px "Times New Roman", Times, serif; color: #563511; text-decoration:none;}

.jcarousel-list li a:hover,
.jcarousel-item a:hover	{text-decoration:underline;}

.jcarousel-list li img {margin-top:5px;}
/**
 * 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;
}
/*-------------------------------------------------*/


.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 617px;
    padding: 0;
}

/*.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
*/
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  510px;
    height: 163px;
	margin:0 auto;

	
}

/*.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}*/

.jcarousel-skin-tango .jcarousel-item {
    width:163px;
    height: 163px;
	margin: 0 10px 0 0;
	text-align:center;
}

.jcarousel-skin-tango .jcarousel-item a { display: block; width:163px; height: 151px; padding: 12px 0 0 0; }

.jcarousel-skin-tango .item-bkg1 { background:  url(../images/holiday/scroller-img01.gif) no-repeat 0 0; }
.jcarousel-skin-tango .item-bkg2 { background:  url(../images/holiday/scroller-img02.gif) no-repeat 0 0; }
.jcarousel-skin-tango .item-bkg3 { background:  url(../images/holiday/scroller-img03.gif) no-repeat 0 0; }
.jcarousel-skin-tango .item-bkg4 { background:  url(../images/holiday/scroller-img04.gif) no-repeat 0 0; }
.jcarousel-skin-tango .item-bkg5 { background:  url(../images/holiday/scroller-img05.gif) no-repeat 0 0; }
.jcarousel-skin-tango .item-bkg6 { background:  url(../images/holiday/scroller-img06.gif) no-repeat 0 0; }
.jcarousel-skin-tango .item-bkg7 { background:  url(../images/holiday/scroller-img07.gif) no-repeat 0 0; }






.jcarousel-skin-tango .last-jitem {
	border-right:none;}
	
.jcarousel-skin-tango .jcarousel-item-horizontal {
   /* margin-right: 10px;*/
}

/*.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}*/

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 56px;
    right: 18px;
    width: 27px;
    height: 46px;
    cursor: pointer;
    background: transparent url(../images/holiday/arrow-next.gif) no-repeat 0 0;
}

/*.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 -16px;
}*/

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 56px;
    left: 18px;
    width: 27px;
    height: 46px;
    cursor: pointer;
    background: transparent url(../images/holiday/arrow-previous.gif) no-repeat 0 0;
}

div#content ul#mycarousel{ margin:0 0 0 0;}
/*div#content div.jcarousel-copy h4 { font-weight:normal; font-size: 18px;font-family:Verdana, Arial, Helvetica, sans-serif;  height: 18px; color: #9E7D3D; text-transform: capitalize;}



body.holidays div#jcarousel-wrapper li.jcarousel-item a { text-decoration:none ;}
body.holidays div#content div.jcarousel-copy h4 { margin-right: 360px; }
body.holidays div#content div.jcarousel-copy p { margin-right: 360px; }
body.holidays div#content div.jcarousel-copy ul { margin-right: 360px; }
*/
div#content div#jcarousel-copy-wrapper h2 { width: 300px; }
div#content div.jcarousel-copy h4 {margin:0 0 14px 0;}
