html,body{width:100%;margin:0;padding:0;}
body{font-family:arial,sans-serif;font-size:12px;}
a img{border:none;vertical-align:middle;}
.clearboth{height:0px;clear:both;font-size:0px;}
h1{margin:10px 0;font-size:21px;font-weight:bold;color:#8eb34f;}
a{font-size:12px;font-weight:normal;text-decoration:underline;}
a:hover{text-decoration:none;}
p{margin:10px 0;}
#main{width:960px;margin:0 auto;}
#main-throat{width:100%;height:180px;margin-top:10px;}
#main-throat-label{width:642px;height:180px;float:left;}
#main-throat-label-top{width:642px;height:55px;color:#262626;font-size:39px;font-weight:bold;}
#main-throat-label-top .thousands{color:#ee5f23;}
#main-throat-label-bottom{width:642px;height:125px;background:url("/styles.permdtp/images/main-throat-label-top.gif") no-repeat center;}
#main-throat-label-bottom .tricks{padding-left:30px;padding-top:7px;font-size:29px;color:#ffffff;}
#main-throat-picture{width:294px;height:180px;margin-left:24px;float:left;background:url("/styles.permdtp/images/main-throat-picture.png") no-repeat center;}
#how{width:100%;margin-top:10px;font-size:21px;font-weight:bold;color:#8eb34f;}
#main-body{width:100%;height:auto;margin-top:10px;}


div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 910px; 
    height:48px; 
}

div.scrollable div.items .item{width:68px;height:48px;margin:0 1px;} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}