/* Style menu */
ul.lavaLampWithImage {
	margin: 0px;
	padding: 0px;
}

        .lavaLampWithImage {
	position: relative;
	width: 899px;
	overflow: hidden;
	margin: 0px;
        }

                .lavaLampWithImage li {
	float: left;
	list-style: none;
                }
                    .lavaLampWithImage li.back {
	background: url("lava.gif") no-repeat right -26px;
	width: 9px;
	height: 26px;
	z-index: 8;
	position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
	background: url("lava.gif") no-repeat top left;
	height: 26px;
	margin-right: 9px;
                        }
                    .lavaLampWithImage li a {
	text-decoration: none;
	color: #FFF;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 21px;
	position: relative;
	overflow: hidden;
	font-family: arial;
	font-size: 13px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
	padding-top: 5px;
                    }
.lavaLampWithImage li a:hover {
	border: none;
	color: #303435;
}

#menu .current a {
	color: #303435;
}

/* Style twitter */
#twitter_div {
	margin-top: 13px;
	margin-bottom: 18px;
}
#twitter_update_list {
	padding: 0px;
	margin: 0px;
}
#twitter_update_list li  {
	color: #576d65;
	background-color: #f2ddd5;
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 2px;
	padding: 4px;
}
#twitter_update_list li a  {
	color: #9ea5ac;
	font-size: 11px;
	text-decoration: none;
}
#twitter_update_list li a:hover {
	color: #ffae00;
}
#slideshow_container {
	width:623px;
	height:279px;
}

#slideshow_container .easy_slides_caption {
	width:623px;
	height:23px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.easy_slides_container {
	overflow:hidden;
	position:relative;
}
.easy_slides_img1, .easy_slides_img2{
    display:none;
    top:0;
    position:absolute;
}

.easy_slides_img1 {
    z-index:2;
}

.easy_slides_img2 {
    z-index:1;
}

.easy_slides_caption {
	position:absolute;
	bottom:0;
	background-image:url(../slideshow/bg.png);
	background-color:transparent;
	display:none;
	z-index:3;
	color:#fff;
	font-family:sans-serif;
	font-size:13px;
}
