/*SLIDE*/

div.pusher {
    clear: both;
    height: 0;
    overflow: hidden;
}
div#content
{
    border-left:1px solid #999999;
    width:557px;
}
div#left
{
    border-right:none;
}
div.slideshow
{
    width:500px;
    height:330px;
    border: 1px solid gray;
    margin:16px auto 8px;
    text-align:center;
    background:#CDDDE2 none repeat scroll 0 0;
}
div.slideshow a
{
    width:500px;
    height:330px;
}
div.innercontent
{
    width:498px;
    margin:8px auto 8px;
}
div.title
{
    width:108px;
    display:block;
    margin: 0 0 0 15px;
    float:left;
    clear:left;
}
div.title h2
{
    padding:0;
    line-height:normal;
}
div.description
{
    position:absolute;
    top:440px;
    left:40px;
    width:330px;
    z-index:200;
}
div.description p
{
    color:#006699;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:500;
    line-height:17px;
    text-align:left;
    /*margin-bottom: 20px;*/
    padding:0;
}
div.topbutton
{
    display:block;
    float:right;
    clear:right;
   /* background: url();*/
}
div.topbutton a
{
    color:#006699;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:500;
    line-height:17px;
    text-align:left;
    text-decoration:none;

    display:block;
    height:17px;
    width:70px;
    padding:0 24px 0 0;
    background:url(../be_images/top_arrow.gif) no-repeat top right;
}
div.topbutton a:hover
{
    background-position:bottom right;
    cursor:pointer;
}


div#content img
{
    border:none;
    margin:0 auto 0 auto;
    float:none;
}
/*NAVIGATION*/
div.navigationContent {
    width:119px;
    height:17px;
    padding-left:410px;
    position:relative;
}
div.navigationContent div.navcontainer
{
    height:17px;
    left:434px;
    overflow:hidden;
    position:absolute;
    top:0;
    width:71px;
    z-index:500;
}
div.navigationContent ul.navallItems
{
    height: 17px;
    width: 9999px;
    position:relative;
}
div.navigationContent ul li.navList
{
    border-right:1px solid white;
    display:block;
    float:left;
    width:17px;
    height:17px;
}
div.navigationContent ul li a.navThumb
{
    display:block;
    width:17px;
    height:17px;
    background: #cddde2;
}
div.navigationContent ul li a.navThumb.selected
{
    background: #95b4bc;
}
div.navigationContent ul li a:hover
{
    background: #95b4bc;
}
div.navigationContent ul li a span
{
    color:white;
    font-family:"trebuchet MS";
    font-size:11px;
    font-weight:500;
    line-height:17px;
    text-align:left;
}
/*NAVIGATION BUTTONS*/
div.navigationContent div.navprevious_button,
div.navigationContent div.navnext_button
{
    width:17px;
    height:17px;
    float:left;
    display:block;
}
div.navigationContent div.navprevious_button
{
    background:url(../be_images/back_arrow.gif) no-repeat top left;
    margin-right:84px;
}
div.navigationContent div.navnext_button
{
    background:url(../be_images/forward_arrow.gif) no-repeat top left;
}
div.navigationContent div.navprevious_button:hover,
div.navigationContent div.navnext_button:hover
{
    background-position:bottom left;
    cursor:pointer;
}
