	#birdman-style h3{
	font-family:'Segoe UI', 'Trebuchet MS', Helvetica, Arial, DejaVu Sans; font-size:24pt; font-weight:normal;
	}

	#birdman-style h4{
	margin:0.4em 0 0.8em 0; font-family:'Segoe UI', 'Trebuchet MS', Helvetica, Arial, DejaVu Sans; font-size:18pt; font-weight:normal;
	}

	#gallery-selection{
	overflow:auto; min-width:440px;
	}

	#gallery-selection div{
	float:left; text-align:center; width:48%;
	}

	#gallery-selection div h4{
	margin-top:0.2em; font-family:'Segoe UI', 'Trebuchet MS', Helvetica, Arial, DejaVu Sans; font-size:15pt; font-weight:bold;
	}

	#gallery-selection div a img{
	border:0;
	}

	#photo-viewer, #video-player{
	width:560px;
	height:440px;
	margin:0 auto;
	color:#fff;
	padding:1em 1em 0 1em;
	margin-top:2em;
	text-align:center;
	}

	#photo-viewer{
        background: url(http://www.worthing.gov.uk/styles/alilyforthespectre/photo-bg.jpg) no-repeat;
	}

	#video-player{
        background: url(http://www.worthing.gov.uk/styles/alilyforthespectre/video-bg.jpg) no-repeat;
	}
	
	#photo-viewer h4, #video-player h4{
	color:#CCC;
	font-size:1.2em;
	}

	#photo-viewer a, #video-player a{
	color:#f5f5f5;
	}

	#video-player a:hover, #video-player a:focus, #photo-viewer a:hover, #photo-viewer a:focus{
	color:#000;
	}

	#video-player object{
	margin:0 auto;
	}

	#photo-viewer-photo{
	display:none;
	}

        #container {
            background-color: #fff;
            width: 580px;
            margin: 15px auto;
            padding: 50px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(/styles/alilyforthespectre/slider-bg.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 560px;
	    margin:0 auto;
	    clear:right;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline;
        }

	.sliderGallery ul li a img{
	border:0;
	}

	.sliderGallery ul li a:hover{
	background-color:#666;
	}
        
        .slider {
            width: 542px;
            height: 17px;
            top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(/styles/alilyforthespectre/slider-scrollbar.gif) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(/styles/alilyforthespectre/slider-scrollbar-handle.gif) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }

