body
{
    color: Black;
    background: #D8D8D6 url("images/bg.jpg") repeat;
    font-family: "Times New Roman", Times, serif;
    font-size:100%;
    margin: 0px;
    padding: 0px;
}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}
div.page
{
    position: relative;
    width: 780px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    background-color: white; /*#EFEEEA;*/
    color: Black;
    overflow: auto;
}
div.header
{
	/*background-image: url(images/header_bg.jpg);*/
	background-color: #0099CC;
	color: White;
	font-weight: bold;
}
div.content-normal
{
}
div.container
{
    background-color: white;
    color: Black;
    overflow: auto;
}
div.colContainer
{
	width: 550px;
}
div.hidden
{
	display: none;
}
div.glass
{
	display: block;
	position: absolute;
	z-index: 98;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background-color: Black;
	opacity:0.5;
	filter:alpha(opacity=50);
}
div.popup
{
	background-color: White;
	color: Black;
	position: absolute;
	z-index: 99;
	left: 300px;
	top: 100px;
	width: auto;
	height: auto;
	overflow: hidden; 
	margin-left: auto; 
	margin-right: auto;
}
a{color: blue;}
a:hover{color: aqua;}
a.button
{
	border: white thin solid;
	cursor:pointer;
	text-decoration:none;
}
a.button:hover
{
	border-left: Silver thin outset;
	border-top: Silver thin outset;
	border-right: Black thin outset;
	border-bottom: Black thin outset;
}
a.button:active
{
	border-left: Black thin inset;
	border-top: Black thin inset;
	border-right: Silver thin inset;
	border-bottom: Silver thin inset;
}
.btnPlay{background: url('images/buttons.png') 0px 0px no-repeat}
.btnPause{background: url('images/buttons.png') 0px -21px no-repeat}
.btnPrev{background: url('images/buttons.png') 0px -61px no-repeat}
.btnNext{background: url('images/buttons.png') 0px -41px no-repeat}
.btnClose{background: url('images/buttons.png') 0px -81px no-repeat}

.carousel {width:100%;overflow:hidden;}
.carousel ul{list-style:none;overflow:hidden;width:10000px}
.carousel ul li{float:left;}
.carousel ul li img{width:auto; height:100px;}
