.jcarousel-container {
    position: relative;
	 width: 100%;	 
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	 width: 100%;
	 
}

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
	 display: inline;      
    width: 310px;
    height: 200px;
	 text-align: center;
	 text-decoration: none;
	 color:#000;
}

.jcarousel-list a{
	 font-weight: bold;
	 text-decoration: none;
	 color:#000;
}
.SpecialPrice{
	 font-weight: bold;
	 font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;  
    color: red;
	 clear: both;
}
.percent{
	position: absolute;
	float: right;
	z-index: 3;
	height: 40px;
	width: 35px;
	margin-left:20px;
	padding-top: 0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color: red;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size: 12px;  
   color: white;
	text-align: center;	
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-color: yellow;
	border-style: solid;
	border-width: 2px;
}
