/* @override 
	http://offdesign:8888/assets/css/featuredcontentglider.css
	http://offlineshop:8888/assets/css/featuredcontentglider.css
	http://muepitesz:8888/assets/css/featuredcontentglider.css
*/

.glidecontentwrapper{
position: relative; /* Do not change this value */
height:310px; 
overflow: hidden;
margin: 10px 0;
width: 776px;
height: 250px;
} 
/*
	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 */
background: white;
visibility: visible;
width: 776px;
height:250px; 
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent img{
	display: block;
	float: left;
	margin-right: 5px;
	padding:  0;
	border:  none;
}

.glidecontent div.text{
	background: #1b8ea1;
	font-size: 11px;
	color: white;
	overflow: hidden;
	height: 250px;
	text-align: justify;
}

.glidecontent div.text h3{
	font-size: 22px;
	line-height: 20px;
	padding: 20px 10px 20px 20px;
	font-weight: normal;
	margin: 0px;
	color: white;
	text-transform: none;
	text-align: left;
}

.glidecontent div.text p{
	padding: 10px 10px 50px 10px;
	line-height: 16px;
	font-size: 11px;
}

.glidecontent div.text a{
	display: block;
	position: absolute;
	width: 100px;
	top: 200px;
	text-indent: -3000px;
	right: 10px;
	height: 43px;
	background:  url(/assets/images/glide_more.gif) no-repeat right top ;

}

.glidecontent div.text a:hover{
	background-position: right bottom;
}
div.text p{
	line-height: 12px;
	font-size: 12px;
	margin: 5px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 200px;
margin-right: 5px;
position: absolute;
top:  5px;
left:  5px;
z-index:  1000;
text-align: left; /*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;
background: #111;
border: 1px solid #333;
width: 15px;
text-align: center;
display: inline-block;
color: #777;
padding: 1px 3px;
margin-right: 3px;
text-decoration: none;
	font:  bold 12px/15px Arial;
}

.glidecontenttoggler a.selected:hover,
.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #ffffff;
}

.glidecontenttoggler a:hover{
color: #999;
}


