﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a:focus{outline:none;}


/*  121911  carousel-car*/
#image-gallery .carousel-car {
  height: 582px !important;
  
}


.arrow-left,
.arrow-right {
  /* Jul-10 */
  width: 15px;
  height: 30px;
  background-repeat: no-repeat;
  
}
 
.arrow-left:hover,
.arrow-right:hover {
  /* Jul-10 */
  background-position: 0 -30px;
}
.arrow-left {
	background-image:url(../images/bg_arrow_left.png);
}

.arrow-right {
  /* Jul-10 */
 background-image:url(../images/bg_arrow_right.png);
}

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;
}



/* IMAGE GALLERY STYLES */

#image-gallery {
  height: auto;
  width: 463px;
  position: relative;
  margin-right: 14px;
  float: right;
  
}
#image-gallery .carousel {
  width: 463px;
  overflow: hidden;
  /*height: 292px;*/
  height: auto !important;
  padding:20px 0 10px 0px;
  
}

#image-gallery .carousel ul {
  position: relative;
}

#image-gallery .carousel ul li.item {
  float: left;
  height: 292px;
  width: 463px;
  position: relative;
}

#image-gallery .carousel ul li.item div.image {
  display:inline;
  float: left;
  position:relative;
  text-align:left;
  width:463px;
  height: 322px;
}

#image-gallery .carousel ul li.item div.caption {
  display: block;
  width:463px;
  color:#666;
  position:relative;
  float: right;
  margin-top: 90px;
  font-size: 12px;
 
}

#image-gallery .carousel ul li.item div.caption em {
  font-style:italic;
}

#image-gallery .arrow-left,
#image-gallery .arrow-right {
  position: absolute;
  top: 365px;
  z-index: 12;
}

#image-gallery .arrow-left {
  left: 6px;
} 

#image-gallery .arrow-right {
  right: 6px;
} 

/*
#image-gallery #thumbnails {
  height: 90px;
  background-color: #e6e6e6;
  width: 463px;
  margin-top: 21px;
  
}
#image-gallery .carousel-thumbs {
  position: absolute;
  height: 52px;
  width: 463px;
  left: 50px;
  top: 352px;
  z-index: 11;
  
}

*/

#image-gallery #thumbnails {

}

#image-gallery .carousel-thumbs {
  overflow:hidden;
  position: absolute;
  height: 52px;
  width: 360px;
  overflow: hidden;
  left: 50px;
  top: 352px;
  z-index: 11;
}


#image-gallery .carousel-thumbs ul {
	top: 21px;
}

#image-gallery .carousel-thumbs ul li {
  float: left;
  margin-top:5px;
  margin-left: 7px;
  height: 60px !important;

}

#image-gallery .carousel-thumbs ul li a {
  display: block;
  border: 3px solid #666;
  height:46px;
  
}

#image-gallery .carousel-thumbs ul li.current a {
  border-color: #5e5da6;
}


