/*##### FEATURED GLIDER ####*/
.glidecontentwrapper{
        position: relative; /* Do not change this value */
        width: 490px;
        height: 325px; /* Set height to be able to contain height of largest content shown*/
        overflow: hidden;
        border: 2px solid #8D3F3D;

}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
        position: absolute; /* Do not change this value */
        background: #ECE6D6;
        padding: 10px;
        visibility: hidden;
        width: 468px;
}
.glidecontenttoggler{ 
        width: 483px;
        margin-top: 6px;
        text-align: center; 
        background:#ECE6D6; 
        border: 2px solid #8D3F3D;
        padding: 4px;
}
.glidecontenttoggler a{ 
        display: -moz-inline-box;
        display: inline-block;
        padding: 1px 5px;
        text-transform: uppercase;
        font-size: 9px;
        text-decoration: none !important;
        border: 1px dotted #000000;
        background-color: #D2CFA2;
	color: #705B2E;
}
.glidecontenttoggler a:hover{
        background-color: #DEDCBC;
}
.glidecontenttoggler a.toc{
}
.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:  #DEDCBC;
        color: #000;
}
/*##### FEATURED GLIDER CONTENT ####*/
#glider H3 A
{
        font-size: 125%;
        color:  #8D3F3D;
}
#glider IMG
{
        margin-right: 10px;
}
#glider P
{
        color: #505050;
}
#glider P.price
{
        color: #8D3F3D;
        font-size: 120%;
        font-weight: bold;
        border: 0;
}
#glider S.slash
{
        color: #000;
}
#glider A.button
{
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none !important;
	border: 1px dotted #000000;
	background-color: #D2CFA2;
	color: #705B2E;
}
#glider A.button:hover
{
	background-color: #DEDCBC;
}
