
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider11prev, #slider11next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#container{
		margin:0 auto;
		position:relative;
		text-align:left;
		width:165px;
		background:#fff;
		margin-bottom:2em;
		}
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}
	#content{
		position:relative;
		}

/* Easy Slider */
    #slider0 { margin: 0 auto; width: 310px; }
	#slider0 ul, #slider0 li { margin: 30px 0 0 0; padding: 0; list-style:none; }

    #slider0 li { width: 310px; height: 315px; overflow: hidden; text-align: center; margin: 0 auto; }
    #slider0 li img { text-align: center; border: solid 3px #7e7e7e; }

    .gal-arrows { margin: 0 auto; width: 100%; position: absolute; top: 20px; }
    #prevBtn { margin: 0 5px 0 0; }
    #nextBtn { margin: 0; }
    #prevBtn, #nextBtn {padding: 0; display: block; width: 53px; height: 49px; }
    #prevBtn { float: left; }
    #nextBtn { float: right; }
    #prevBtn a, #nextBtn a { margin: 0; padding: 0; display: block; width: 53px; height: 49px; background-image: url('btn-gal.png'); background-repeat: no-repeat;  }
    #prevBtn a { background-position: 0 -49px; }
    #prevBtn a:hover { background-position: 0 0; }
    #nextBtn a { background-position: -53px -49px; }
    #nextBtn a:hover { background-position: -53px 0px; }

	/* numeric controls */

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		}
	ol#controls li{
		margin:0 10px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */