﻿.imageslider {
    float:left;
    clear:both;
    position:relative;
    background:none;
    padding:0px;
	color:#000;
	font:16px Arial;
	width:550px;
}
#imgslider { width:550px;}
.imageslider dl, .imageslider dt, .imageslider img {
    padding:0;
    margin:0;
    border:none;
	z-index:-2;
}
.hidden {
    display:none;
	z-index:-1;

}  
.imageslider ul {
    list-style-type:none;
    margin:-5px 0 0 0;
    padding:0 0 0 2px;
	z-index:99999;
	width:598px;
	background:url(../../images/haber/haberbg.png) bottom no-repeat !important;
	background:url(../../images/haber/haberbg.gif) bottom no-repeat;
	height:36px;
}
.imageslider ul li {
    float:left;
    list-style-type:none;
    margin:3px 1px;
    border:none;
    width:26px; height:26px;
    text-align:center;
	background:none; /*url(../../images/nbg.png) no-repeat;*/
	margin-bottom:5px;
	z-index:99999;
	border-right:1px dotted  #999;
}
.imageslider ul li a {
    display: block;
    padding: 5px 4px 3px 3px;
    color: #333;
    text-decoration:none;
	z-index:99999;
}
.imageslider ul li a:hover, .imageslider ul li a.active {
    /*background:url(../../images/nbghover.png) no-repeat;*/
	height:21px;
	padding:5px 4px 3px 3px;
    color: #C00;
	z-index:99999;
}
.clearboth  {
    clear:both;
}

.bgr { background:url(../../images/haber/haberbg.png) bottom no-repeat; width:598px; height:36px; margin-top:-2px; padding-left:2px; }