#glidercontent{
	margin:0px 0 5px 0px;
	font-family:Georgia,Century gothic, Arial,Tahoma,sans-serif;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 600px;
	height: 300px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 0px 0px 0px;
	background:url(images/tgb.jpg) repeat-y;
	}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	padding:0px 10px 0px 10px;
	width:570px;
	color:#fff;
	margin:0px 0px;
	height: 230px;
	background:#ec03d9 url(images/minibg.pg) no -repeat;
	overflow:hidden;
	float:left;
}
.glidemeta h2{
	margin:5px 0px 5px 0px;
        padding:5px 0px;
	font-size:18px;
	font-weight:bold;
}
.glidemeta h2 a:link, .glidemeta h2 a:visited{
	color:#fff;
}

.glidemeta{
height: 80px;
width: 580px;
padding:0px 5px 5px 5px;
position:absolute;
background: url(images/balloon.png);
top:164px;
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;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

	height:38px;
	z-index:150;
	width: 600px;
	background: url(images/gtop.jpg);
}
.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 a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	top:6px;
	right:35px;
	position:absolute;
	display:block;
	background:url(images/left.jpg) bottom;
	width:36px;
	height:25px;
}
.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url(images/right.jpg) bottom;
	width:36px;
	height:25px;
	position:absolute;
	top:6px;
	right:5px;
}

#scroller_container{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 960px;
height: 65px; /*Height should enough to fit largest content's height*/
margin: 0px  0px 10px 0px ;
background:#fff;
border-bottom: 5px solid #333;
}

.panel h3{
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size:14px;
	height:18px;
	font-family:Arial;
	overflow:hidden;

}
.panel h3 a:link, .panel h3 a:visited{
	color:#000;
}
.panel {
	
	width: 240px;
	float:left;
	margin: 5px 10px 0px 0px;
	padding:5px 0 0 5px;
	display:inline;
	background:url(images/featl.jpg);
	color:#000;
	font-family:Arial;
}


.panel p{
	margin:0px 0px;
	padding:0 0;
	color:#000;
	font-size:11px;
}

.panel img{
	margin:0px 5px 0px 0px;
	padding:1px 1px;
	float:left;
	background:#fff;
	border:2px solid #333;
}

/* Content Page Template*/

#slideshow .clearfloat {
	margin-left:15px;
        height: 380px;
        }

#slideshow .title
	{
	font:1.5em Arial;
	line-height:1.0em;
	font-weight:bold;
        color:#fff;
        }

#control {
         background-color: #000;
         font-size:15px;
         padding: 3px;
         font-weight:bold;
         margin: 0px 0px 2px 390px;
         position:absolute;
         /*left: 230px;*/
         top: 605px;
         z-index:30;
         }

#control img {
        margin: 0;
        padding: 0;
	}

#control span a {
	/*border-right: 1px solid #ff7c07;*/
        /*border-left: 1px solid #ff7c07;*/
        /*border-top: 1px solid #ff7c07;*/
        /*border-bottom: 1px solid #ff7c07;*/
        margin:2px;
        padding: 5px;
        text-decoration: bold;
        background:url(images/left.png);
        color:#fff;
        }

#control .cntrl {
        background-color: #fff;
        }

#control .cntrl_active {
	background-color:#333;
        }

#control .cntrl_active a {
        background-color: #333;
        color: #fff;
        }

#contentnew {
	width:670px;
	border:1px solid #000;
        margin-bottom: 5px;
        background: transparent;
	float:left;
	}

#feature_1 img, #feature_2 img, #feature_3 img, #feature_4 img, #feature_5 img, #feature_6 img {
	margin:0px 10px 15px 0px;
	border: 3px solid #333;
	float:left;
	}

#feature_1 p, #feature_2 p, #feature_3 p, #feature_4 p, #feature_5 p, #feature_6 p  {
	margin-top: 4px;
        font-size:1.4em;
	}

#fimage {
        width:400px;
        /*height:140px;*/
        }

#fexcerpt {
        padding:40px 6px 5px 6px;
        color:#fff;
	width:210px;
        height:250px;  
        font-size: 1.1em; 
        position:absolute;
        /*left: 200px;*/
	top: 315px;
        z-index:30;
        margin:0px 0px 0px 15px;
        background:#000;
        }