﻿.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height: 180px; /* 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 */
    visibility: hidden;
    width: 100%;
    background-image: url(../Images/Rebeat.jpg);
    background-repeat: repeat;
    background-position: top center;
    font-size: 13px;
    color:#999999;
    font-family: Arial;
    text-justify: distribute;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
}

.glidecontent p
{
    font-size: 13px;
    color: #999999;
    font-family: Arial;
    text-justify: distribute;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
   
}

.glidecontent a
{
    font-size: 13px;
    color: #0033ff;
    font-family: Arial;
    text-decoration: none;
    text-justify: distribute;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
}

.glidecontent a:hover
{
    font-size: 13px;
    color: #0033ff;
    font-family: Arial;
    text-decoration: underline;
    text-justify: distribute;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
}

.glidecontent ul
{
    font-size: 13px;
    color: #999999;
    font-family: Arial;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-image: url(../Uploaded/image/bollit.jpg);
    vertical-align: top;
    letter-spacing: normal;
    line-height: 20px;
}
.glidecontent ol
{
    font-size: 13px;
    color: #999999;
    font-family: Arial;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-image: url(../Uploaded/image/bollit.jpg);
    vertical-align: top;
    letter-spacing: normal;
    line-height: 20px;
}

/*
 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: 100%;
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;
font-weight: bold;
text-decoration: none;
}

.NumberStyle
{
    background-image: url(../Images/BG_Numpor.jpg);
    width: 16px;
    background-repeat: no-repeat;
    height: 17px;
    background-position: center bottom;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
    vertical-align: middle;
    text-align: center;
    cursor : hand;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #ffffff;
color: Gray;
}

.glidecontenttoggler a:hover{
background: #ffffff;
color: Gray;
}

.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: #1A48A4;
color: white;
}