div.con-supp-1,
div.con-supp-2,	
div.con-main {
	width: 260px;
	padding: 30px;
	}
div.con-main {
	padding-bottom: 80px;
	}
div.con-supp-1 {
	/*padding: 30px 0px 30px 60px;*/
	padding: 30px 0px 30px 41px;
	position: relative;
	width: 279px;
	}	
div.con-supp-2 {
	padding-top: 20px;
	}	
.pagetitle {
	display: none;
	}	
.con-supp-2 {
	background: transparent url(../images/divider-latestnews.png) no-repeat top left;
	min-height: 210px;
	padding-bottom: 90px;
	}
	
/* Wine Rotator*/	
#homeRotator {
	height: 345px;
	z-index: 1!important;
	}
#homeRotator li {
	position: absolute;
	}	
.rotator-wines-next,
.rotator-wines-prev {
	position: absolute;
	z-index: 10;
	display: block;
	width: 23px;
	height: 0;
	overflow: hidden;
	padding-top: 23px;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.rotator-wines-next {
	bottom: 20px;
	left: 65px;
	background: url(../images/btn-wines-next.png);
	}
.rotator-wines-prev {
	bottom: 20px;
	left: 30px;
	background: url(../images/btn-wines-prev.png);
	}	
.rotator-wines-next:hover,
.rotator-wines-prev:hover {
	background-position: 0 -23px;
	}		
			
	