
#glidercontent{
	margin:0px 0 5px 0px;
  font-family:Verdana,Arial,Sans-Serif;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 650px;
	height: 275px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 0px 0px 0px;
	background:url(images/feat_bg.gif);
	}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	padding: 33px 15px 0px 15px;
	width:620px;
	color:#fff;
	margin:0px 0px;
	height: 220px;
	overflow:hidden;
	float:left;
}
.glidemeta h2{
	margin:5px 0px 5px 0px;
	font-size:14px;
	font-weight:bold;
  text-transform: uppercase;
}
.glidemeta h2 a:link, .glidemeta h2 a:visited{
	color:#fff;
  text-transform: uppercase;
}

.glidemeta{
height: 70px;
width: 610px;
padding:0px 5px 5px 5px;
position:absolute;
background: url(images/balloon.png);
top:178px;
line-height:14px;
color: #fff;
font-size:12px;
overflow: hidden;
/*display:none;*/
border-top:1px solid #000;
}

.gnav{ /*style for DIV used to contain toggler links. */
	width: 100px;
	height:50px;
	z-index:150;
	float:right;
	padding-right:25px;
}

.glidecontenthead{ /*style for DIV used to contain toggler links. */
	height:24px;
	z-index:150;
	width: 650px;
	/* background: url(images/gtop.png); */
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler{ /*style for DIV used to contain bottom navigation buttons. */
	height:18px;
  margin-left: 50px;
	z-index:150;
	width: 300px;
}


.glidecontenttoggler a.prev{
	top:1px;
	left:8px;
	position:absolute;
	display:block;
	background:url(images/nav_la.gif) bottom;
	width:22px;
	height:22px;
  z-index: 715;
  opacity:0.4;
  filter:alpha(opacity=40)  
}
.glidecontenttoggler a.next {
	top:1px;
  right:8px;
	float:right;
	display:block;
	background:url(images/nav_ra.gif) bottom;
	width:22px;
	height:22px;
	position:absolute;
  z-index: 715;
  opacity:0.4;
  filter:alpha(opacity=40) 
}
.glidecontenttoggler a.prev:hover {
	top:1px;
	left:8px;
	position:absolute;
	display:block;
	background:url(images/nav_lb.gif) bottom;
	width:22px;
	height:22px
  z-index: 715;
  opacity:0.8;
  filter:alpha(opacity=80)  
}

.glidecontenttoggler a.next:hover{
	top:1px;
	right:8px;  
	float:right;
	display:block;
	background:url(images/nav_rb.gif) bottom;
	width:22px;
	height:22px;
	position:absolute;
  z-index: 715;
  opacity:0.8;
  filter:alpha(opacity=80) 

}

#myslides{

background:#000 url(images/mslid.jpg) repeat-x;
width: 650px;
height:165px;
margin-bottom:5px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 554px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
margin: 0px 48px 5px 48px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px 10px ; /*margin around each panel*/
width:130px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#0e1829;
height:130px;
border:1px solid #1d2c44;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Verdana,Arial,Sans-Serif;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#0E1829; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 5px 5px; /*margin around each panel*/
padding:0px 0px;
}

.single{
	width: 640px;
	margin: 0px 15px 20px 6px;
	padding:0px 0 0 0;
	background:url(images/content_bg.gif);
	color:#000;
  font-family:Verdana,Arial,Sans-Serif;
}

.single h2 {
  background:url(images/page_head.gif);
  width: 620px;
	margin: 0px 0 0px 0;
	padding: 2px 0px 0px 20px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	font-weight:normal;
	}

.single h2 a, .single h2 a:link, .single h2 a:visited  {
	color: #000;
	overflow:hidden;
	background-color: transparent;
	}
.single h2 a:hover  {
	color: #000;
	background-color: transparent;
	}

.data{
  background:url(images/page_data.gif);
	margin: 0px 0 0px 0;
	padding: 4px 0px 0px 20px;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
	line-height:14px;
	color:#444;
  height:22px;
}

.content_bottom{
  background:url(images/content_bottom.gif);
  height:23px;
  width:620px;
	margin: 80px 0 0px 0;
	padding: 4px 0px 3px 20px;
	text-align: left;
	font-size: 10px;
	overflow:hidden;
	line-height:14px;
	color:#000;  
  
}

.sentry a:link,
.sentry a:visited {
	color: #000;
	background-color: transparent;
  text-decoration:underline;
  font-weight: bold;
}

.sentry a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
  text-decoration:underline;
}
.sentry{
	margin: 0 0;
	padding: 0px 0px;
}
.sentry p{
	margin: 0px 0;
	padding: 0px 10px;
	font-size:13px;
	color:#000;

	}
.single img{
	float:left;
	margin: 2px 5px 5px 0px;
	padding: 2px 2px;
	border:1px solid #000;
	background:#000;

}
.cover{
	margin: 0 0;

	}
.spostinfo{
	
	padding:5px 5px 10px 10px;
	margin:5px 0;
}	

.category{
	padding:2px 5px 0px 25px;
	margin:0px 0px;
	background:url(images/cat.png) no-repeat;
}

.category a:link,.category a:visited{
	color:#A06933;

}