.box, p
{
    margin: 0 auto;
    text-align: center;
    width: 220px;
    overflow: hidden;

}
.CRviewer
{
    position: relative;
    overflow: hidden;
    height: 148px;
    width: 220px;
    background: #fff url(/images/loading.gif) center center no-repeat;
    left: -2px;
}
.CRslide
{
    position: absolute;
    height: 148px;
    width: 220px;
    left: 0px;
    top: 0;
}
.CRslide li
{
    float: left;
    display: none;
    margin-left: -8px;
    _margin-left: -4px;
    margin-top: -6px;
    _margin-top: -5px;
}
#myImgs
{
    display: none;
}
.hoverNav
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 220px;
    z-index: 100;
}
.prevLink, .nextLink, .full
{
    background: transparent url(/images/blank.gif) no-repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
}
.prevLink
{
    left: 0;
}
.nextLink
{
    right: 0;
}
.full
{
    left: 190px;
}
.prevLink:hover, .prevLink:visited:hover
{
    background: url(/images/prevlabel.gif) left 50% no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.nextLink:hover, .nextLink:visited:hover
{
    background: url(/images/nextlabel.gif) right 50% no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.full:hover, .full:visited:hover
{
    background: url(/images/full.gif) center 50% no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.prevlinkH
{
    background: transparent url(/images/blank.gif) no-repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0;
    background: url(/images/prevlabel.gif) left 55% no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.nextLinkH
{
    background: transparent url(/images/blank.gif) no-repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    background: url(/images/nextlabel.gif) right 55% no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}


.prevlinkH:hover
{
    background: transparent url(/images/blank.gif) no-repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    background: url(/images/btn_left.gif) left 55% no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.nextLinkH:hover
{
    background: transparent url(/images/blank.gif) no-repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    background: url(/images/btn_right.gif) right 55% no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
/**/
.CRrain
{
    color: red;
}
p
{
    margin-top: 30px;
    font-size: 14px;
}
