#slider{
	height:202px;
	width:323px;
	float:right; 
	position:relative;
	margin-top:30px;
	margin-right:40px;}	

#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:323px;
	height:202px;
	overflow:hidden; 
}	
	
p#controls{
	margin:0;
	position:relative;
} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:20px;
	height:20px;
	position:absolute;
	top:160px;
}

#nextBtn{ 
	left:368px;
}
												
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:20px;
	background:url(images/left-arrow.jpg) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(images/right-arrow.jpg) no-repeat 0 0;
}
div.slider ul li a{
    text-decoration:none;
}
#content-top-right{
	position:relative;
}