/* Showcase */
.main-showcase-thumbnail {
  width: 260px;
  height: 165px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

div.thumb-title {
  font-size: 12px;
}

.leftthumb {
  width: 224px;
  margin-left: 25px;
}

.rightthumb {
  width: 224px;
}

a.Thumb {
  border: 1px solid #ccc;
  display: inline-block;
  outline: none;
  padding: 5px 4px;
  position: relative;
  vertical-align: bottom;
  height: 140px;
  background-color: #FFFFFD;
}

a.Thumb:hover {
  border: 1px solid #5a1111;
}

img.Thumb {
  width: 210px;
  border: 0px solid white;
  position: relative;
  left: 0px;
}

img.ThumbPadding {
  width:200px;
  height:160px;
  position:relative;
  left:0px;
}

#orderbtn {
  float: left;
}

.showwhenembed {
  display:none;
}

.imgarrow {
  width: 56px;
  height: 80px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 175px;
}

.imgset {
  height: 400px;
}

#leftarrow {
  background: url(../img/arrow_left.png) no-repeat center center;
  background-position: 0px;
}

#leftarrow:hover {
  background-position: -56px;
}

#rightarrow {
  background: url(../img/arrow_right.png) no-repeat center center;
  background-position: 0px;
}

#rightarrow:hover {
  background-position: -56px;
}

#clearEmbedBtn {
  top: -12px;
  margin-right: 0px;
  left: 42px;
  display: none;
}

h3 {
	text-decoration: none;
  margin: 10px;
  width: 550px;
}

#preview-box {
  border-collapse: separate;
  background-color: white;
  display: inline-block;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .8);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .8);
  padding: 6px;
}

div#clickoncamera {
  display: block;
  clear: both;
  cursor: pointer;    
  height: 62px;    
  padding: 0 10px 2px 10px;    
  margin: auto;    
  width: 675px;
}

div#clickoncamera>img {
  float: right;
  z-index: 10;
  position: relative;
}

div#clickoncamera>span {
  font-family: Alef, Arial, sans-serif;
  font-size: 20px;
  height: 24px;
  background-color: #F59C8C;
  color: #FFFFFD;
  width: 565px;
  border: 3px solid #FFFFFD;
  margin: 14px -14px 0 0;
  padding: 4px 14px 0px 0px;
  border-right: none;
  border-radius:6px;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  text-align: center;
}

div#clickoncamera>span:hover {
  background-color: #F48470;
}

div#stdnotes {
  font-family: Alef, Arial, sans-serif;
  font-size:15px;
  width: 645px;
  margin: auto;
}

div#imgmanipbtns {
  padding: 10px 0 0 0;
  margin-left: 96px;
  text-align: left;
}

div#imgmanipbtns>* {
  margin-left:10px;
}