a img {
border:0pt none;
}
/*#frame, #frame div.button, #scroller, .section {
height:35em;
}
#frame div.button {
line-height:35em;
}*/
#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 720px;
	height: 440px;
	position: relative;
	}
#shadow_top {
background:#f2f2f2 url(../images/pane_shadow_top.gif) no-repeat scroll center bottom;
display:none;
}
#shadow_bottom {
background:#f2f2f2 url(../images/pane_shadow_bottom.gif) no-repeat scroll center top;
display:none;
}
.button {
display:block;
}
div#left.button {
float:left;
}
div#right.button {
float:right;
}

#pause_play {
position: absolute; 
left:0px; 
top:405px;
width:100px;
height:32px;
padding: 0 10px 0 10px;
text-align:center;
}
#pause_play.playing {
background: url(../images/pause.png) no-repeat scroll center bottom;
}
#pause_play.playing a {color: #aaa;}
#pause_play.playing a:hover {text-decoration: underline;}
#pause_play.paused {
background: url(../images/play.png) no-repeat scroll center bottom;
}
	
#scroller {
margin:0pt auto;
overflow:hidden;
border-left: 0px solid #666;
border-right: 0px solid #666;
width: 720px;
background:#e5e5e5;
}
#content {
width:5040px;
}

#countdown {
position: absolute; 
left:640px; 
top:420px;
width:80px;
height:20px;
}
#countdown.item_01 { background-image: url(../images/countdown_01.png); }
#countdown.item_02 { background-image: url(../images/countdown_02.png); }
#countdown.item_03 { background-image: url(../images/countdown_03.png); }
#countdown.item_04 { background-image: url(../images/countdown_04.png); }
#countdown.item_05 { background-image: url(../images/countdown_05.png); }
#countdown.item_06 { background-image: url(../images/countdown_06.png); }
#countdown.item_07 { background-image: url(../images/countdown_07.png); }


ul#sequence {
width:150px;
height:40px;
margin: 0 0 0 45px;
float:left;
list-style-type:none;
position:relative;
display:none;
}
#sequence li {
position:absolute;
top: 0;
}

#sequence li a {
display:block;
}
#sequence li.active {
background-position:bottom;
height:40px;
}
#sequence li.inactive {
background-position:top;
}
#sequence li:hover {
background-position:bottom;
}



#sequence li#item_01-tab {
left:1px;
width:25px;
background-image: url(../images/sequence_boxes_01.png);
}
#sequence li#item_02-tab {
left:26px;
width:25px;
background-image: url(../images/sequence_boxes_02.png);
}
#sequence li#item_03-tab {
left:51px;
width:25px;
background-image: url(../images/sequence_boxes_03.png);
}
#sequence li#item_04-tab {
left:76px;
width:25px;
background-image: url(../images/sequence_boxes_04.png);
}
#sequence li#item_05-tab {
left:101px;
width:25px;
background-image: url(../images/sequence_boxes_05.png);
}
#sequence li#item_06-tab {
left:126px;
width:25px;
background-image: url(../images/sequence_boxes_06.png);
}


.section {
float:left;
width: 720px;
}
.section table tr td {
text-align:left;
}
.image-well table tr td {
text-align:left;
}




