@CHARSET "UTF-8";
#container {
	position:              relative;
    width:                 590px;
    height:                325px;
    font-family:           arial;
    font-size:             12px;
    overflow:              hidden;
}
*html #container{
    width: 595px;
}


#picture-slides-container {
    position:              relative;
    width:                 390px;
    height:                284px;
    margin-right:          10px;
    float:                 left;
}



#picture-slides-container IMG{
    position:              absolute;
}

#text-container {
    position:              relative;
    width:                 170px;
    height:                254px;
    margin-left:           400px;
    background:            url(../img/bck_right.png) no-repeat top left;
    padding:               20px 10px 10px 10px;
    color:                 #676767;
    
}

*html #text-container {
	width:                190px;
    height:               284px;
}


#picture-slides-title{
	position:             relative;
	margin:               0px;
	padding:              0px;
    font-size:            22px;
    font-weight:          normal;
}

#picture-slides-text{
   margin:               10px 0px 0px 0px;
   padding:              0px; 
}

#navigation-container {
    position:            absolute;
    bottom:              10px;
    right:               10px;
    list-style-type:     none;
    margin:              0px;
    padding:             0px;
}
#navigation-container li {
    float:               left;
    margin-right:        1px;
}

#navigation-container img {
    cursor:              pointer;
}

#meta-slides-container {
	position:            relative;
    margin-top:          10px;
}

#meta-slides-container H2{
    border-bottom:       solid 3px #BFBFBF;
    color:               #676767;
    font-size:           10px;
    font-weight:         normal;
    width:               37px;
    float:               left;
    padding-bottom:      7px;
    margin-right:        5px;
    cursor:              pointer;
}

*html #meta-slides-container H2{
    margin:              7px 5px 0px 0px;
}

#meta-slides-container #title_35 {
    margin-right:0px;
    width:44px;
}

#meta-slides-container h2.selected {
    border-bottom:      solid 3px #F49E00;
    color:              #000000;
}

#meta-slides-container h2.mouseover {
    border-bottom:      solid 3px #000000;
    color:              #000000;
}


