.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 269px;
height: 162px; /* Set height to be able to contain height of largest content shown*/

overflow: hidden;
margin:0 0 0 0;
border-radius:17px;

<div id="canadaprovinces" class="glidecontentwrapper">

<div class="glidecontent" style="height: 140px; visibility: visible; z-index: 106; top: 0px; ">
<img src="http://i11.tinypic.com/8efzmmf.jpg" style="float: left; padding: 5px; height:95px; width:110px;">
<p>British Columbia is the westernmost of Canada's provinces and is famed for its natural beauty. It's capital is Victoria, located at the southeastern tip of Vancouver Island. BC's most populous city is Vancouver, located in southwest corner of the BC mainland called the Lower Mainland. </p>
</div>

<div class="glidecontent" style="height: 140px; visibility: visible; z-index: 104; top: 0px; ">
<img src="http://i15.tinypic.com/72vilba.jpg" style="float: left; padding: 5px; height:95px; width:110px;">
Ontario is a province located in the central part of Canada, the largest by population and second largest, after Quebec in total area. Toronto, the capital of Ontario, is the centre of Canada's financial services and banking industry.
</div>

<div class="glidecontent" style="height: 140px; visibility: visible; z-index: 105; top: 0px; ">
<img src="http://i17.tinypic.com/8bg0lkx.jpg" style="float: left; padding: 5px; height:95px; width:110px;">
Yukon, still commonly referred to as "The Yukon Territory", is the westernmost of Canada's three northern territories. The Yukon's major appeal is its nearly pristine nature. Tourism relies heavily on this and there are many organised outfitters and guides available to hunters and anglers and nature lovers of all sorts.
</div>

</div>
}
/*
	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 */
margin-top:15px;
padding: 10px;
visibility: hidden;
width: 240px;
border-radius:17px;
}
/*
 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: 360px;
margin-top:-227px;
text-align: center;
margin-bottom:168px; /*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;

color: #425a81;
padding: 1px 3px;
margin-right: 3px;
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! */
}
 /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
.glidecontenttoggler a.prev_convocatoria{
	margin: -7px 5px 0 0;
	width:18px;
	
	background-repeat:no-repeat;
	height:19px;
}
.glidecontenttoggler a.next_convocatoria{
	margin:-25px -107px 0 0;
	width:30px;
	width:18px;
	
	background-repeat:no-repeat;
	height:19px;
}
.glidecontenttoggler a.prev_convocatoria:hover{
	background-color:transparent;
	text-decoration:none;
	color: white;
}
.glidecontenttoggler a.next_convocatoria:hover{
	background-color:transparent;
	text-decoration:none;
	color: white;
}
.fondo_convocatorias{
	background-image:url(images/backgrounds/fondo_convocatorias.png);
	background-repeat:no-repeat;
	width:270px;
	height:145px;
	float:left;
}