.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 220px;
height: 330px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	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 */
padding: 0px;
visibility: hidden;
width: 220px;
margin:0px;
background:url(../images/bg-drop.jpg) top left no-repeat;
}
/*
 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: 60px;
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*/
}
/*
 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;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: black;
}

.glidecontenttoggler a:hover{
color: black;
}

.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;
}
.prev{ 
	position:relative;
	float:left;
	text-align:left;
	margin:0px 0px 341px 42px;
	padding:0px;
}
.next{ 
	position:relative;
	float:left;
	text-align:left;
	margin:0px 0px 0px 42px;
	padding:0px;
}
.txt-title{
	color:#666666;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.txt-cont-box{
	position:relative;
	float:left;
	text-align:left;
	width:750px;
	margin:0px 0px 0px 2px;
	padding:0px;
	overflow:hidden;
	text-align:justify;
}
.txt-cont{
	color:#666666;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-indent:-64px;
	text-align:justify;
}
.txt-cont2{
	color:#666666;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.txt-cont3{
	color:#666666;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
}
.txt-cont a, .txt-cont2 a, .txt-cont a:hover, .txt-cont2 a:hover, .ppbox2 a, .ppbox2 a:hover{
	color:#666666;
	text-decoration:none;
}
.txt-red{
	color:#800000;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.txt-red a, .txt-red a:hover{
	color:#800000;
	text-decoration:none;
}
.content-box{
	position:relative;
	float:left;
	display:inline;
	padding:0px;
	margin:37px 0px 0px 28px;
	height:330px;
	width:220px;
	z-index:89;
}
.content-box2{
	position:absolute;
	padding:0px;
	margin:5px 0px 0px 0px;
	width:250px;
	height:390px;
	z-index:88;
	left:600px;
}
.thumbs-cont{
	position:relative;
	float:left;
	display:inline;
	background:url(../images/bg-tn.png) top left no-repeat;
	width:230px;
	height:165px;
	padding:2px 0px 0px 3px;
	margin:0px 0px 0px 0px;
	text-align:left;
}


