.sliderwrapper {
    position:              relative; /*leave as is*/
    overflow:              hidden;   /*leave as is*/
    border:                1px solid;
    border-color:          #ff6418;
    width:                 630px;
    height:                362px; }

.sliderwrapper .contentdiv {
    visibility:            hidden;     /*leave as is*/
    position:              absolute;   /*leave as is*/
    left:                  0;          /*leave as is*/
    top:                   0;          /*leave as is*/
    background:            #000000;
    width:                 630px;      /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height:                100%;
    z-index:               1;
    filter:                progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity:          1;
    opacity:               1; }

.pagination {
    width:                 630px;       /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align:            right;
    background-image:      url(../img/module/modulebackground.png);
    background-repeat:     repeat-x;
    padding:               5px 1px; }

.pagination a {
    padding:               0 5px;
    background:            white;
    font-family:           Arial, Helvetica, sans-serif;
    font-size:             12px;
    font-weight:           bold;
    color:                 #4814a0;
    text-decoration:       none; }

.pagination a:hover, .pagination a.selected {
    padding:               0 5px;
    background:            white;
    font-family:           Arial, Helvetica, sans-serif;
    font-size:             12px;
    font-weight:           bold;
    color:                 #4814a0;
    text-decoration:       none; }
