.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 230px;
height: 160px; /* Set height to be able to contain height of largest content shown*/
border: 10px solid #f5f5f5;
overflow: hidden;
padding-bottom:10px;
border-top:none;


}
/*
	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:#;
padding: 10px;
visibility: hidden;
width: 210px;
color:#111;	background-image: url(../images/wood-bg1.jpg);
background-repeat: repeat-x;
background-color:#fff;


}
/*
 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: 230px;
	margin-top: 2px;
	background-color:#;
	padding:4px;
	visibility:hidden;
	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;
border: 1px solid black;
color: #666;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
background-color:#111;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

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

.glidecontenttoggler a:hover{

}

.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! */



}

.tm img{
width:50px;
padding:2px;
border:1px solid #f5f5f5;
margin-right:5px;

}
.tm-description{

color:#666;

}
.glidecontent a{
text-decoration:none;
color:#003399;
font-size:11px;


}

.glidecontent h3,
.glidecontent p
{
margin:0px;
padding:0px;
font-size:11px;
background-color:#fff;

}

.cn{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	font-style: italic;
	color:#333;

}
.tm-url{
text-align:right;
font-size:11px;

}

.tm small{
font-size:10px;
color:#666;


}


.tm-single{
	
	background-color:#fff;



	}
	
.tm-single p{

	font-size:12px;


	}
	
.tm-single img{
	
width:50px;
padding:2px;
border:1px solid #eee;
margin-right:5px;
background-color:#fff;



	}
.post-tm {
	margin: 0 0 0px;
	background-color:#f5f5f5;
	padding:10px;
	border-bottom:10px solid #fff;	



	}	
