* {
	margin:0;
	padding:0;
}

ul, ol {
	list-style: none;
}



/* product page 
----------------------------------------------------------------------------*/

p{
	font:normal 11pt/16pt Calibri, "Helvetica Neue", Arial, verdana, sans-serif;
	color:#666;
}
.prod-nav {
	position: relative;
	float: left;
	width: 520px;
	height: 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e2e2e2;
}

.prod-nav2 {
	position: relative;
	float: left;
	width:750px;
	height: 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e2e2e2;
}
button {
	outline: none;
}

#prod-prev,
#prod-next {
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/products/carousel/buttons.png) no-repeat 0 0;
	position: absolute;
	outline: none;
	top: -25px;
}

#prod-prev {
	background-position: -66px 0;
	left: 2px;
}

#prod-next {
	right: 0px;
	background-position: 0 0;
}

.prod-nav #prod-prev.disabled {
	background-position:-99px 0;
	cursor: default;
}

.prod-nav #prod-next.disabled {
	background-position: -33px 0;
	cursor: default;
}


.prod-nav ul {
	padding: 12px 0 0 0;
	position: relative;
	float: left;
	left: 50%;
	margin: 0 auto;
}

.prod-nav li {
	float: left;
	width: 9px;
	position: relative;
	right: 50%;
	margin: 0 3px;
}

.prod-nav a {
	display: block;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	background: url(../images/products/carousel/dots.png) no-repeat 0 0;
	outline: none;
}

.prod-nav a.showing {
	background-position: 0 -9px;
}

.cp-screens {
	padding: 0 0 7px 0px;
	
}

.cp-screens li {
	padding-top: 27px;
}

.cp-screens img {
	float: none;
	margin-right: 0px;
}

.cp-screens .descriptor {
	float: left;
	width: 160px;
	margin-left: 20px;
}
.prod-na2v #prod-prev.disabled {
	background-position:-99px 0;
	cursor: default;
}

.prod-nav2 #prod-next.disabled {
	background-position: -33px 0;
	cursor: default;
}


.prod-nav2 ul {
	padding: 12px 0 0 0;
	position: relative;
	float: left;
	left: 50%;
	margin: 0 auto;
}

.prod-nav2 li {
	float: left;
	width: 9px;
	position: relative;
	right: 50%;
	margin: 0 3px;
}

.prod-nav2 a {
	display: block;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	background: url(../images/products/carousel/dots.png) no-repeat 0 0;
	outline: none;
}

.prod-nav2 a.showing {
	background-position: 0 -9px;
