#slider {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
.scroll {
	height: 450px;
	width: 384px;
	overflow: auto;
	/*overflow-x: hidden;*/
	position: relative;
	clear: left;
	background: #FFFFFF url(/images/content_pane-gradient.gif) repeat-x scroll left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BBDE8B;
	padding-top: 12px;
}
.thumbimages img  {
	float: right;
	margin-left: 6px;
}
.scrollContainer div.panel {
	padding: 0px;
	height: 300px;
	width: 384px;
}
#shade {
    background: #EDEDEC url(/images/shade.jpg) no-repeat 0 0;
    height: 50px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}
ul.navigation li {
    display: inline;
    margin-right: 9px;
}
ul.navigation a {
	color: #8B6944;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}
ul.navigation a:hover {
    background-color: #f6f6f6;
}
ul.navigation a.selected {
	background-color: #BBDE8B;
	color: #4C5B39;
	background-image: url(/images/tabcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -20px;
}
.scrollButtons.right {
    right: -20px;
}
.hide {
    display: none;
}
#productinfotable {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#productinfotable td {
	font-weight: bold;
	color: #8A6846;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#productinfotable2 {
	padding: 0px;
	float: left;
}
#productinfotable2 img {
	margin-left: 15px;
}
#productinfotable2 td {
	font-size: 11px;
	text-transform: uppercase;
	color: #C07F4D;
}
#productinfotable2 h4{
	background-image: url(/images/notsureofsize.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 132px;
	margin-bottom: 7px;
}
#productinfotable3 {
	padding: 10px;
	float: left;
}
.scrollContainer  p {
	font-size: 12px;
}
#productinfotable3 a {
	background-image: url(/images/addtocart.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 60px;
	height: 39px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 30px;
	text-transform: uppercase;
	letter-spacing: .15em;
}
#productinfotable #selectsize {
	width: 130px;
}
#otherproducts {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0E392;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#otherproducts h3 {
	background-image: url(/images/oooh.jpg);
	text-indent: -9999px;
	height: 52px;
	width: 367px;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 6px;
	margin: 0px;
}
#otherproducts h2 {
	padding-bottom: 12px;
}

