.glidecontentwrapper{
	position: relative;
	width: 630px;
	height: 300px;
	border: 7px solid #0B5980;
	overflow: hidden;
	/*background-image: url(../images/bg_headlines.gif);*/
	background-repeat: repeat-x;
	background-color: #FFFFFF;


}
/*
	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 */
	/*background-image: url(../images/bg_headlines.gif);*/
	background-repeat: repeat-x;
	background-color:#FFFFFF;
padding: 10px;
visibility: hidden;
width: 610px;
	height: 300px;

}

.glidecontent .pict {

	
padding:5px ;
margin:0px 0px 0px 0px ;
border:1px solid #006699;
}

.glidecontent #dateglide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding:0px 0px 0px 340px ;

}
.glidecontent #subtitleglide {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
	font-size: 12px;
	color: #0B5980;

		LINE-HEIGHT: 120%;
	padding:0px 0px 0px 340px ;

}


.glidecontent #titleglide {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
	font-size: 20px;
	color: #006699;

		LINE-HEIGHT: 120%;
	padding:0px 0px 10px 340px ;

}






.glidecontent #title A:link {
	COLOR: #006699; 
	TEXT-DECORATION: none;
	
		
}
.glidecontent #title A:visited {
	COLOR: #006699; 
	TEXT-DECORATION: none;
		
		
}
.glidecontent #title  A:hover {
	COLOR: #003366;
	
	TEXT-DECORATION: underline;


}

.glidecontent #contentglide {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
	font-size: 12px;
	color: #333333;
	background-color:#FFFFFF;
		LINE-HEIGHT: 130%;
	padding:0px 0px 10px 340px ;

}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{
	width: 634px;
	padding :12px 10px 10px 0px;
	text-align: right;
	background-image: url(../../../images/bg_headlines1.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
color:#003366;

/*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{
display: -moz-inline-box;
display: inline-block;
	border: 1px solid #99CCFF;
	padding: 3px 8px 3px 8px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../../images/bg_headlines2.gif);
color:#003366;

}





.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #cccccc;
	background-image: url(../../../images/bg_tabs.gif);
color:#003366;
	text-decoration: none;
}

.glidecontenttoggler a:hover{
background: #cccccc;
	background-image: url(../../../images/bg_tabs.gif);
color:#003366;
	text-decoration: none;
}

.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{
background: #cccccc;
	background-image: url(../../../images/bg_tabs.gif);
color:#003366;
	text-decoration: none;
}
















/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 820px;
text-align: right;
padding: 2px ;
margin: 2px 0px 5px 0px;
}




.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/

padding: 0px 5px 0px 5px;
text-decoration: none;
border: 1px solid #ffffff;
color: #003366;
font-size:14px;
font-weight:bold;
background-color: #99CCFF;
font-family:verdana;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #ffffff;
background-color: #999999;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle1 .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}













.paginationstyle1{ /*Style for demo pagination divs*/
width: 820px;
text-align: right;
padding: 2px 0;
margin: 2px 0px 5px 0px;
}




.paginationstyle1 select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle1 a{ /*Pagination links style*/
padding: 0px 5px 0px 5px;
text-decoration: none;
border: 1px solid #666666;
color: #333333;
background-color: #CCCCCC;
font-size:14px;
font-weight:bold;
font-family:verdana;
}

.paginationstyle1 a:hover, .paginationstyle a.selected{
color: #ffffff;
background-color: #999999;
}

.paginationstyle1 a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle1 a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle1 a.imglinks a:hover{
background: none;
}

.paginationstyle1 .flatview a:hover, .paginationstyle1 .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}


