	#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:595px;
		height:235px;
		margin:0px;
		overflow:hidden;
		}
		
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0px;
		top:70px;
	}	
	#prevBtn{ 
		left:30px;
		top:220px;
	}	
	#nextBtn{ 
		left:555px;
		top:220px;
	}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:77px;
		background: url(../images/skin/btns/prev.png) no-repeat 0 0;	
	}	
	#nextBtn a{ 
		background: url(../images/skin/btns/next.png) no-repeat 0 0;	
	}
	#slider #heading{
		display:block;
		position:absolute;
		left:70px;
		top:150px;
		color:#FFFFFF;
		font-size:26px;
		line-height:30px;
		background-color:#666666;  filter: alpha(opacity=85);
		  -moz-opacity: 0.85;
		  opacity: 0.85;
		 

		padding:6px;
		text-decoration:none;
	}
		#slider #heading a{
			text-decoration:none;
			color:#FFFFFF;
		}
		#slider #heading a:hover{
			text-decoration:none;
			color:#d60404;
		}