.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 775px;
	height: 324px;
	overflow: hidden;
	background-color: #4B4B4B;
}
/*
	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;
	visibility: hidden;
	width: 775px;
	background-color: #4B4B4B;
}
.glidecontent .slide-details {
	float: left;
}
/*
 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: 593px;
	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*/
	background-color: #4B4B4B;
	padding-bottom: 10px;
	padding-top: 1px;
}
.glidecontenttoggler ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.glidecontenttoggler ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 19px;
}
/*
 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 */
	display: -moz-inline-box;
	display: inline-block;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	background-image: url(../images/dot_passive.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.glidecontenttoggler a.toc.selected {
	background-image: url(../images/dot_active.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
#clients {
	background-color: #4B4B4B;
}
.slide-details {
	width:152px;
	float:right;
	height: 290px;
	padding: 15px;
}
.slide-details h2 {
	margin:0;
	font-size: 12px;
	color: orange;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.glidecontent .slide-thumbnail {
	width:578px;
	float:left;
	height: 290px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.description .addToolTip {
	text-transform: uppercase;
}
.visit {
	color: #09C;
}
.visit a:link,
.visit a:visited,
.visit a:hover,
.visit a:active {
	font-size: 9px;
	text-transform: none;
	color: #CCC;
}
.visit .addToolTip {
	text-transform: none;
	font-size: 9px;
}

