/* Start of CMSMS style sheet 'tbilvino_bottles' */
div#bottleList ul {
	list-style-type:none;
	margin:0;
	padding:0; 
}

div#bottleList ul li {
	float:left; 
	text-align:center;
	margin:0;
	padding:0;
}

div#bottleList ul li a  , div#bottleList ul li a:visited {
	width:70px;
	height: 200px;
	font-size:12px;
	color:#595b50;
	display:block;
margin-right:25px;
	text-decoration:none;
}

div#bottleList ul li img {
	border:none;
}

div#bottleList ul li a:hover img {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

div#bottleList span {
	display:block;
}
/* End of 'tbilvino_bottles' */

