#PagesList {
	visibility: hidden;
	position: absolute;
	background:#6B7840 none repeat scroll 0%;
	border:1px solid #464F2A;
	color:#FFFFFF;
	padding:3px;
}

/* small */
.featureSmall{
	background-color:#000000;
	font-size:0.7em;
	height:140px;
	margin:0pt 0pt 10px;
	width:238px;
	cursor: pointer;
	background-image: url("../../pics/WhatsOn_Small.jpg");
	vertical-align: bottom;
}

/* small */
.featureSmall .textWrapper{
	margin: 0px;
	padding: 0px;
	height: 0px;
	float:right;
}

/*large*/
.featureLarge{
	background-color:#000000;
	font-size:0.7em;
	height: 335px;
	margin:0pt 0pt 10px;
	width:238px;
	cursor: pointer;
	background-image: url("../../pics/WhatsOn_Large.jpg");
	vertical-align: bottom;
}

/* large */
.featureLarge .textWrapper{
	margin: 0px;
	padding: 0px;
	height: 0px;
	float:right;
}

.textWrapper div{
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	text-align: left;
	font-size: x-small;
	bottom: 0px;
	width:235px;
	padding: 2px;
	vertical-align: bottom;	
	padding-left: 2px;
	display: none;				/*hide text as requested by JL - 25-01-2008*/
}

.featureLarge .textWrapper div{
	padding-bottom: 10px;
}

.featureSmall .textWrapper div{
	padding-bottom: 7px;
	padding-left: 15px;
}

.textWrapper div h1{
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}