/*styling for horizontal slider*/
.button{width:20px;height:132px;float:left;border:0 solid #666;cursor:pointer;background:url(graphics/buttons.jpg) no-repeat}
#next, #partnernext {
	margin-left:1px;
	background-position:center right;
	margin-right: -20px;
}
#prev, #partnerprev{
	margin-right:1px;
	background-position:center left;
	margin-left: -20px;
}
#mask, #partnermask {
	width:854px;
	height:140px;
	overflow:hidden;
	border:0 solid #666;
	position:relative;
	background-color:#FFF;
	float:left;
	margin-left: 2px;
	margin-right: 0px;
}
#partnermask	{
	height: 112px;
}
#folio, #partnerfolio {
	position:absolute;
	top:0;
	left:0;
	width:3535px;
	float:left;
}

.col {
	display:block;
	width:854px;
	height:140px;
	float:left;
}
#partnermask .col	{
	height: 112px;
}
/* classes for clipping product images to square shape */

.clipwrapper	/* Used for medium product image */{
	position:relative;
	height:298px;
	width: 298px;
	background-color:#333;
}
.clip{
	position:absolute;
	top:0px;
	left:-76px;
	clip:rect(0px 376px 298px 76px);
}

.thumbwrapper	/* Used for class thumbnail */ {
	position:relative;
	height:173px;
	width: 167px;
	margin-bottom: 6px;
}
.thumbclip{
	position:absolute;
	top:0;
	left:-47px;
	clip:rect(5px 214px 172px 47px);
}

.prodthumbwrapper	/* Used for product thumbnail */ {
	position:relative;
	height:112px;
	width: 122px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.prodthumbclip	{
	position:absolute;
	top:0;
	left:-32px;
	clip:rect(4px,148px,115px,32px);
}

 /* Group, class and product avigation bars */
 
 .left {
	margin: 0.2em 0 0.5em 0;
	float:left;
} 
.right {
	margin: 0.5em 0pt 0.5em 0.2em;
	float:right;
}

/* product classes*/

.allthumbs /* container for divs of class thumb */	{
	margin: 0 0 -6px 0;
	width: 610px;
}
.thumb /* container for class image and caption */	{
	color: #633;
	background-color: #FFF;
	border: 0 solid #000000;
	padding: 0;
	font: 11px/1.4em Arial, sans-serif;
	width: 173px;
}
.thumb img {
	border: 1px solid #FFFFFF;
	vertical-align:middle;
	margin-bottom: 1px;
}

.productthumbs /* container for prodthumb class */	{
	margin: 0 0 0 0px;
	width: 854px;
}

/* products */

.prodthumb  /* container for product image and caption */	{
	color: #633;
	background-color: #FFF;
	border: 0 solid #000000;
	margin:0;
	padding: 0;
	font: 11px/1.4em Arial, sans-serif;
	width: 122px;
	height: 140px;
}

.prodthumb img {
	border: 1px solid #FFFFFF;
	vertical-align:middle;
	margin-bottom: 2px;
}
.prodthumb span{display:block}

.allthumbs h4, .thumb h4 {
	background-color: #C9D768;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	margin-right: 6px;
	margin-top: 0px;
}
.productthumbs h4 {
	background-color: #C9D768;
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	margin-right: 6px;
	margin-top: 0px;
	width: 116px;
}

.thumb h4 {
	background-color: #C9D768;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin-right: 6px;
	margin-top: 0px;
}
.allthumbs h4.curr, .prodthumb h4.curr {
	background-color: #A5B630;
}

