
#slidenavigation {
width:1120px; 
margin: 0px auto 0px auto;
}
#slidenavigation p{text-align:right;}
#rightbuttonbar{float:right;}

#rightbuttonbar div a img{
filter:alpha(opacity=60);
opacity:0.6;
}
#rightbuttonbar div a:hover img{
filter:alpha(opacity=100);
opacity:1;
}
/*
#thumbBar .thumbs div a img {
filter:alpha(opacity=60);
opacity:0.6;
}
#thumbBar .thumbs div a:hover img{
filter:alpha(opacity=100);
opacity:1;
}
*/



/* thumb Slider */
#thumbBar{
position:relative;
width:1080px;
clear:both;
height:15px;
overflow:hidden;
float:left;
}

#thumbBar .thumbs, #thumbs_handles7, #thumbs_mask{
position:absolute;
top:0;
width:100%;
height:15px;
}
#thumbs_handles7 span{
display:block;
width: 72px;
height:15px;
margin:0;
float:right;
cursor:pointer;
}
#thumbBar .thumbs div{
display:block;
width:23px; /*ok*/
height:15px;
margin-left:1px;
float:right;
cursor:pointer;
background-color:#66FF33;
overflow:hidden;
}
#thumbBar .thumbs div img{
width:23px;/*ok*/
margin:0;
}
/*
#thumbs_handles7 span{
background:url(images/thumb_invisible.gif) no-repeat;
}
*/
#thumbs_mask{
width:3000px;
background:url(images/thumbs_mask_4sets.gif) no-repeat center top;
}
.thumbBar div{
margin: 0px;
}


.thumbs{
width:72px;
}
.thumbs div{
display:block;
width:72px;
height:15px;
cursor:pointer;
}

.thumbs div img{
display:block;
width:100%;
height:100%;
border:none;
}

/* icon Slider */
#iconbar{float:right;}
#buttonbar{float:left;}
#buttonbar p {line-height:100%;margin:0;}
.buttons{float:left;}
.buttons img{margin-left:1px; display:block; border:none; float:left;filter:alpha(opacity=70);opacity:.7;}
.buttons span{cursor:pointer; }

.buttons span.active img{cursor:pointer;filter:alpha(opacity=100);opacity:1;}
.buttons img:hover{filter:alpha(opacity=100);opacity:100;}
.buttons span.off img{cursor:default; filter:alpha(opacity=30);opacity:0.3;}


