.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 322px;
	height: 270px;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/*
	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;
	padding: 0px;
	visibility: hidden;
	width: 320px;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler, .vgallerytoggler { /*style for DIV used to contain toggler links. */
	width: auto;
	margin-top: 0px;
	text-align: right; /*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*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a, .vgallerytoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #333333;
	color: #000000;
	margin-right: 1px;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 1px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.glidecontenttoggler a.selected, .vgallerytoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	color: #FFFFFF;
	background-color: #996633;
}

.glidecontenttoggler a:hover, .vgallerytoggler a:hover{
	color: #FFFFFF;
	background-color: #996633;
}

.glidecontenttoggler a.toc, .vgallerytoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next, .vgallerytoggler a.prev, .vgallerytoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover, .vgallerytoggler a.prev:hover, .vgallerytoggler a.next:hover {
	color: white;
	background-color: #996633;
}

.glidecontenttext
{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 21px;
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 0px;
	padding-top: 2px;
	display: block;
}
.vgallerytitle {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	z-index: 100;
	clear: both;
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
	background-image: url(../images/home-gallery-title-bg.png);
	background-repeat: repeat;
	background-position: center center;
}
.vgallerywrapper {
	position: relative; /* Do not change this value */
	width: 427px;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 240px;
}
.vgalleryslide {
	position: absolute;
	padding: 0px;
	visibility: hidden;
	width: 426px;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	height: auto;
}
