/*#imagePreview ,
#imagePreview2{
    width: 180px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.inverse-dropdown{
  background-color: #777;
  border-color: #080808;}
.inverse-dropdown li a{
    color: #000;}
.inverse-dropdown li a:hover{
      color: #fff;
      background-color: #000;
    }
.inventoryCol {
	overflow: hidden;
    height: 450 px;
	min-height: 450 px;
}
.topSpacer{
	height: 20px;
	width: 960px;
}
.imageBorder{
    -moz-box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
}
.inventoryBorder{
    -moz-box-shadow: 0 0 1px black;
    -webkit-box-shadow: 0 0 1px black;
    box-shadow: 0 0 1px black;
}
.inventoryBorder:hover{
	-moz-box-shadow: 0 0 25px black;
    -webkit-box-shadow: 0 0 25px black;
    box-shadow: 0 0 25px black;
}
.main-img{
    /*box-shadow: 0px 0px 10px #fff;*/
}




.btn-dark {
  color: #000;
  background-color: #505050;
  border-color: #000;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #3f3f3f;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #505050;
  border-color: #5f5f5f;
}
.btn-dark .badge {
  color: #505050;
  background-color: #fff;
}

#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: auto; 
    height: 135px; 


}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
#photo { 
    margin: 0px auto; 
    position: relative; 
    width: auto; 
    height: 135px; 


}

#photo > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}