#wrap {overflow:visible; position:relative;}
#wrap ul{
margin:0 !important;
padding: 0 !important;
background: transparent url(../../images/nav/carousel/bg.jpg) repeat-x 0 0;
}

#wrap h4 {margin: 2px 0 5px 0;}
#wrap p {font-size:11px; line-height:16px;}
#wrap .divider_dots_vert{background: transparent url(../../images/hr/dotted_vertical.gif) repeat-y 50% 0;}
.jcarousel-container{
	float:left;
}
.jcarousel-skin-default {}

.jcarousel-skin-default .jcarousel-container {/*-moz-border-radius: 10px;*/background: transparent;/*border: 1px solid #346F97;*/}
.jcarousel-skin-default .jcarousel-container-horizontal { /* Panel Width */ width: 100%;}

.jcarousel-skin-default .jcarousel-container-vertical {width: 75px;height: 245px;padding: 10px 20px;}
.jcarousel-skin-default .jcarousel-clip-horizontal { /* Visible Area */ width: 100%;height: 182px;}

.jcarousel-skin-default .jcarousel-clip-vertical {width: 75px;height: 245px;}

.jcarousel-skin-default .jcarousel-item { /* Item Height and Width */width: 220px;  height: 182px; background: transparent /*url(../../images/hr/solid.gif) repeat-y 100% 0*/;}
.jcarousel-skin-default .jcarousel-item .image_container {text-align:center; width:151px;}

.jcarousel-skin-default .jcarousel-item-horizontal {}
.jcarousel-skin-default .jcarousel-item-vertical {margin-bottom: 10px;}
.jcarousel-skin-default .jcarousel-item-placeholder {background: #fff;color: #000;}

/**
 *  Horizontal Buttons
**/
 
 /* > NEXT HORZ > */
.jcarousel-skin-default .jcarousel-next-horizontal {position: absolute;top: 35px;right: 5px;display:block;width: 20px;height: 43px;cursor: pointer;background: transparent url(../../images/nav/carousel/next_buttons.gif) no-repeat 0 0;}
.jcarousel-skin-default .jcarousel-next-horizontal:hover,
.jcarousel-skin-default .jcarousel-next-horizontal:active {background: transparent url(../../images/nav/carousel/next_buttons.gif) no-repeat 0 -43px;}

.jcarousel-skin-default .jcarousel-next-disabled-horizontal,
.jcarousel-skin-default .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-default .jcarousel-next-disabled-horizontal:active {cursor: default;background-position: 0 -86px;}
/* < NEXT HORZ < */
/* > PREV HORZ > */
.jcarousel-skin-default .jcarousel-prev-horizontal {position: absolute;display:block;top: 35px;left: 5px;width: 20px;height: 43px;cursor: pointer;background: transparent url(../../images/nav/carousel/prev_buttons.gif) no-repeat 0 0;}
.jcarousel-skin-default .jcarousel-prev-horizontal:hover,
.jcarousel-skin-default .jcarousel-prev-horizontal:active {background: transparent url(../../images/nav/carousel/prev_buttons.gif) no-repeat 0 -43px;}

.jcarousel-skin-default .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-default .jcarousel-prev-disabled-horizontal:active {cursor: default;background-position: 0 -86px;}
/* < PREV HORZ < */

