﻿.sliderwrapper{
    position: relative;
    overflow: hidden;
    border: 0;
    width: 727px;
    height: 228px;
}

.sliderwrapper .contentdiv{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 727px;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagination
{
    position: absolute; top:15px; right: 25px;
    width: 400px; height: 15px;
    text-align: right;
    z-index: 85;
}

.pagination a{
    width: 11px; height: 11px; display: inline-block;
    margin: 0 3px;
    background-image: url(../images/slideshowbullet_off.png); background-repeat: no-repeat; background-position: center center;
}

.pagination a:hover, .pagination a.selected{
    background-image: url(../images/slideshowbullet_on.png); background-repeat: no-repeat; background-position: center center;
}
