.defilecontentwrapper{
	position: absolute;
	width: 503px;
	background-color: transparent;
	height: 170px;
	overflow: hidden;
	right:0;
	clear:both;
}
/*
	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
*/


.defilecontent{ /*style for each defile content DIV within wrapper.*/
	position: absolute;
}
/*
 Total defilecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.defilecontenttoggler{ /*style for DIV used to contain toggler links. */
	 /*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*/
	padding-top:173px;
	float: left;
	width:503px;	
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.defilecontenttoggler a{ /*style for every navigational link within toggler */
	margin:2px;
	display:inline-block;
	padding:2px;
}

.defilecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background:transparent url(../images/gallery_li_hover.png) no-repeat left top;
}

.defilecontenttoggler a:hover{
	background:transparent url(../images/gallery_li_hover.png) no-repeat left top;
}

.defilecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.defilecontenttoggler a.prev, .defilecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.defilecontenttoggler a.prev:hover, .defilecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
