@charset "UTF-8";


/* ****************************** */
/* PRODUCT SCROLLER */

/* Navigation */

#ps-navigation {
	left: 0;
	position: absolute;
	top: 0;
	width: 920px;
}
#ps-navigation li {
	clear: both;
	float: left;
	list-style: none;
}
#ps-nav-prev a, #ps-nav-next a {
	cursor: default;
	display: block;
	height: 89px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 77px;
	width: 45px;
}
#ps-nav-prev a {
	background: url('../images/arrow-prev.png');
	left: -55px;
}
#ps-nav-next a {
	background: url('../images/arrow-next.png');
	left: 930px;
	top: 0;
}
html > body #ps-nav-next a {
	top: 77px;
}
.opacity80 {
	opacity: .80;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
}

/* Scroller */

#product-scroller {
	background: url('../images/ps-bg.jpg') top left no-repeat;
	height: 240px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	width: 920px;
}
#ps-container {
	height: 223px;
	left: 9px;
	overflow: hidden;
	position: relative;
	top: 9px;
	width: 902px;
}
#ps-container ul {
	width: 1920px;
}
#ps-container li {
	float: left;
	list-style: none;
	margin-right: 4px;
}
#ps-buttons li a {
	background: url('../images/ps-button-bg.png') bottom left no-repeat;
	display: block;
	height: 190px;
	padding-top: 33px;
	text-align: center;
	width: 298px;
}
#ps-buttons a:hover {
	background: url('../images/ps-button-bg-over.png') bottom left no-repeat;
}
#ps-buttons li.active a, #ps-buttons li.active a:hover {
	background: url('../images/ps-button-bg-active.png') bottom left no-repeat;
}


/* ****************************** */
/* PRODUCT INFORMATION */

#product-information {
	background: url('../images/pi-bg.jpg');
	font-size: 1.1em;
	margin: 0 auto;
	height: 308px;
	width: 914px;
}
#product-information h3 {
	color: #ffacdb;
	font-weight: bold;
}
#pi-product, #pi-description, #pi-thumbnails, #pi-photo {
	float: left;
	overflow: hidden;
}
#pi-summary, #pi-description {
	line-height: 1.4;
}
#pi-product {
	height: 258px;
	padding: 25px 20px 25px 25px;
	width: 215px;
}
#pi-logo {
	margin-bottom: 10px;
	text-align: center;
}
#pi-description {
	height: 252px;
	padding: 28px 19px 28px 23px;
	width: 193px;
}
#pi-description p {
	margin-bottom: 10px;
}
#pi-thumbnails {
	height: 282px;
	padding: 26px 25px 0 21px;
	width: 70px;
}
#pi-thumbnails p {
	background: #999;
	height: 77px;
	margin-bottom: 13px;
	width: 77px;
}
#pi-photo {
	height: 298px;
	padding: 5px;
	width: 293px;
}
#pi-photo p {
	height: 298px;
}