a {
    text-decoration: none;
}

/* CONTAINERS */
div.imageBody {
    width: 960px;
}
div.sliderContainer {
    width: 1080px;
    /*	text-align: center;*/
    margin: 19px auto;
}
div.slider {
    /*	display: inline-block;*/
    margin: 0 auto;
}
div.content {
    float: left;
    width: 650px;
    height: 650px;
    text-align: center;
}
div.content .title {
    text-align: left;
}
div.content .title h1 {
    font-size: 20px;
}

div.imageIndex {
    display: inline-block;
    margin: 15px auto 0 0px;
}
div.controls {
    width: 610px;
    float: right;
}
div.captionContainer {
    float: left;
    width: 300px;
    padding: 80px 0 0 0;
}

/* IMAGES */
a.arrow img {
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}
a.arrow img:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
a.thumb {
    position: relative;
    float: left;
    margin-right: 24px;
}

a.thumbSelected {
    position: relative;
    float: left;
    margin-right: 24px;
}

a.thumbSelected div {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

a.thumb div {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
a.thumb div:hover {
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.viewedImage img {
    margin: 0 auto;
    display: block;
}

.arrowDown {
    position: absolute;
    margin-top: -84px;
    left: 38px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}
.arrowUp {
    position: absolute;
    margin-top: -5px;
    left: 38px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}
.arrowHover {
    display: none;
}

/* OTHER */
a.arrow {
    float: left;
    margin: 24px auto;
    padding: 0 5px 0 5px;
    width: 16px;
    background-position:center center;
    background-repeat:no-repeat;
}
div.thumbs {
    height: 100%;
    float: left;
    margin: 0 auto;
    padding: 0;
}

#terms .dijitDialogCloseIcon{display:none}