.divtabs
{
	float:left;
	margin-bottom:10px;
}
/* container for slides */
.images
{
    background-color: #ffffff;
    background-image: url(images/h3000.png); 
    background-repeat: repeat-x;
    border: 1px solid #666;
    position: relative;
    height: 260px;
    width: 650px;
    float: left;
    margin-top: 25px;
    cursor: pointer; /* CSS3 tweaks for modern browsers */
}

/* single slide */
.images div
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 30px 15px 15px;
    height: 256px;
    font-size: 12px;
    text-align:left;
    color:#000;
}

/* header */
.images h3
{
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #004b85;
}

/* tabs (those little circles below slides) */
.tabs
{
    clear: both;
    width: 652px;
    float:left;
    background-repeat:repeat-x;
}
.tabs_left
{
    width: 9px;
    height: 33px;
    background: url(images/tabs_bg_left.gif) 0 0 no-repeat;
    float:left;
}
.tabs_right
{
    width: 9px;
    height: 33px;
    background: url(images/tabs_bg_right.gif) 0 0 no-repeat;
    float:right;
}
.tabs_holder
{
	width:634px;
    height: 33px;
    float: left;
    background: url(images/tabs_bg.gif);
}
/* single tab */
.tabs_holder a
{
    width: 12px;
    height: 12px;
    float:right;
    margin: 10px 3px;
    background: url(images/navigator_2.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

/* mouseover state */
.tabs_holder a:hover
{
    background-position: 0 -12px;
}

/* active state (current page state) */
.tabs_holder a.current
{
    background-position: 0 -24px;
}