#topten {
	float: left;
	background: url(images/topten-bg.png);
	width: 227px;
	height: 272px;
	overflow: hidden;
	zoom: 1;
}
#topten a { color: white;}
#topten .hdr {
	margin-left: 14px;
	margin-top: 22px;
}
#topten .content {
	overflow: hidden;
	margin-top: 0px;
	margin-left: 25px;
	font-size: 8pt;
	color: white;
}
#topten h1 {
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 6px;
}
#topten p {
	margin-top: 0;
}
/******************************************************************************
 * top-10 jcarousel skin                                                      *
 ******************************************************************************/
.jcarousel-skin-topten .jcarousel-container {
	overflow: hidden;
}
.jcarousel-skin-topten .jcarousel-container-horizontal {
	width: 190px;
	height: 198px;
}
/* this is the size of the actual scrolling content */
.jcarousel-skin-topten .jcarousel-clip-horizontal {
	width: 180px;
	height: 162px;
}
.jcarousel-skin-topten .jcarousel-item {
	overflow: auto;
	width: 180px;
	height: 162px;
	
}
.jcarousel-skin-topten .jcarousel-item a {}
/* margin inbetween the images */
.jcarousel-skin-topten .jcarousel-item-horizontal { margin-right: 0px; }
.jcarousel-skin-topten .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/* next/prev button shared css */
.jcarousel-skin-topten .jcarousel-next-horizontal,
.jcarousel-skin-topten .jcarousel-prev-horizontal {
	position: absolute;
	bottom: 0px;
	width: 41px;
	height: 31px;
	cursor: pointer;
}

/* next button */
.jcarousel-skin-topten .jcarousel-next-horizontal {
	right: 16px;
	background: url(images/topten-butn-next.png) no-repeat;
}
.jcarousel-skin-topten .jcarousel-next-disabled-horizontal,
.jcarousel-skin-topten .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-topten .jcarousel-next-disabled-horizontal:active {
	cursor: normal;
}

/* prev button */
.jcarousel-skin-topten .jcarousel-prev-horizontal {
	right: 64px;
	background: url(images/topten-butn-prev.png) no-repeat;
}
.jcarousel-skin-topten .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-topten .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-topten .jcarousel-prev-disabled-horizontal:active {
	cursor: normal;
}