@charset "utf-8";

div.slideContainer {
margin: 0 auto 1.2em;
margin-left: 3px;
padding:20px 0 0 20px;
width: 580px;
position: relative;
}
*:first-child+html div.slideContainer{width:600px}
* html body div.slideContainer{width:600px}

.stripViewer .panelContainer {
position: relative;
padding: 0 10px;
left: 0;
top: 0;
width: 100%;
}

.csw {
width: 100%;
height: auto;
overflow: scroll;
}
.csw .loading { margin-top:10px;text-align:center}

.stripViewer{margin-right:20px;width:600px;position:relative;overflow:hidden;clear:both}
.stripViewer .panelContainer {position: relative; }
.stripViewer .panelContainer .panel{margin-top:10px;float:left;/*top: 10px;*/position: relative;width:600px; /* Also specified in  .stripViewer  above */}
.stripViewer h4{color:#0b220e;padding: 8px 0 0 14px;background:url(../../../shared/img/h3_bg.gif) left top no-repeat;width: 560px;height:35px;}
.stripViewer h4.s {width:275px;}
.stripViewer p{width:260px;padding:5px 15px;border:1px dotted #0b220e;margin:2px 0 15px;}
.stripViewer p.catch{width: 565px;padding:0;border:none;margin:0;}
.stripViewer p.ttl{background:#dae69f url(../../img/arrow.gif) left top no-repeat;padding-left:25px;color:#0b220e;border:1px dotted #0b220e;width:250px; margin-bottom: 0;}
.stripNav { margin:0 auto}
.stripNav ul li{margin:-15px 2px 15px 0;float:left;position:relative;}
.stripNav a{
font-size:14px;
font-weight:bold;
text-align:center;
letter-spacing:.1em;
text-decoration:none;
display: block;
width: 150px;
height:36px;
padding-top:10px;
margin-bottom:-27px;
color:#073a4b !important;
}
*:first-child+html .stripNav a {/*ie6*/height:60px}
* html body .stripNav a {/*ie7*/height:60px}
.stripNav a:hover { display: block; }
.stripNav li.tab1 a,.stripNav li.tab2 a,.stripNav li.tab3 a,.stripNav li.tab4 a,.stripNav li.tab5 a,.stripNav li.tab6 a  {
background:url(../img/bg_coda-tab_no.gif) no-repeat 0 0;
}
.stripNav li a:hover {
background:url(../img/bg_coda-tab_no_on.gif) no-repeat 0 0;
color: #fff !important;
}
.stripNav li a.current { background: url(../img/bg_coda-tab_no_on.gif) no-repeat 0 0;
color: #fff !important;
}

.stripNavL,.stripNavR {
position: absolute;
text-indent: -9999em;
top: 250px; z-index: 1;
}	
.stripNavL a,.stripNavR a {display: block; height: 25px; width: 25px;}
.stripNavL { left: -7px; background: url(../img/btn_coda_prev.gif) no-repeat center; }
.stripNavR { right: -52px; background: url(../img/btn_coda_next.gif) no-repeat center; }
*:first-child+html .stripNavR {/*ie6*/right:-10px}
* html body .stripNavR {/*ie7*/right:-10px}
.stripNavL a:hover { background: url(../img/btn_coda_prev.gif) no-repeat center; }
.stripNavR a:hover { background: url(../img/btn_coda_next.gif) no-repeat center; }
