﻿/* =Reset
   ----------------------------------------------------*/

img {border:0;}
a { text-decoration: none;outline: 0; }

/* --- */

#wrapper {
position:relative;
width: 824px;
margin: 0 auto;
padding: 15px 0;
border:1px solid red;
}

#img {
position:relative;
width: 684px;
height: 406px;
margin:0 auto;
padding:0;
background:#404040;
margin-bottom:15px;
text-align:center;
cursor:pointer;
overflow:hidden;
}
#img img{
	height:406px;
}

#gallery { height: 66px; border:0px solid red; }

#wrapper, #img, #gallery li {
    border: 0px solid aqua;
}

#gallery li {
    float: left;
    padding: 0px;
    background: transparent url(/App_Themes/Images/load.gif) 50% 50% no-repeat;
    border:none;
    cursor: pointer;
    list-style:none;
}

.caption {
    display: none;
    overflow:hidden;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 664px;
    height: 50px;
    padding: 0px 10px;
    line-height: 18px;
    font-size:12px;
    color: #fff;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}


/* IMG PREVIOUS/NEXT */
.nextImg {
    position:absolute;
    top: 0px;
    right: 0px;
    width: 67px;
    height: 407px;
    cursor: pointer;
    background: transparent url(/App_Themes/Images/img_next.gif) no-repeat 0 0;
}
.nextImg:hover, .nextImg:active { background-position: -67px 0; }

.prevImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 67px;
    height: 406px;
    cursor: pointer;
    background: transparent url(/App_Themes/Images/img_prev.gif) no-repeat 0 0;
}
.prevImg:hover, .prevImg:active { background-position: -67px 0; }
.nextImg span, .prevImg span { 	display:none; }

/***************************************************************/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container { position: relative; }

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 81px;
    height: 66px;
    
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next { z-index: 3;  display: none; }
.jcarousel-prev { z-index: 3;  display: none; }


/*********************************************************************/

.jcarousel-skin-tango .jcarousel-container {
border: 0px solid #ffcc00;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
margin:0 auto;
padding:17px 0 0 0;
width: 804px;

border:0px solid aqua;
background:url(/App_Themes/Images/thu_top_bgr.gif) top no-repeat;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
margin:0 auto;
width: 729px;
height: 66px;
border:0px solid red;
}

.jcarousel-skin-tango .jcarousel-item {
width: 81px;
height: 66px;
border:0px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal { padding-right: 0px; }

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #ffcc00;
    color: #000;
}


/* PREVIOUS / NEXT */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 17px;
    right: 0px;
    width: 25px;
    height: 66px;
    cursor: pointer;
    background: transparent url(/App_Themes/Images/thu_next.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover { background-position: -25px 0; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: -50px 0; }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 17px;
    left: 0px;
    width: 25px;
    height: 66px;
    cursor: pointer;
    background: transparent url(/App_Themes/Images/thu_prev.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover { background-position: -25px 0; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: -50px 0; }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}

