#video_box {	
	background:#CCECF5 none repeat scroll 0 0;
	float:left;
	height:312px;
	margin:20px 0 0 30px;
	width:561px;
}
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	background:#fff none repeat scroll 0 0;
	height:312px;
	width:561px;
	overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background:#CCECF5;
	visibility: hidden;
	width: 541px;
}
/*
 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. */
	background:transparent url(../images/select_slide.jpg) no-repeat scroll 0 0;
	float:right;
	height:54px;
	text-align:center;
	width:115px;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	color:#77DFFC;
	display:inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:50px;
	margin-right:3px;
	padding:1px 3px;
	text-decoration:none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: #00A1CC;
	background: url(../images/arrow_selected.jpg) no-repeat top left;
}

.glidecontenttoggler a:hover{
	background: url(../images/arrow_selected.jpg) no-repeat top left;
	color: #00A1CC;
}

.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! */
	display:none;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	display:none;
}
