/* Product Spotlight
---------------------------------------- */
.glidecontentwrapper {
	position: relative; /* Do not change this value */
	max-width: 758px;
	height: 360px; /* Set height to be able to contain height of largest content shown*/
	overflow:hidden;
}
.glidecontentwrapper p {
	position: absolute; /* Do not change this value */
	text-align:right;
	top:6px;
	right:6px;
}
.glidecontent {
	position: absolute; /* Do not change this value */
	background: blue;
	visibility: hidden;
	width: auto;
}
.glidecontent p a {
	color:#fff;
}
.glidecontent p.blokpak a {
	color: #FFFF00;
	font-size:12px;
	text-align:right;
}
.glidecontent p.drc {
	font-size:2em;
}
.glidecontent {
	background: #333399;
}
#p-select {
	display:inline;
	position:absolute;
	bottom:0;right:0;
	z-index:999;
}
.glidecontenttoggler {
	text-align: center; /*How to align pagination links: "left", "center", or "right"*/
	background: none; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #555;
	padding: 1px 3px;
	margin-right: 3px;
	text-decoration: none;
	background:#fff;
	font-weight:bold;
}
.glidecontenttoggler a.selected {
	background: #003366;
	color: white;
}
.glidecontenttoggler a:hover {
	background: #ff0000;
	color: black;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: #003366;
	color: white;
}