/************************************************************************
*							WHATS ON BAR								*
************************************************************************/

.home-whatson-left, .home-whatson, .whatson-glance {
	position:absolute;
	top:0px;
	left:0px;
}

.home-whatson-left {
	top:0px;
}

.home-whatson {
	top:0px;
	left:36px;
	width:524px;
	height:414px;
	background-color:#9e005d;
}

/************************************************************************
*								HOME PAGE								*
************************************************************************/

.whatson-events {
	position:relative;
	float:left;
	height:434px;
	width:1001px;
	overflow:hidden;
}

ul.whatson-images {
	position:absolute;
	top:9px;
	left:9px;
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
}

ul.whatson-desc {
	position:absolute;
	top:312px;
	right:9px;
	margin:0px;
	padding:0px;
	list-style:none;
	width:315px;
}

#slide_control {
	margin:0px;
	padding:0px;
	position:absolute;
	right:5px;
	top:8px;
}

#slide_control li{
	margin-left:2px;
    list-style: none;
    display: block;
    float:left;
}

.whatson-title {
	background:#fff;
	color:#000;
	padding:2px;
	font-weight:bold;
}

.whatson-date {
	background:#fff;
	padding:2px;
	font-size:0.9em;
	color:#9e005d;
}

.whatson-info {
	display:block;
	padding:5px 0px 5px 0px;
	line-height:1.2em;
	font-size:0.9em;
	color:#fff;
}

.performance-image {
	border:1px solid #fff;
}

.whatson-glance {
	top:312px;
	left:0px;
	width:184px;
	height:50px;
	background-image:url("../../../images/layout/home/at-a-glance.gif");
	background-repeat:no-repeat;
}

.prev_button {
	cursor:pointer;
	width:18px;
	height:18px;
	background-image:url("../../../images/layout/home/prev.gif");
	background-repeat:no-repeat;
}

.next_button {
	cursor:pointer;
	width:18px;
	height:18px;
	background-image:url("../../../images/layout/home/next.gif");
	background-repeat:no-repeat;
}

#slide_nav{
	margin:0px;
	padding:0px;
	position:absolute;
	list-style:none;
	top:38px;
	left:10px;
}

#slide_nav li{
	margin-left:2px;
    display: block;
    float:left;
}

ul#slide_nav li {
	background-image: url("../../../images/layout/home/slide.gif");
	cursor:pointer;
	display: block;
	float: left;
	height: 9px;
	margin: 0px 0px 0px 3px;
	width: 8px;
}

ul#slide_nav li#button_selected {
	background-image: url("../../../images/layout/home/slide_selected.gif");
}

/************************************************************************
*								SIDE BAR								*
************************************************************************/

.side-whatson-events {
	position:relative;
	float:left;
	height:350px;
	width:190px;
	margin-bottom:20px;
	overflow:hidden;
}

ul.side-whatson-images {
	position:absolute;
	top:40px;
	left:6px;
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
}

ul.side-whatson-desc {
	position:absolute;
	top:145px;
	left:8px;
	margin:0px;
	padding:0px;
	list-style:none;
	width:170px;
}

#slide_control {
	margin:0px;
	padding:0px;
	position:absolute;
	right:5px;
	top:8px;
}

#slide_control li{
	margin-left:2px;
    list-style: none;
    display: block;
    float:left;
}

.side-whatson-title {
	color:#000;
	font-weight:bold;
}

.side-whatson-date {
	font-size:0.9em;
	color:#9e005d;
}

.side-whatson-info {
	color:#000;
}

.side-performance-image {
	border:1px solid #000;
}

.side-whatson-glance {
	position:absolute;
	height:350px;
	width:190px;
	top:0px;
	left:0px;
	background-image:url("../../../images/layout/at-a-glance.gif");
	background-repeat:no-repeat;
}

.side-slide_control {
	position:absolute;
	top:0px;
	right:0px;
	width:18px;
	height:350px;
}

.side-prev_button {
	display:block;
	position:absolute;
	top:40px;
	right:0px;
	cursor:pointer;
	width:18px;
	height:18px;
	background-image:url("../../../images/layout/home/prev.gif");
	background-repeat:no-repeat;
}

.side-next_button {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
	width:18px;
	height:18px;
	background-image:url("../../../images/layout/home/next.gif");
	background-repeat:no-repeat;
}

#side-slide_nav{
	margin:0px;
	padding:0px;
	position:absolute;
	list-style:none;
	top:38px;
	left:10px;
}

#side-slide_nav li{
	margin-left:2px;
    display: block;
    float:left;
}

ul#side-slide_nav li {
	background-image: url("../../../images/layout/home/slide.gif");
	cursor:pointer;
	display: block;
	float: left;
	height: 9px;
	margin: 0px 0px 0px 3px;
	width: 8px;
}

ul#side-slide_nav li#button_selected {
	background-image: url("../../../images/layout/home/slide_selected.gif");
}
