div#content{
    float:left;
    width:960px;
    margin:0 10px;
}

div#content h1#pageTitle {
    margin-bottom:0;
    margin-left:20px;
    margin-top:20px;
    width:915px;
}

div#primarycontent {
float:right;
margin-right:10px;
}

	div#primarycontent h3 {
		border-bottom:1px solid #dedede;
		font-size:150%;
		font-weight:bold;
		margin:0;
		padding-bottom:10px;
	}

	a#suggestEvent {
		background:url(/img/nwaa/find-out-more.gif) no-repeat left center;
		display:block;
		margin:0;
		padding:10px 0 10px 15px;
	}

	div.info {
		border-bottom:1px solid #dedede;
		margin:10px 0;
		padding-bottom:10px;
	}
	
		div.info h4 {
			margin:0;
		}
	
		div.info p {
			margin:5px 0;
		}
		
		div.info p.to_from {
			color:#333;
			margin-top:0;
		}

div#sidebar {
display:block;
float:left;
margin-left:25px;
margin-top:10px;
}

div#secondarycontent {
	margin-top:0;
        float:left;
}
	

div#ticketed {
	background:#efefef;
	border:1px solid #dadada;
margin-top:30px;
	padding:10px;
}
	div#ticketed a {
		background:#FDD146 url(/img/nwaa/btn_basket-checkout.jpg) no-repeat left center;
		border:none;
		color:#0C4DA2;
		display:block;
		font-size:120%;
		font-weight:bold;
		height:23px;
		padding:5px 0 0 0;
		text-align:center;
		width:233px;
	}

div.strip {
background:none repeat scroll 0 0 #E9E9E9;
float:left;
margin:0 0 0 20px;
padding:5px;
width:905px;
}
	div.strip p {
		display:inline;
		margin-right:10px;
	}
		div.strip p span {
			padding:0 5px;
		}

/* suggest an event form */
form#event_form legend {
	margin-bottom:10px;
}

form#event_form select#start_day,
form#event_form select#end_day {
	width:50px;
}

form#event_form select#start_mon,
form#event_form select#end_mon {
	width:125px;
}

form#event_form select#start_yr,
form#event_form select#end_yr {
	width:80px;
}

form#event_form select#start_hr,
form#event_form select#end_hr,
form#event_form select#start_min,
form#event_form select#end_min {
	width:50px;
}
form#event_form select#start_hr,
form#event_form select#end_hr {
	margin-right:5px;
}

fieldset.buttons input {
background:#FDD146 url(/img/nwaa/btn_basket-checkout.jpg) no-repeat left center;
border:none;
color:#0C4DA2;
display:block;
			font-size:120%;
font-weight:bold;
height:28px;
margin-left:150px;
			padding:2px 0;
text-align:center;
width:233px;
}

#eventsImageScroll *{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style:none;
}

#eventsImageScroll li{

}



/*------------------------------*/
#mycarousel{
    
}
.jcarousel-skin-tango .jcarousel-container {
     float:left;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:920px;
    padding: 20px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    border-bottom:2px solid #FFD105;
    height:210px;
    width:915px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
height:200px;
margin:0;
padding:0;
width:280px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-left:0;
margin-right:37px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background:url("/img/rightFade.png") repeat-y scroll right 0 transparent;
    cursor:pointer;
    height:200px;
    position:absolute;
    right:25px;
    top:20px;
    width:281px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background:url("/img/leftFade.png") no-repeat scroll 0 0 transparent;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
   /* background-position: -96px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
background:url("/img/leftFade.png") repeat-y scroll 0 0 transparent;
cursor:pointer;
height:200px;
left:20px;
position:absolute;
top:20px;
width:300px;;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background:url("/img/rightFade.png") no-repeat scroll right 0 transparent;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
   /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
 /*   background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
   /* background-position: -96px 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/img/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

div.jcarousel-skin-tango{
    float:left;
}
