#tab1{
	width: 800px;
}
#tab1 tr{
	vertical-align: center;
	
}

#td1 {
	width: 230px;
}
#td2 {
	width: 570px;
}



div#container {
	margin: 50px auto 0px auto; /* centered */
}

.bubble_left {
	clear: both;
	border: 1px solid #999;
/*	margin: 0px auto;*/
	width: 200px;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	behavior:url(PIE.htc);
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
/*	background: #7f9db9;*/
	background: #ffebcd;
	height: 50px;
	width: 230px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h4 {
	color: #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent #ffe4c4 transparent transparent;
/*	border-color: transparent #7d90a3 transparent transparent;*/
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -31px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.info{
	padding: 50px 0px;
	font-size: 15px;
}

li{
	list-style-type: none;
}

.bubble_right {
	clear: both;
/*	margin: 0px auto;*/
	width: 570px;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	behavior:url(PIE.htc);
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

#slideshow {
    position:relative;
    margin: 50px auto 0px auto;
}

#slideshow DIV {
    position:absolute;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 450px;
    display: block;
    border: 0;
}