/* CSS Document - James Morris May 2010 - For 20:20 - Penguin JCarousel*/

.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1000px;
    height: 207px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 1000px;
    height: 207px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  height:207px;
  width:910px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  1000px;
    height: 207px;
}

.jcarousel-skin-tango .jcarousel-item {
  height:207px;
  margin-right:6px;
  width:300px;
  cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-item:hover {
  
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    z-index: 450;
    position: absolute;
    top: 255px;
    right: 510px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../images/antarctica/next-btn.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
}

.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;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    z-index: 450;
    position: absolute;
    top: 255px;
    left: 425px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../images/antarctica/prev-btn.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
}

.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;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: 255px;
    right: 510px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 255px;
    left: 425px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {

}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: pointer;
}


/******************************* Carousel Items *******************************/

#item_1_image
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  background: transparent url("../images/antarctica/where_we_live_image.jpg") no-repeat 0 0;
}

#item_1_copy
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  background: transparent url("../images/antarctica/where_we_live_copy.jpg") no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  display: none;
}

#item_2_image
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  background: transparent url("../images/antarctica/the_research_station_image.jpg") no-repeat 0 0;
}

#item_2_copy
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  background: transparent url("../images/antarctica/the_research_station_copy.jpg") no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  display: none;
}
#item_3_image
{
  width: 300px;
  height: 207px;
  background: transparent url("../images/antarctica/who_lives_there_image.jpg") no-repeat 0 0;
}

#item_3_copy
{
  width: 300px;
  height: 207px;
  background: transparent url("../images/antarctica/who_lives_there_copy.jpg") no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  display: none;
}


#item_4_image
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  background: transparent url("../images/antarctica/what_do_we_wear_image.jpg") no-repeat 0 0;
}

#item_4_copy
{
  width: 300px;
  height: 207px;
  background: transparent url("../images/antarctica/what_do_we_wear_copy.jpg") no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  display: none;
}

#item_5_image
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  background: transparent url("../images/antarctica/checking_the_penguins_image.jpg") no-repeat 0 0;
}

#item_5_copy
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  background: transparent url("../images/antarctica/checking_the_penguins_copy.jpg") no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  display: none;
}

#item_6_image
{
  width: 300px;
  height: 207px;
  background: transparent url("../images/antarctica/eggsellent_image.jpg") no-repeat 0 0;
}

#item_6_copy
{
  width: 300px;
  height: 207px;
  background: transparent url("../images/antarctica/eggsellent_copy.jpg") no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  display: none;
}

#item_7_image
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
}

#item_7_copy
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  position: absolute;
  z-index: 1000;
  display: none;
}

#item_8_image
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
}

#item_8_copy
{
  width: 300px;
  height: 207px;
  margin-right: 8px;
  position: absolute;
  z-index: 1000;
  display: none;
}

#item_9_image
{
  width: 330px;
  height: 207px;
  background: transparent url("../images/antarctica/naming_penguins_image.jpg") no-repeat 0 0;
}

#item_9_copy
{
  width: 330px;
  height: 207px;
  background: transparent url("../images/antarctica/naming_penguins_copy.jpg") no-repeat 0 0;
  position: absolute;
  z-index: 1000;
  display: none;
}

.trans_car
{
  width: 300px;
  height: 207px;
}