.glidecontentwrapper1{
position: relative; /* Do not change this value */
width: 320px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float:left;

}
/*
	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
*/

.glidecontentwrapper1 img
{
  width:300px;
  height:190px;
  float:left;
}


.glidecontent1{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding:3px 3px 0px 0px;
width: 290px;
height:470px;
}
/*
 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. */
float:left; 
top:1px;
left:2px;
padding-bottom:5px;

 /*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)
*/

.glidecontenttoggler1 a{ /*style for every navigational link within toggler */
display:-moz-inline-box;
display: inline-block;
color: #fff;
padding: 0px 5px 0px 5px;
float:left;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
font-family:Arial;
font-size:10px;
font-weight:normal;
}
.glidecontenttoggler1 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #000;
  display:-moz-inline-box;
  display: inline-block;
}
.glidecontenttoggler1 a:hover{background: #E4EFFA;color: black;}
.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;}


.glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 600px;
height:210px;
overflow: hidden;
float:left;
top:3px;
}
/*
	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
*/

.glidecontentwrapper2 img
{

}


.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 600px;
height:210px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

#read_more
{
  float:right;
  margin-right:14px;
}


#read_more a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid #DCDCDD;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
font-family:Arial;
font-size:11px;
font-weight:bold;
background: #E4EFFA;
color:#2e6ab1;
}

#read_more a:hover{
background: #E4EFFA;
color:#ff0000;
}


.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
float:right;

 /*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)
*/

.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid #DCDCDD;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
font-family:Arial;
font-size:11px;
font-weight:bold;
}

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

.glidecontenttoggler2 a:hover{ background: #E4EFFA;color: black;}
.glidecontenttoggler2 a.toc1{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */}
.glidecontenttoggler2 a.prev1, .glidecontenttoggler2 a.next1{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */}
.glidecontenttoggler2 a.prev1:hover, .glidecontenttoggler2 a.next1:hover{background: #1A48A4;color: white;}