/*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: 620px;
	border: 1px black;
	position: relative;
	}
#frame div.button {
position:absolute;
top:100pt;
border:0px;
}
#frame div.button img {
border:0px;
}
#shadow_top {
background:#f2f2f2 url(../../images/pane_shadow_top.gif) no-repeat scroll center bottom;
}
#shadow_bottom {
background:#f2f2f2 url(../../images/pane_shadow_bottom.gif) no-repeat scroll center top;
}
div#left.button {
left:0pt;
}
div#right.button {
right:0pt;
}

#pause_play {
width:520px;
height:40px;
margin: 0 40px 0 40px;
padding: 0 10px 0 10px;
text-align:center;
color:aaa;
border-left: 0px solid #666;
border-right: 0px solid #666;
}
#pause_play img{
border: 0px;
}
#pause_play.playing {
background:#e5e5e5 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:#e5e5e5 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: 540px;
background:#e5e5e5;
}
#content {
width:5000px;
}

#countdown {
width:80px;
height:20px;
margin: 20px 45px 0 0;
float:right;
}
#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;
}
#sequence li {
position:absolute;
top: 0;
border:0px;
}
#sequence li img {
border:0px;
}

#sequence li a {
display:block;
}
#sequence li.active {
background-position:bottom;
height:40px;
z-index: 10;
}
#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);
}
#sequence li#item_07-tab {
left:151px;
width:25px;
background-image: url(../../images/sequence_boxes_07.png);
}
#sequence li#item_08-tab {
left:176px;
width:25px;
background-image: url(../../images/sequence_boxes_08.png);
}


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




