﻿.glidecontentwrapper_b{
position: relative; /* Do not change this value */
width: 290px;
height: 135px; /* Set height to be able to contain height of largest content shown*/
border: none;
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
*/


.glidecontent_b{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background-color: #EAE6FF;
padding-top : 10px;
/*padding-left: 5px;*/
visibility: hidden;
width: 285px;
/*background-image:url(../images/NewMorbiber/cerceve/mor-inner-middle-center.jpg);*/
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler_b{ /*style for DIV used to contain toggler links. */
width: 285px;
margin-bottom: 10px;
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*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler_b a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: none;
color: #682F72;
padding-left: 0px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
font-family : Trebuchet MS;
}

.glidecontenttoggler_b a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-color: #EAE6FF;
color: #FF6600;
}

.glidecontenttoggler_b a:hover{
background-color: #EAE6FF;
color:#FF6600;
}

