/* Product Spotlight
---------------------------------------- */
.glidecontentwrapper {
	position: relative; /* Do not change this value */
	max-width: 616px;
	height: 510px; /* Set height to be able to contain height of largest content shown*/
	overflow:hidden;
	background: url(/portfolio/images/slide-show-bg.jpg) no-repeat;
}
.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:#CCCCCC;
	visibility: hidden;
	width: auto;
}
.glidecontent p a {
	color:#c7b299;
}
.glidecontent p a:hover {
	color:#988675;
	text-decoration:underline;
}
.glidecontent {
	background: #333399;
}
#p-select {
	display:inline;
	position:absolute;
	bottom:0;left: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*/
	margin-top:16px;
	margin-right:10px;
}
.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #736257;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 2px 6px;
	margin-right: 3px;
	text-decoration: none;
	background: #362f2d;
	color: #fff;
	font-weight:bold;
	font-size:12px;
}
.glidecontenttoggler a.selected {
	background: #736257;
	color: #fff;
}
.glidecontenttoggler a:hover {
	background: #736257;
	color: #362f2d;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: #736257;
	color: #fff;
}
.glidecontent p.description {
	color:#fff;
	font-size:12px;
	text-align:left;
	overflow:auto;
	width:580px;
	height:64px;
	margin:408px 6px 2px 0px;
}