/* root element for scrollable */
a img{
	border: none;
}

.scrollable {  
	
	/* required settings */
	position:relative;
	overflow:hidden;
	clear: both;	

	/* vertical scrollers have typically larger height than width */	
	/* height: 875px;*/
	height: 530px;	 
	width: 200px;
		
}

/* root element for scrollable items */
.items {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* single scrollable item */
.scrollbox {
	font-size:12px;
	height:175px;
	width: 200px;
	background: url(../images/thumb_shadow.jpg) no-repeat top center;
	position: relative;
	padding: 0;
	margin: 0;
}

.pad{
	color: #fff;
	padding:15px 0 0 25px;
	margin: 0;
}

/* elements inside single item */
.thumb {
	float:left;
	height:90px;
	width:150px;
	padding: 0;
	margin: 0;
}

.thumbie {
	float:left;
	height:90px;
	width:150px;
	padding: 0;
	margin-left: -3px;
}



.thumb_circle{
	position: absolute;
	height: 50px;
	width: 50px;
	top:95px;
	left:5px;
	z-index: 2;
	margin:0;
}



.items p {
	margin:0;
	padding: 0;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	width: 117px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	top:112px;
	left: 55px;
}

.rank{
	position: absolute;
	top:101px;
	left:22px;
	font-size: 32px;
	color: #fff;
	z-index: 4;
}

.name{
	clear: both;
}


#actions {
	width:200px;	
}

#actions a {
	font-size:12px;
	color:#000;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#actions a:hover {
	text-decoration:none;
	color:#000;
	border: none;
	background: none;
}

.disabled {
		
}

.prevPage {
	float: left;
	width: 85px;
	cursor: pointer;
}

.nextPage {
	float:right;
	width: 85px;
	cursor: pointer;
}			

.pPage {
	float: left;
	width: 85px;
	cursor: pointer;
}

.nPage {
	float:right;
	width: 85px;
	cursor: pointer;
}			


