#mycarousel
{
	margin:0 auto !important;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

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

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
   /* width:  245px;
    height: 75px;*/
	text-align: center;
    width: 723px;
	margin:0 auto;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
     /*width: 231px;
    height: 71px;*/
}

.jcarousel-skin-tango .jcarousel-item {
    width: 231px !important;
    height: 71px;
}

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

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.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: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    /*background: transparent url(http://baofengradio.us/skin/frontend/xthemers/default/css/next-horizontal.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    /*background-image: url(http://baofengradio.us/skin/frontend/xthemers/default/css/prev-horizontal.png);*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    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:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    /*background: transparent url(http://baofengradio.us/skin/frontend/xthemers/default/css/prev-horizontal.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    /*background-image: url(http://baofengradio.us/skin/frontend/xthemers/default/css/next-horizontal.png);*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    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:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://baofengradio.us/skin/frontend/xthemers/default/css/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    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:focus,
.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(http://baofengradio.us/skin/frontend/xthemers/default/css/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    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:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*-----------------------Product Recent Carousel------------------*/

/*.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #D4D0C8;
    border: 1px solid #808080;
}*/

.jcarousel-skin-ie7 .jcarousel-direction-rtl {
	direction: rtl;
}

/*.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}*/

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-ie7 .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: 230px;
    height: 670px; text-align:center; font-size: 13px;
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  77px;
    height: 188px; 
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 75px;
   	height: auto;
}

.jcarousel-skin-ie7 .jcarousel-item:hover,
.jcarousel-skin-ie7 .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin: 0;
    margin: 7px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 638px;
    right: 85px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/circle-rightarrow.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/circle-rightarrow.png);
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
   background: url(../images/circle-rightarrow.png) no-repeat scroll right center transparent;
    height: 21px;
    width: 21px;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
   background: url(../images/circle-rightarrow.png) no-repeat scroll right center transparent;
    height: 21px;
    width: 21px;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
   background: url("../images/circle-rightarrow.png") no-repeat scroll left center transparent;
    border: 0 none;
    float: left;
    height: 21px;
    width: 21px;
	display:none !important;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 638px;
    left: 85px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/circle-leftarrow.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/circle-leftarrow.png);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
   background: url(../images/circle-leftarrow.png) no-repeat scroll right center transparent;
    height: 21px;
    width: 21px;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
   background: url(../images/circle-leftarrow.png) no-repeat scroll right center transparent;
    height: 21px;
    width: 21px;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
  background: transparent url(../images/circle-leftarrow.png) no-repeat 0 0;
    height: 21px;
    width: 21px;
	display:none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://baofengradio.us/skin/frontend/xthemers/default/css/next-vertical.gif) no-repeat 0 0;
}

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

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

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

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://baofengradio.us/skin/frontend/xthemers/default/css/prev-vertical.gif) no-repeat 0 0;
}

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

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

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

/*-----------------------Product Upsell Products------------------------------*/


.jcarousel-skin-up-sell-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-up-sell-tango .jcarousel-container-horizontal {
    /*width: 245px;
    padding: 20px 40px;*/
	 padding: 0 51px;
	
}

.jcarousel-skin-up-sell-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-up-sell-tango .jcarousel-clip {
    overflow: hidden;
	height:175px;
}

.jcarousel-skin-up-sell-tango .jcarousel-clip-horizontal {
   /* width:  245px;
    height: 75px;*/
	width: 878px;
}

.jcarousel-skin-up-sell-tango .jcarousel-clip-vertical {
     /*width: 231px;
    height: 71px;*/
}

.jcarousel-skin-up-sell-tango .jcarousel-item {
    width: 193px;
	
}

.jcarousel-skin-up-sell-tango .jcarousel-item-horizontal {
	float: left;
	/*margin: 0 36px;*/
    text-align: center;
	 margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-up-sell-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-up-sell-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-up-sell-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 34px;
    right: 18px;
   	height: 36px;
    width: 27px;
    cursor: pointer;
    background: url("http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowright.png") no-repeat scroll right center transparent;
}

.jcarousel-skin-up-sell-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://baofengradio.us/skin/frontend/xthemers/default/images/slide_leftbg.png);
}

.jcarousel-skin-up-sell-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-up-sell-tango .jcarousel-next-horizontal:focus {
     background: url("http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowright.png") no-repeat scroll left center transparent;
    float: left;
    height: 36px;
    width: 27px;
}

.jcarousel-skin-up-sell-tango .jcarousel-next-horizontal:active {
     background: url("http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowright.png") no-repeat scroll left center transparent;
}

.jcarousel-skin-up-sell-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-up-sell-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-up-sell-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-up-sell-tango .jcarousel-next-disabled-horizontal:active {
    background: url("http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowright.png") no-repeat scroll left center transparent;
    float: left;
    height: 36px;
    width: 27px;
	cursor:default;
}

.jcarousel-skin-up-sell-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 34px;
    left: 18px;
   height: 36px;
    width: 27px;
    cursor: pointer;
    background: transparent url(http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowleft.png); no-repeat 0 0;
}

.jcarousel-skin-up-sell-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowright.png);
}

.jcarousel-skin-up-sell-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-up-sell-tango .jcarousel-prev-horizontal:focus {
  background: url("http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowleft.png") no-repeat scroll right center transparent;
    float: left;
    height: 36px;
    width: 27px;
}

.jcarousel-skin-up-sell-tango .jcarousel-prev-horizontal:active {
    background: transparent url(http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowleft.png)no-repeat scroll left center transparent;
}

.jcarousel-skin-up-sell-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-up-sell-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-up-sell-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-up-sell-tango .jcarousel-prev-disabled-horizontal:active {
  background: url("http://baofengradio.us/skin/frontend/xthemers/default/images/slide_arowleft.png") no-repeat scroll right center transparent;
    float: left;
    height: 36px;
    width: 27px;
	cursor:default;
}

.indi-rgtsmimg, .indi-rgttxt{ margin:10px 0;}