﻿@import url(reset.css);

button.ir {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  float: left;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none;
  position: relative; 
  text-indent: -9999px;
	/* magical IE fix for unwanted right padding */
	overflow: visible;
}

button.ir::-moz-focus-inner { 
	/* 
		This fixes the 1px offset problem in firefox. Found in a comment by "Axonian" at:
		http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/
	*/
	border: none;
	/* 
		... and these fix extra padding problems in firefox. Found in a comment by "pike" at:
		http://radaschuetz.com/archive/2007/04/21/button-hell/
	*/
	padding-right: 0;
	padding-left: 0;
}

body {
  background: #F6F6F6; 
  padding: 20px;
}

#browser {
  position: relative;
  height: 570px;
  width: 900px;
  background: #FFF;
  padding: 18px 30px 6px 30px;
}

#browser .carousel {
  overflow: visible;
  width: 900px;
}

#browser .bt-close {
  background: url(../images/pages_zoom_image/bg_bt_close.png);
  width: 48px;
  height: 48px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.ie6 #browser .bt-close {
  background-image: url(../images/pages_zoom_image/bg_bt_close.gif);
}

#thumbnails li {
    float: left;
    line-height: 60px;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 62px;
}

.ie6 #thumbnails li {
  margin-left: 4px;
}

#thumbnails li a {
  border: 1px solid #E5E5E5;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#thumbnails li a .ic-360 {
  display: block;
  text-indent: -9999px;
  width: 56px;
  height: 10px;
  bottom: 2px;
  left: 2px;
  position: absolute;
  background: url(../images/bg_360_view.png) no-repeat;
}

#thumbnails li a:hover {
  border-color: #999;
}

#thumbnails li a.current {
  border-color: #980006;
}

#thumbnails li a img {
  display: block;
  margin-bottom: 0;
}



button#bt-main-next,
button#bt-main-previous {
  width: 14px;
  position: absolute;
  top: 295px;
  height: 28px;
  float: none;
}
#prev-inactive, button#bt-prev,
#next-inactive, button#bt-next {
  width: 25px;
  height: 24px;
  float: none;
}
#prev-inactive,
#next-inactive {
  position: absolute;
  top: 617px;
}
button#bt-main-next:hover,
button#bt-main-previous:hover {
  background-position: 0 -28px;
}

#bt-main-next.bt-disabled,
#bt-main-previous.bt-disabled {
  background-position: 0 -56px !important;
  cursor: default;
}
button#bt-next:hover,
button#bt-prev:hover {
  background-position: 0 -48px;
}
button#bt-next,
button#bt-prev {
  background-position: 0 -24px;
}

#next-inactive.bt-disabled,
#prev-inactive.bt-disabled {
  background-position: 0px 0px !important;
  cursor: default;
}


#bt-main-previous {
  left: 8px;
  background-image: url(../images/pages_zoom_image/bg_bt_left.gif);
}

#bt-main-next {
  right: 8px;
  background-image: url(../images/pages_zoom_image/bg_bt_right.gif);
}
#bt-prev, #prev-inactive {
  background-image: url(../images/pages_zoom_image/bg_arrow_left_framed.gif);
}
#prev-inactive {
  left: 80px;
}
#bt-next, #next-inactive {
  background-image: url(../images/pages_zoom_image/bg_arrow_right_framed.gif);
}
#next-inactive {
  right: 80px;
}
.slides {
    overflow: hidden;
    width: 700px;
    text-align: center;
    margin: 10px auto;
    position: relative;
}
ul#thumbnails {
    width: 99999px;
    position: relative;
    overflow: hidden;
}
.carousel.carousel-clip
{
    height:100%!important;
}

