/*******************************************/
/* SLIDER - remember that background image locations are relative to the style.css file itself
*/
#slider_shell1
{
	position:relative;
	width:525px;
	height:300px;
	background:#ddd;
}
#slider_shell2
{
	padding:10px;
}

#slider ul, #slider li
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#slider, #slider li
{ 
	width:505px;
	height:280px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	background:#FFF;	
}
#slider li a img
{
	width:100%;
	border:0px;
}
#slider li a
{
	display:block;
	border:0px;
	text-decoration:none;
}
span#prevBtn
{
	background:url('arrow_left.png') no-repeat top center;
	position:absolute;
	top:130px;
	left:-10px;
	height:40px;
	width:40px;
	cursor:pointer;
}
span#nextBtn
{
	background:url('arrow_right.png') no-repeat top center;
	position:absolute;
	top:130px;
	right:-10px;
	height:40px;
	width:40px;
	cursor:pointer;
}
#nextBtn a,#prevBtn a
{
	height:100%;
	width:100%;
	display:block;
	border:none;
	text-decoration:none;
}
