main {
    height: 1150px;
}

main section img {
    max-width: inherit;
    height: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

main section ol, ul {
    margin: auto;
}

a img {
    cursor: default;
}

.pikachoose {
    width: 640px;
    position: relative;
}

.pika-image {
    position: absolute;
    top: 70px;
    left: 0px;
    height: auto;
    width: 640px;
    border: 0px solid #e5e5e5;
    padding-top: 85px;
    padding-left: 5px;
}

/*position image holders */
.pika-image .animation, .pika-image .main-image {
    position: absolute;
    top: 10px;
    left: 10px;
}

.pika-image .animation {
    display: none;
    z-index: 2;
}

.pika-image img {
    border: 0;
}

.pika-image .caption {
    position: absolute;
    font-size: 1em;
    color: rgb(0,0,0);
    padding: 4px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    top: 40px;
    left: 20px;
}

.pika-image .caption p {
    padding: 0;
    margin: 0;
    line-height: 1.1em;
}

.pika-imgnav a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index: 3;
}

.pika-imgnav a.previous {
    background: url(/images/prevPageArrow.gif) no-repeat left 50%;
    height: 340px;
    width: 50px;
    top: -114px;
    left: 5px;
    cursor: pointer;
}

.pika-imgnav a.next {
    background: url(/images/nextPageArrow.gif) no-repeat right 50%;
    height: 340px;
    width: 50px;
    top: -114px;
    right: 0px;
    cursor: pointer;
}

.pika-textnav {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.pika-textnav a {
    font-size: 12px;
    text-decoration: none;
    font-family: helvetica, arial, sans-serif;
    color: #333;
    padding: 4px;
}

.pika-textnav a:hover {
    background: #e5e5e5;
    color: #0065B2;
}

.pika-textnav a.previous {
    float: left;
    width: auto;
    display: block;
}

.pika-textnav a.next {
    float: right;
    width: auto;
    display: block;
}

.pika-thumbs {
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
}

.pika-thumbs li {
    float: left;
    list-style-type: none;
    width: 74px;
    padding: 3px;
    margin: 0 2px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.pika-thumbs li:last {
    margin: 0;
}

.pika-thumbs li .clip {
    position: relative;
    width: 74px;
    height: 74px;
    text-align: center;
    overflow: hidden;
}

ul.no-carousel {
    width: 200px;
}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
    padding: 15px 0px;
}

.jcarousel-skin-pika .jcarousel-container-vertical {
    width: 90px;
    height: 350px;
    padding: 20px 20px 20px 85px;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 90px;
    width: 660px;
}

.jcarousel-skin-pika .jcarousel-clip-vertical {
    width: 90px;
    height: 350px;
}

.jcarousel-skin-pika .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-pika .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-pika .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

