
/*img */
/*{border: none;}*/

/*h1 {*/
/*color: #fff;*/
/*text-align: center;*/
/*background: url(h1_bg.gif) no-repeat;*/
/*text-indent: -99999px;*/
/*margin: 100px 0 10px;*/
/*}*/

.banner_container {
    overflow: hidden;
    font  : 10px normal Arial, Helvetica, sans-serif;
    position: relative;
    text-align:right;
    width:634px;
}


a
{
    /*color: #fff;*/
}

/*--Main Image Preview--*/
.banner_main_image {
    float: left;
    background: #333;
    position: absolute;
    overflow: hidden;
    color: #fff;
    top:0;
    left:0;
    width:451px;
    height:255px;
}
.banner_main_image h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 5px;	padding: 10px;
    display:inline;
}
.banner_main_image p {
    font-size: 1.1em;
    padding: 10px;	margin: 0;
    line-height: 1.1em;
    display:block;
    padding-top:0px;
    padding-bottom:6px;
}
.banner_block small {
    padding: 0 0 0 20px;
    font-size: 1em;
}
.banner_main_image .banner_block small {margin-left: 10px;}
.banner_main_image .desc{
    position: absolute;
    bottom: 0;	left: 0;
    width: 100%;
    display: none;
}
.banner_main_image .banner_block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
    padding-bottom: 5px;
    
}
.banner_main_image a.collapse {
    height: 27px; width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px; right: 20px;
}
.banner_main_image a.show {background-position: left bottom;}


.banner_image_thumb {
    position:relative;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    float:right;
    width:187px;
}
.banner_image_thumb img {
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
    float: right;
}
.banner_image_thumb ul {
    margin: 0; padding: 0;
    list-style: none;
}
.banner_image_thumb ul li{
    margin: 0; padding: 0;
    background: #f0f0f0;
    width: 185px;
    float: right;
    height:49px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.banner_image_thumb ul li.hover {
    background: #ddd;
    cursor: pointer;
}
.banner_image_thumb ul li.active {
    background: #fff;
    cursor: default;
}
html .banner_image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 2px 0; padding: 0;
}
.banner_image_thumb ul li .banner_block {
    margin-left: 5px;
    padding: 0;
    width: 92px;
    float:left;
    font-size:8px;
    font-weight:bold;

}
.banner_image_thumb ul li p{display: none;}

.banner_banner_bg
{
    background:transparent url(banner_bg.png) no-repeat;
    height:268px;
    width:677px;
}



