#jquery_image_carousel {
		text-align: center; 
		margin: 0 auto;
		
		position: relative; 
	}
	
#jquery_image_carousel li {
	cursor: pointer;
}

#jquery_image_carousel p {
	margin: 0; 
	padding: 10px;
	text-align: left;
	
}

#jquery_image_carousel ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.jic_caption { 
	background: #f0f0f0; 
	color: black;
} 

.jic_nav {
	position: absolute;
	display: block;
} 

/* here be styles */ 
.jic_previous { 
	background: url(../images/left.png) no-repeat;		
	text-indent: -9999px;
	width: 60px;
	height: 30px;
} 

.jic_next { 
	background: url(../images/right.png) no-repeat;		
	text-indent: -9999px;
	width: 60px;
	height: 30px;
}