.glidecontentouterwrapper1{
    position: relative; /* Do not change this value */
    width: 630px;
    height: 220px; /* Set height to be able to contain height of largest content shown*/
    border: 1px solid #e5e5e5;
    padding: 0 5px 0 0;
    margin: 14px 0 3px 0;

}

.glidecontentwrapper1{
    position: relative; /* Do not change this value */
    width: 630px;
    height: 220px; /* Set height to be able to contain height of largest content shown*/

    line-height: 15px;
    font-size: 11px;
    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
*/


.glidecontent1{ /*style for each glide content DIV within wrapper.*/
    position: absolute; /* Do not change this value */    
    background: white;
    visibility: hidden;
    width: 630px;
}

#container #content #col1 .glidecontent1 h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#container #content #col1 .glidecontent1 h2 a {
	color:Black;
}

#container #content #col1 .glidecontent1 .pic1 {
	float: left;
	background-color: #dfefef;
	width: 426px;
	height: 220px;
}
#container #content #col1 .glidecontent1 #description {
	float: right;
	width: 181px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler1{ /*style for DIV used to contain toggler links. */
    /*width: 644px;*/
    text-align: left; /*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*/
    left:440px;
    bottom: 5px;
    position:absolute;
    z-index:1000;    
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler1 a{ /*style for every navigational link within toggler */
    /*
    display: -moz-inline-box;
    display: inline-block;
*/
    padding: 3px 8px;   
    color: #c32021;
	background-color: #e9e9e9;
	line-height: 23px;
	text-decoration: none;	
}

.glidecontenttoggler1 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: #ffffff !important;
	background-color: #c32021 !important;
}

.glidecontenttoggler1 a:hover{
	color: #ffffff !important;
	background-color: #c32021 !important;
}

.glidecontenttoggler1 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler1 a.prev, .glidecontenttoggler1 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler1 a.prev:hover, .glidecontenttoggler1 a.next:hover{
    background: #1A48A4;
    color: white;
}

/*Glider 2*/

.glidecontentouterwrapper2 {
	background-color: #efefef;
	margin: 0;
	padding: 5px;
	height:400px;
	position:relative;
}

.glidecontentwrapper2{
    position: relative; /* Do not change this value */
    width: 282px;
    height: 353px;
    padding: 0 5px 0 0;
    line-height: 15px;
    font-size: 11px;
    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
*/


.glidecontent2{ /*style for each glide content DIV within wrapper.*/
    position: absolute; /* Do not change this value */    
    background: #efefef;
    visibility: hidden;
    width: 280px;
}

#container #content #col1 .glidecontent2 h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#container #content #col1 .glidecontent2 h2 a {
	color:Black;
}

#container #content #col1 .glidecontent2 .pic1 {
	float: left;
	background-color: #dfefef;
	width: 280px;
	height: 220px;
}
#container #content #col1 .glidecontent2 #description {
	font-size: 11px;
	line-height: 18px;
	height: 153px;
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
    width: 280px;
    text-align: left; /*How to align pagination links: "left", "center", or "right" */
    position: absolute;
    /*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)
*/

.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
    padding: 3px 8px;   
    color: #c32021;
	background-color: #e9e9e9;
	line-height: 23px;
	text-decoration: none;	
}

.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: #ffffff !important;
	background-color: #c32021 !important;
}

.glidecontenttoggler2 a:hover{
	color: #ffffff !important;
	background-color: #c32021 !important;
}

.glidecontenttoggler2 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler2 a.prev, .glidecontenttoggler1 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler2 a.prev:hover, .glidecontenttoggler1 a.next:hover{
    background: #1A48A4;
    color: white;
}
