﻿/* ---------------------- */

#slider
{
	position:absolute;
	width:747px;
	height:88px;
	left:45px;
	top:0px;
}

/* Easy Slider */

#prevBtn
{ 
	position:absolute;
	left:5px;
	top:0px;
	display:block;
	width:30px;
	height:88px;
	z-index:4001;
}	

#nextBtn
{ 
	position:absolute;
	right:5px;
	top:0px;
	display:block;
	width:30px;
	height:88px;
	z-index:5001;	
}	

#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:150px;
	height:88px;
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow:hidden; 
}
	
#slider li img
{
	border:none;
	outline:none;
	float:left;
}

/*
#nextBtn
{ 
	left:696px;
}
*/														
#prevBtn a
{  
	display:block;
	width:30px;
	height:88px;
	outline:none;
	background:url(../Images/Site/LeftArrow.png) no-repeat center center;	
}
	
#nextBtn a
{ 
	display:block;
	width:30px;
	height:88px;
	outline:none;
	background:url(../Images/Site/RightArrow.png) no-repeat center center;
}