.ZenphotoPress_badge {
padding: 0;
margin:0;
line-height:0;
height:300px;

}
.ZenphotoPress_shortcode {
padding: 0;
margin:0;
line-height:0;
height:300px;
width:660px;
}


.glidecontentwrapper{
position: absolute; /* Do not change this value */
width: 660px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
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 { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0;
margin:0;
visibility: hidden;
width: 660px;
background-color:#FFFFFF;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttogglercontainer {
position:absolute;
width:660px;

}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
position:relative;
left:-5px;
margin:0;
padding:0;
text-align: left; /*How to align pagination links: "left", "center", or "right"  */
/* background-color:#FFFFFF;  always declare an explicit background color for fade effect to properly render in IE */
border:0px solid #cccccc;
width: 100%;
border:0px solid #cccccc;
float:left;
height:30px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
.glidecontenttogglerspacer { /*set this to the same height as .glidecontenttoggler */
	height:38px;
	margin:0;
	padding:0;
	border:0px solid #cccccc;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
background-repeat:no-repeat;
background-position: 5px 10px;
background-image:url(http://evidencedesign.com/core/wp-content/themes/evidence-design/img/nav-dot-i.gif);

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image:url(http://evidencedesign.com/core/wp-content/themes/evidence-design/img/nav-dot-a.gif);

}

.glidecontenttoggler a:hover{
background-image:url(http://evidencedesign.com/core/wp-content/themes/evidence-design/img/nav-dot-o.gif);

}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
display: -moz-inline-box;
display: inline-block;
border: 0px solid #999999;
color: #333333;
padding:10px 5px 10px 5px;
margin:0;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position: 500px 500px;

}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position: 500px 500px;
}
.glidecontentnavigation {
position: relative;
display:none;
right: 0;
float:right;
margin:0;
padding:0;
top:-26px;
height:20px;
text-align: right; /*How to align pagination links: "left", "center", or "right"  */
background-color:#FFFFFF; /*always declare an explicit background color for fade effect to properly render in IE */
border:0px solid #cccccc;
 clear: both;

}
