#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}

#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:581px;
	height:87px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:18px;
	height:32px;
	position:absolute;
	left:-18px;
	top:17px;
	}	
#nextBtn{ 
	left:581px;
	}																
#prevBtn a, #nextBtn a{  
	display:block;
	width:18px;
	height:32px;
	top: 18px;
	}	

.div_pointer
{
	cursor : pointer;
	width: 83px;
	height: 83px; 
	float : left
}

.div_gold_border
{
	position:absolute;
	border: 1px solid #FFCC00;
	display: none;
	width: 83px;
	height: 83px;
	z-index: 1000;
}


.info-box-selected{
	position: relative;
  border: 1px solid silver;
	z-index: 1000;
	width: 83px;
	height: 83px;

}

.box-description{
	padding: 3px 3px 3px 8px;
	background-color:white;
	text-align: center;
	font-size:9px;
	position:absolute;
	bottom: -18px;
	min-width: 71px;
	z-index:9000;
	/*display:none;*/
	font-weight: bold;
}

