#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:600px;
	height:600px;
	overflow:hidden;
	text-align: center;
	padding-top: 160px;
	}
	
.featuredProduct img{
	border: 2px solid #ffffff;
	border-radius: 20px;  
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px; 
}

.featuredProduct img:hover{
	opacity: .8;
	border-radius: 20px;  
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px; 
}

#prevBtn, #nextBtn{ 
	display:block;
	width:84px;
	height:128px;
	position:absolute;
	top: 555px;
	}	
#nextBtn{ 
	left:730px;
	}	
#prevBtn{ 
	left:210px;
	}													
#prevBtn a, #nextBtn a{  
	display:block;
	width:84px;
	height:128px;
	}
	
#prevBtn a{
	background:url('../images/featuredproductsleftarrow2.png');
	opacity: .5;
}	
#nextBtn a{
	background:url('../images/featuredproductsrightarrow2.png');
	opacity: .5;
}

#nextBtn a:hover{
	opacity: 1;
}

#prevBtn a:hover{
	opacity: 1;
}
	
#slideshowTextBox{
	font-size: large;
	font-style: italic;
	font-family: Helvetica;
	font-weight: bold; 
	opacity: .8;
	filter: Alpha(Opacity=80);
	height: 40px;
	width: 580px;
	color: #3F034A;
	position: absolute;
	top: 405px;
	padding-top: 15px;
	left: 222px;
}
