/* 
Wine and Liquor by Liquid Partyworks
*/
/*** SLIDER ***/
#intro_text{width:520px; color:#fff; float:left;}
#intro_text p{font-size:14px; color:#fff; font-family:verdana; font-weight:bold;}
#intro_text a, intro_text a:visited{color:#fff;}
#intro_text a:hover{color:#f98652;}
#slides_container{background-color:#fff; position:relative; width:344px; float:left;  padding:8px 0px; margin-left:30px;}
#slider{margin:0px auto; width:328px;}	
#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:328px;
	height:198px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	}
		
#prevBtn, #nextBtn{ 
	display:block;
	width:21px;
	height:86px;
	position:absolute;
	top:62px;
	}
	
#prevBtn{
	left:8px;
	}	
	
#nextBtn{ 
	right:8px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:21px;
	height:86px;
	background:url(../image/slide-prev.png) no-repeat 0 0;
	cursor:pointer;
	}
#nextBtn a{ 
	background:url(../image/slide-next.png) no-repeat 0 0;	
	}
