﻿
.slider {
    width: 100%;
    float: left;
    height: 310px;
    overflow: hidden;
    position: relative;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider .vertical ul {
	height: 580px;
	overflow: hidden;
}

.slider .vertical ul li {
	height: 160px;
	width: 100%;
}

.slider .horizontal ul {
	width: 580px;
	overflow: hidden;
}

.slider .horizontal ul li {
	float: left;
	width: 160px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.productImage
{
    width: 300px;
    height: 300px;
	overflow: hidden;
    margin: 0;
	padding: 0;
    position: relative;
}

.productImage ul
{
    margin: 0;
	padding: 0;
    list-style: none;
    position: absolute;
}

.productImage ul li
{
    height: 300px;
	width: 300px;
}

.productImage ul li
{
    height: 300px;
	width: 300px;
    border: none;
}

a img
{
       border:none;
       padding:0;
       margin:0;
}

.horizontal a.prev-slide, a.prev-slide:hover 
{
	background: url("../images/dynamic/circle-prev.gif") no-repeat left bottom;
	margin-left: 11px;
}
.horizontal a.next-slide, a.next-slide:hover 
{
	background: url("../images/dynamic/circle-next.gif") no-repeat left bottom;
}
.horizontal a.next-slide.next-disabled {
	background: url("../images/icons/circle-next.gif") no-repeat left top !important;
}
.horizontal a.prev-slide.first, .horizontal a.prev-slide.prev-disabled 
{
	background: url("../images/dynamic/circle-prev.gif") no-repeat left top !important;
}

.vertical a.prev-slide, .vertical a.prev-slide:hover 
{
	background: url("../images/dynamic/circle-prev.gif") no-repeat left bottom;
	margin-left: 11px;
}
.vertical a.next-slide, .vertical a.next-slide:hover 
{
	background: url("../images/dynamic/circle-next.gif") no-repeat left bottom;
}
.vertical a.next-slide.next-disabled {
	background: url("../images/icons/circle-next.gif") no-repeat left top !important;
}
.vertical a.prev-slide.first, .vertical a.prev-slide.prev-disabled 
{
	background: url("../images/dynamic/circle-prev.gif") no-repeat left top !important;
}

#loadingDiv
{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 400;
    background: #000;
    background: rgba(0,0,0,0.8);
}

.offsite {
    position:absolute;
}
.ui-state-error {
  border: 1px solid red !important; 
}

#boxCustomerDetails {
	width:500px;
  overflow: visible !important; }
  #boxCustomerDetails ul {
	   list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible !important; }
  #boxCustomerDetails div.fLeft, #boxCustomerDetails div.fRight {
    margin: 0;
    padding: 0;
    width: 50%; }
  #boxCustomerDetails .fieldsetForm {
    margin: 0;
    padding: 0px;
    border: none; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.reviewReadMoreFull {
    display:none;
    max-height:200px;
    overflow-y:auto;
}