@charset "utf-8";
/* CSS Document */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	height:135px;
}

.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: 100px;
    height: 100px;
	
}

/**
 * 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-toza {
	width:450px;
	height:135px;
	}

.jcarousel-skin-toza .jcarousel-container-horizontal {
    width: 450px;
}

.jcarousel-skin-toza .jcarousel-container-vertical {
    width: 135px;
    height: 450px;
}

.jcarousel-skin-toza .jcarousel-clip-horizontal {
    width:  450px;
    height: 135px;
}

.jcarousel-skin-toza .jcarousel-clip-vertical {
    width:  135px;
    height: 450px;
}

.jcarousel-skin-toza .jcarousel-item-horizontal {
    margin-right: 14px;
}
	
.jcarousel-skin-toza .jcarousel-prev-horizontal {
	background:url(../images/prev.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:30px;
	left:0px;
	position:absolute;
	top:111px;
	width:105px;
	}
	
.jcarousel-skin-toza .jcarousel-next-horizontal {
	background:url(../images/next.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:30px;
	position:absolute;
	right:0px;
	top:111px;
	width:101px;
	}
	
ul#mycarousel li a img {
	border:1px solid #b1613f!important;
	}



