﻿#ad_area {
overflow: hidden; width: 950px; position: relative; height: 460px; border: 0px; 
}

#thumbs {
width: 450px; list-style-type: none; height: 20px; position: absolute; bottom: 10px;  left: 10px; z-index: 100;
}

#thumbs ul{
margin: 0px;padding: 0px;	
}

#thumbs li {
display: inline; float: left; width: 50px; list-style-type:  none;
}

#thumbs img{
cursor: pointer;
border: 2px #404040 solid; 
display: block;
filter: alpha(opacity=40); opacity: .4;
}

#thumbs img:hover{
border: 2px #FF9900 solid; 
filter: alpha(opacity=100); opacity: 1;
}

#thumbs li img.current{
border: #A8A8A8 2px solid;
filter: alpha(opacity=100); opacity: 1;
}

#ads img{
border: 0px; 
}

