/* CSS Document */

#carr .jcarousel-container {
    position: relative;
	width: 308px;
	margin: 0 auto;}

#carr .jcarousel-clip, #carr ul {
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	width: 276px;
	height: 168px;
	list-style: none;}


.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;}

#carr .jcarousel-list li, #carr .jcarousel-item, #carr ul li {
    float: left;
    list-style: none;
    width: 78px;
	padding: 0 7px 18px;
    height: 150px;	
	text-align: center;
	background: url(/images/design/shad-slide.gif) no-repeat center bottom;}


.jcarousel-next {
    z-index: 3;
    display: none;
	background: url(/images/design/next.png) no-repeat left top;
	width: 46px;
	height: 32px;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;}

.jcarousel-prev {
    z-index: 3;
    display: none;
	background: url(/images/design/prev.png) no-repeat left top;
	width: 46px;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;}

.jcarousel-next-disabled, .jcarousel-prev-disabled  {
	visibility: hidden;
	cursor: default;}

#carr2 .jcarousel-container {
    position: relative;
	width: 308px;
	margin: 0 auto;}

#carr2 .jcarousel-clip, #carr ul {
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	width: 276px;
	height: 168px;
	list-style: none;}

#carr2 .jcarousel-list li, #carr2 .jcarousel-item, #carr2 ul li {
    float: left;
    list-style: none;
    width: 78px;
	padding: 0 7px 18px;
    height: 150px;
	text-align: center;
	background: url(/images/design/shad-slide.gif) no-repeat center bottom;}


.bslider {
	width: 390px;
	padding: 32px 0 0 0;}


#carr {
	height: 180px;
	overflow: hidden;}
	
#carr2 {
	height: 230px;
	overflow: hidden;}

.stt {
	padding: 0 0 12px;
	margin-top: 0;
	text-align: center;
	font-weight: bold;}

a img {
	border: none;}



