
body{
#    background-image: url("image/background.jpg");
    background-color:#101010;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    display:block;
    font-family: arial, verdana, helvetica, sans-serif, serif;
    font-size: 0.9em;
    color:#f0f0ff;
    margin:auto;
    width:800px;
}


.sectionHeading {
    height:1.5em;
    background: rgba(255, 255, 225, 0.05);
    filter:alpha(opacity=10);
    color:rgba(255, 255, 255, 0.9);
    border: rgba(255, 255, 255, 0.2) 1px solid;
    text-shadow: 5px 5px 5px rgba(255, 255, 255, 0.5);
    font-size:1.8em;
    -moz-border-radius: 1em 2em 1em 2em;
    border-radius: 1em 2em 1em 2em;
    text-align:center;
}

.centre{
    text-align:center;
}

a {
    color:rgba(255, 255, 255, 0.75);
}

.nextGig {
    display:block;
    float:none;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom:1.5em;
    text-align:center;
}

.floatLeft {
    display: inline;
    float: left;
    margin:0.5em;
    padding-left:5em;
}

.floatRight {
    display: inline;
    float: right;
    margin:0.5em;
    padding-right:5em;
}

.gig {
    display: inline;
    font-weight:bold;
    padding-left:5em;
    margin-top:1.5em;
}

.gigList {
    min-height:200px;
    width:40%;
    margin-left:5em;
}
.youtube .carousel {
    width: 30%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 2em;
    z-index: 3;
}


.youtube .thumbnail {
    display:block;
    margin: 2px;
    width: 20%;
    border: rgba(158, 158, 158, 0.2) 1px solid;  
    -moz-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 1em 1em 1em;
}

.youtube iframe.player {
    width: 600px;
    height: 420px;  
    overflow: auto;
    border: rgba(158, 158, 158, 0.2) 1px solid;  
    -moz-border-radius: 1.5em 1.5em 1.5em 1.5em;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
}

		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:100%;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:800px;
			height:380px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}
