.glidemain{
	width: 100%;
}

.glidecontentwrapper{
	float: left;
	top: 0;
	margin: 0 0 0 0;
	position: relative; /* Do not change this value */
	width: 600px;
	height: 180px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	border:1px dashed #ccc;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 10px;
	visibility: hidden;
	width: 95%;
	text-align:left;

}
.glidecontentimage {
	float:right;
	text-align:right:
}
.glidecontenttext {
	float:left;
	width:50%;

}

/*--------------------------*/

div.demo  {
	float:right;
	width: 275px;
	height: 156px;
        background: #f6f2da; 
	padding: 12px 12px 12px 12px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	text-align: center; /*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*/
	position:relative;
	margin:5px 5px 5px 5px;
	padding:0 0 0 0;
	left:0;
	top:0;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 3px solid #fff;
margin-right: 3px;
margin-bottom: 6px;
background-color:#fff;
padding:0 7px 7px 0;
}

.glidecontenttoggler a:hover{
width:  32px;
height: 32px;
border: 3px solid #eee;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
width:  32px;
height: 32px;
border: 3px solid orange;
color: black;
}

.glidecontenttoggler .toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
width:  32px;
height: 32px;

}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
width:  32px;
height: 32px;
background-color:#fcfcfc;
border: 3px solid #fff;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
width:  32px;
height: 32px;
background-color:#fcfcfc;
border: 3px solid #ddd;
}