.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 414px;
height: 272px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
background-color: #ffffff; 
}
/*
	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: 0px;
visibility: hidden;
width: 414px;
}
/*
 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: 414px;
margin-top: 6px;
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 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px outset grey;
color: #aaaaaa;
padding: 0px 0px;
margin-right: 1px;
width:28px;
text-decoration: none;
background: white;
}

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

.glidecontenttoggler a:hover{
background: #EFEFEF;
color: red;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #EFEFEF;
color: red;
}

/**/

.shadebuts{
height: 27px;
padding: 0;
margin: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: url() top left repeat-x;
border: 0px solid;
}

.shadebuts div {
height: 27px;
text-decoration: none;
padding: 0px;
margin: 0px;
background: url(../../cart/images/bevel_bg.gif) repeat-x left -2px;
text-align: center;
font: 12px/25px Verdana;
}

.shadebuts a div  {
font: 12px/24px Tahoma,Verdana;
color: #888888;
}

.shadebuts a:hover div {
text-decoration: none;
color: #ff0000;
background: url(../cart/images/bevel_bg_active8a.gif) top left repeat-x;
position: relative;
top: 0px;
}

.shadebuts a.selected div {
background: url(../cart/images/bevel_bg_active8a.gif) top left repeat-x;
position: relative;
top: 0px;
color: #ee0000;
}


/**/
.glidecontent { background-color: #ffffff; }
.glidecontent h2 {margin:10px 0 10px 10px; font-size: 18px; font-weight: 400; font-family: Arial, sans-serif; color: #dd3300; }
.glidecontent .tel_img { width: 480px; height: 223px; overflow: hidden; padding: 10px 0 0 0; }

.glidecontent .tel_1 .tel_img { background: #ffffff url(../pica/tv_img_1.jpg) top left no-repeat; }
.glidecontent .tel_2 .tel_img { background: #ffffff url(../pica/tv_img_2.jpg) top left no-repeat; }
.glidecontent .tel_3 .tel_img { background: #ffffff url(../pica/tv_img_3.jpg) top left no-repeat; }
.glidecontent .tel_4 .tel_img { background: #ffffff url(../pica/tv_img_4.jpg) top left no-repeat; }
.glidecontent .tel_5 .tel_img { background: #ffffff url(../pica/tv_img_5.jpg) top left no-repeat; }

.glidecontent .tel_img ul { margin: 0; padding: 0 0 0 15px; list-style: none; }
.glidecontent .tel_img ul li { margin: 0; padding: 0 0 0 18px; height: 20px; line-height: 20px; background: transparent url(../pica/tick0000.gif) center left no-repeat; font-size: 12px; font-weight: 700; color: #787889; }
.glidecontent .tel_img ul li span { color: #ff0030; }

.glidecontent .tel_img .learn_more {margin-top:5px;margin-right:40px;width:320px;height:30px;line-height:20px;text-align:center; }
.glidecontent .tel_img .learn_more a,
.glidecontent .tel_img .learn_more a:link,
.glidecontent .tel_img .learn_more a:visited
{ font-size: 12px; text-decoration: underline; }

.glidecontent .tel_img .learn_info {margin-top:5px;margin-left:20px;margin-bottom:5px;font-size: 12px; float:left;color: #ff8830;}
.glidecontent .tel_img .button {position: absolute; width: 234px; height: 35px; left: 10px; bottom: 14px; }
.glidecontent .tel_img .wyjazd {margin: 10px 0px 0 20px;color: #ff8830;float:left; }

