.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 730px;
	height: 360px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-left: 5px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 0px;
	visibility: hidden;
	width: 730px;
	height:360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 722px;
	margin-top: 6px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
	margin-left: 15px;
	margin-bottom: 20px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	color: #2e6ab1;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	height: 34px;
	width: 165px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	float: left;
	background-image: url(/images/btnintroUp.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	margin-top: 5px;
	line-height: 13px;
	font-variant: normal !important;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: black;
	background-image: url(/images/btnintroOver.jpg);
	background-repeat: repeat-x;
}

.glidecontenttoggler a:hover{
	color: black;
	background-image: url(/images/btnintroOver.jpg);
	background-repeat: repeat-x;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	color: white;
}
#outerWrapper #contentWrapper #central #p-select .prev {
	background-image: url(/images/prev.jpg);
	background-repeat: no-repeat;
	margin-left: 254px;
	width: 90px;
	height: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-color: #FC0;
}
.foto    {
	margin-top: 20px;
}
#outerWrapper #contentWrapper #central #p-select .next {
	background-image: url(/images/next.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	width: 90px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-color: #FC0;
	background-position: 85px;
}
