#mycarousel{
	width:390px;	
}

#mycarousel ul{
	list-style:none;
	padding:0px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0px;
	margin:0 5px 0 0;
    /**/overflow: hidden;
    position: relative;
	width:328px;
	float:left;	
}

.jcarousel-list {
    z-index: 1;
    /**/overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
	list-style:none;
}

.jcarousel-item {
    list-style: none;
    overflow: hidden;
    padding: 0px;
	margin:0px 2px 0px 0px;
	width:108px;
	height:99px;
	background:url(../images/case_off.jpg) no-repeat;
	float:left;
}

.jcarousel-item a{
	position:absolute;
	display:block;
	margin:12px;
	padding:0;
	height:75px;
	width:82px;
	/*height:40px;
	width:40px;*/
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}
.jcarousel-item a img{
}
/**
* 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".
*/

#mycarousel-prev{
	margin-top:25px;
	margin-right:5px;
	display:block;
	float:left;	
}
#mycarousel-next{
	margin-top:25px;
	display:block;
	float:left;	
}
