/* CSS Document  for dynamic header only*/
/* placed on respective pages
.header{
	width:800px;
	height:275px;
	background-position:center top;
	background-image:url(<?=$domainroot?>images/drink_nav_sprite_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	
}
.pimage{
	cursor:pointer;
	behavior: url(<?=$domainroot?>pngfix1/iepngfix.htc); 
	
}*/
.productswrap{
	width:680px;
	height:220px;
	padding-top:20px;	
	text-align:center;
	align:center;
	margin:auto;	
}

.productscaption{
	width:672px;
	height:22px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	
	margin:0px;
	padding:0px;
}
.productsimage{
	width:82px;
	height:209px;	
	margin:auto;
	float:left;
	text-align:center;
	padding-left:0px;	
	
	
}
.leftpadd{
	width:18px;
	height:209px;
	float:left;	
}
.top_padding {
	padding-top:10px;
}

.previous{	
	width:61px;
	height:35px;
	position:relative;
	float:left;
	padding-top:195px;
	
}
.previousLink{	
	width:35px;
	height:35px;
	position:relative;
	float:right;	
	cursor:pointer;
}

.next{
	width:56px;
	height:35px;	
	position:relative;
	float:left;
	padding-top:195px;
	
}

.nextLink{	
	width:35px;
	height:35px;
	position:relative;
	float:left;		
	cursor:pointer;
}

.middle{
	width:675px;
	height:230px;
	float:left;
	position:relative;
	
}

.spacing{	
	float:left;
	height:16px;
	
}	


