
					
					
/* BLACKTURTLE NEWS BOX
----------------------------------------------- */					
					
					

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 530px;
margin-left: 3px;
padding-top: 0px;
height: 338px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #000000;
overflow: hidden;
}



.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: black;
padding-top: 0px;
margin-top: 3px;
margin-left: 2px;
visibility: hidden;
width: 530px;
}









.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid black;
width: 226px;
height: 50px;
color: #ffffff;
padding: 5px 3px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #0069BC;
color: white;
}

.glidecontenttoggler a:hover{
background: #000000;
color: white;
}


.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: #000000;
color: white;
}

body{background:black url('http://blackturtleusa.com/images/BT-BG.png') no-repeat fixed center top;color:#000;font-family:arial,helvetica,tahoma,sans-serif;font-size:8pt;margin:0;padding:0;text-align:center}
a         {text-decoration: none;}
   a:link    {color: #999568;}
   a:active  {color: #999568;}
   a:visited {color: #999568;}
   a:hover   {color: white;text-decoration: none;}
   margin:0px 0px 0px 0px
	font-weight:normal
        border:0px
        padding:0px

}


					
					
					
					
					
					
					
					
					
					
					
					