.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 530px;
height: 260px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
background: #222222;
padding: 0px;
margin: 0px;
}
#p-select{padding-top: 0px; text-align: left; }
.p2{ position: absolute !important; z-index: 900; float: left !important; top: 600px; padding-left: 30px}

.sliderg td{padding: 0 3px 0 3px;}
/*
	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
*/
/*#p-select{padding: 0px 0 0 0;}*/

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #222222;
padding: 0px;
visibility: hidden;
border: 0px solid black;
width: 530px;
height: 260px; 
}
/*
 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: 530px;
margin-top: 0px;
height: 260px;
background: #000 ;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
background: url(src/belka_top.jpg) left top repeat-x;
/*
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)
*/

.glidecontenttoggler2 a:link , .glidecontenttoggler2 a:active, .glidecontenttoggler2 a:visited{ /*style for every navigational link within toggler */
display: block;
float: left;
font-weight:100;
background: url(../src/kolo1.png)  50% no-repeat ;
text-decoration: none;
width: 14px;
}

.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: url(../src/kolo2.png)  50% no-repeat ;

}

.glidecontenttoggler2 a:hover{
background: url(../src/kolo2.png)  50% no-repeat ;

}

.glidecontenttoggler2 a:hover{

color: #000;
font-size: 10px;text-align: center;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
 

text-align: center;
}



.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: none !important;

}

.glidecontenttoggler a.prev:focus, .glidecontenttoggler a.next:focus {
	overflow: hidden !important;
	}

