#gallery_container{
height:65px;
background:#000;
margin:0 auto;
padding:1px 0px 0px;
text-align:center;
display:block; position:relative;
clear:both
}
#news #gallery_container{
height:300px;
background:#000;
margin:0 auto;
padding:1px 0px 0px;
text-align:center;
display:block; position:relative;
clear:both
}

#thumb_container{
position:relative;
overflow:hidden;
width:840px;
height:65px;
margin-left: 55px !important;
margin:0;
}

.thumbs{
width:220px
}
#news #thumb_container{
width:220px;
height:300px;
margin:0
}

#thumbs,#thumbs2{
position:absolute;
top:0;
left:0;
width:20000em;
}

#thumbs a{
display:block;
float:left;
width:70px;
}
#thumbs a img{
border:1px solid #222;
}
#thumbs a:hover img{
border:1px solid #C69249;
}

#prevPage,#nextPage{
display:block;
position:absolute;
cursor:pointer;
width:60px;
height:65px;
top:0px;
}

#prevPage{
right:0px;
background:url(/images/pul_scroll2.gif) no-repeat;
}
#nextPage{
left:0px;
background:url(/images/pul_scroll.gif) no-repeat;
}
#prevPage:hover,#nextPage:hover{
background-position:bottom left
}

div.disabled{
opacity: .25;
filter: alpha(opacity=25);
}

.hide_me{
display:none;
}