
/*  slider CSS stuff starts here */
#starSlider { 
	position: relative; 
	width: 550px; 
	height: 342px; 
	overflow: hidden; 
}

#prev_btn {
	margin: 15px 5px 15px 5px;
	float:left;
}

#next_btn {
	margin-top: 15px;
	margin-bottom : 15px;
}

.item { width: 550px; height: 342px; }
