/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	ablaze
   TEMPLATE CODE: 	S-0009
   VERSION:          2.1
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
html {
	height: 100%;
}
* {
	padding: 0; margin: 0;
}
body {
	padding: 0;
	color: #6A6A6A;
	text-align: center;
	background: #000;
	font-family: Tahoma, 'Trebuchet MS', sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	background-color: #000;
/*	background-image: url(test/bg2%20copy.jpg); */
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
	letter-spacing: .1px;
}
#container {
min-height: 100%;
margin-bottom: -46px;
position: relative;
}

/* links */
a {
	color: #F88F26;
	background-color: inherit;
	text-decoration: none;
}
a.button {
	background: transparent url('button_right.png') no-repeat scroll top right;
	display: inline-block;

	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	/* margin-right: 6px; */
	padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: auto;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	clear: left;
}
a.button span {
	/* Background left image */
	background: transparent url('button_left.png') no-repeat;
	display: inline-block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}
a.button:hover span{
	text-decoration:underline;
}

a:hover {
	color: #FFF;
	background-color: inherit;
}
a:active, a:focus {
	outline:none;
}
/* headers */
h1, h2, h3 , h4{
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #A0080D;
}
h1 {
	font-size: 1.6em;
	padding: 0 15px;
	position: relative;
	color:#FFF;
}
h1 span {
  	background: url(gradient-dark.png) repeat-x;
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 23px;
}
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 {
	font-size: 1.3em;
	padding: 10px 0px 0px 10px;
}
h4 {
	padding-top: 10px;
}
.source {
	float: left;
}

#main h1 {
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
}
#sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	background: #000 url(arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #A0080D;
}
p {
	text-align: justify;
}
p , h2    {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 0 0 0 5px;
	background: #111;
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;
	color: #111;
	width: 15em;
	text-align: center;
}

/* form elements */
form {
	padding: 0;
	background: #000;
	border: 1px dashed #151515;
	width: auto;
}
#content-wrap #content #main .tableSearch {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	clear: none;
	width: 85%;
	text-align: center;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

p label{
	width:45%;
	float:left;
	margin-right:10px;
	text-align:right;
}

input {
	font: normal 1em Verdana, sans-serif;
	padding: 2px;
	background-color:#2E2E2E;
	color:#FFF;
	border: thin solid #424242;
}

input:focus {
	background-color:#424242;
	border: thin solid #575757;
}

#recaptcha_widget_div input {
    color: #FFF;
}

#content-wrap #content #main #recaptcha_widget_div a:hover img {
    border: none !important;
}

#main .searchButton {
	width: 120px;
	height: 30px;
	text-align: center;
	white-space: pre;
	color: #000000;
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(button_fixed.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
        border: none;
}

#main .searchButton:hover {
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
        border: none;
}
select {
	background-color: #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	vertical-align: middle;
	margin: 0px;
}

textarea {
	width: 250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	background-color:#2E2E2E;
	color:#FFF;
	border: thin solid #424242;
}

textarea:focus {
	background-color:#424242;
	border: thin solid #575757;
}

input.button {
	margin: 0;
	font: bold 1em Tahoma, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	color: #000;
	background: #CCC;
}

input:focus {
	background-color:#424242;
	border: thin solid #575757;
}

input[type=submit]:hover, input[type=reset]:hover {
	background-color:#424242;
	border: thin solid #575757;
        cursor: pointer;
}

form p.submit-reset {
    text-align: center;
}

form p.submit-reset input {
    margin-left: 20px;
    margin-right: 20px;
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	float: right;
}
.searchform input.textbox {
	margin: 0 3px;
	padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF;
	height: 20px;
	border: 1px solid #7E050A;
	vertical-align: top;
}
.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	background: #000;
	color: #fff;
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 95%;
}

/* header */
#header {
/*	background: url('banner.png') no-repeat top left;	*/
	background: url('bg2%20copy.jpg') no-repeat top left;
	height: 85px;
	text-align: left;
	position: relative;
	width: 95%;
	margin: 0 auto;
}

#header-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#header-content #logo {
	position: absolute;
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px;
	color: #000;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 5px;
	left: 20px;
}
#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	text-shadow: 2px 3px 2px #000;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 65px;
	left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 55px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;
}
#header-content li {
	display: inline;
	background: #000;
	text-shadow: none;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #A0080D;
}
#header-content li a:hover {
	background: #000;
	color: #F88F26;
}
#header-content li a#current  {
	background: #000;
	color: #CCC;
}

/* content */
#content-wrap {
	clear: both;
	float: none;
	width: 95%;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	position: relative;
}

#content-bg-left {
	background-image: url(shadow_left%20copy.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#content-bg-right {
	background-image: url(shadow_right%20copy.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#content {
	text-align: left;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	min-height: 1050px;
}

#content-wrap #content .name {
	display: inline;
	font-weight: bold;
	color: #A0080D;
}

#content-wrap #content #ShoutBox_new {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 130px;
	border: 3px solid #111;
	margin-right: 300px;
	margin-bottom: 15px;
	overflow: auto;
}

#content-wrap #content #ShoutBox_new input {
	margin-left: 10px;
}

#content-wrap #content #ShoutBox_new input[type=text] {
	width: 400px;
}

#content-wrap #content #ShoutBox_new .date {
	font-size: xx-small;
	display: inline;
	font-weight: lighter;
}

/* login-box */

#content-wrap #content #LoginBox {
	width: 230px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 130px;
	margin-bottom: 15px;
	font-size: small;
	background-color: #0D0D0D;
	-webkit-border-radius: 20px;				/* For webkit browsers like Chrome */
	-moz-border-radius: 20px;					/* For Firefox*/
	border-radius: 20px;						/* Opera 10.5, IE 9 */
	border: thin solid #1E1E1E;
	position: absolute;
	right: 42px;
	top: 10px;
}

#content-wrap #content #LoginBox p {
    line-height: 25px;
}

#content-wrap #content #LoginBox label {
	font-size: xx-small;
	padding-left: 15px;
	text-align: left;
	margin: 0;
}

#content-wrap #content #LoginBox #username {
	display:inline;
	font-weight: bold;
	color: #A0080D;
}

#content-wrap #content #LoginBox .register {
	font-size: small;
	text-align:center;
	display: block;
	margin-top: 8px;
}

#content-wrap #content #LoginBox form {
	text-align: center;
	background-color: inherit;
	border: none;
	-webkit-border-radius: 20px;				/* For webkit browsers like Chrome */
	-moz-border-radius: 20px;					/* For Firefox*/
}

#content-wrap #content #LoginBox input {
	background-color:#2E2E2E;
	color:#FFF;
	border: thin solid #424242;
}

#content-wrap #content #LoginBox input:focus {
	background-color:#424242;
	border: thin solid #575757;
}

#content-wrap #content #LoginBox input[type=submit]:hover {
	background-color:#424242;
	border: thin solid #575757;
}

#content-wrap #content #LoginBox input[type=submit] {
	cursor: pointer;
	width: 60px;
	margin-top:10px;
	margin-left: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

#content-wrap #content #LoginBox .logout {
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	display: block;
	margin-right: 15px;
}

#content-wrap #content #Register_form {
	font-size: medium;
	height: auto;
	width: auto;
	clear: left;
}

/* sidebar */
#sidebar {
	width: 240px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: absolute;
	right: 42px;
	top: 167px;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #0D0D0D;
	-webkit-border-radius: 20px;				/* For webkit browsers like Chrome */
	-moz-border-radius: 20px;					/* For Firefox*/
	border: thin solid #1E1E1E;
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #6A6A6A;
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	text-shadow: none;
	border-bottom: 1px dashed #1E1E1E;
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu a.teal{
	color: #00D7EE;
}
#sidebar ul.sidemenu a:hover {

	border-left: 5px solid  #D30F16;
	color: #D30F16;
}
#sidebar .sidebox {
	background: #000;
	margin-bottom: 20px;
}
#content-wrap #content #sidebar #sidebox_ad {
	text-align: center;
	margin-bottom: 5px;
}


/* main */
#main {
	margin: 10px 0;
	padding: 0 270px 0 0;
}

#content #main div {
	margin-top: 1em;

}
#content-wrap #content #main a img {
	padding: 5px;
	border: 3px solid #000;
}
#content-wrap #content #main a:hover img{
	border: 3px double #300 !important; /* IE fix*/
	border: 3px groove #444;
}

#content-wrap #content #main ul  li{
	font-weight: bold;
	background-image: url(arrow.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px;
	background-attachment: scroll;
	margin-bottom: 10px;
}
#content-wrap #content #main ul li:hover {
	background-position: 5px;
	text-indent: 5px;
}
#content-wrap #content #main .homepageContentBox  {
	float: left;
	width: 48%;
	margin-top: 0px;
	margin-bottom: 1em;

        padding: 1%;
}
#content-wrap #content #main .homepageArticlesContent {
	clear: left;
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 1em;
}
#content-wrap #content #main .bg {
	/*	background-color: #0D0D0D;*/
	-webkit-border-radius: 10px;				/* For webkit browsers like Chrome */
	-moz-border-radius: 10px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#content-wrap #content #main .downloadTable {
	clear: left;
}

/* Comments */
#comments {
	text-align: left;
	background-color: #0D0D0D;
	-webkit-border-radius: 20px;				/* For webkit browsers like Chrome */
	-moz-border-radius: 20px;					/* For Firefox*/
	border: thin solid #1E1E1E;
}

#comments #id {
	color: #F88F26;
	background-color: #181818;
	font-weight: bold;
	display: block;
	padding: 3px 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #373737;
	margin-left: 2px;
	-webkit-border-radius: 20px;				/* For webkit browsers like Chrome */
	-moz-border-radius: 20px;
}

#comments #datetime {
	color: #6A6A6A;
	display: inline;
	float: right;
}

#comments #comment {
	display: block;
	padding: 1px 20px;
	padding-bottom: 10px;
}

#comments form {
	background: none;
	border: none;
}

#comments textarea {
	width: 500px;
	height: 5em;
	margin-bottom: 2px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
}

#comments input[type=submit] {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* footer */
#footer {
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;
	bottom: 0px;
	background-color: #000;
	width: 100%;
	height: 45px;
	position: relative;
}
#footer h2, #footer p {
	padding-left: 0;
	font-size: .8em;
	padding-top: 3px;
	padding-bottom: 1px;
}
#footer-content {
	margin: 0 auto;
}

#footer-content a {
	text-decoration: none;
	color: #8A8A8A;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 15%;
	padding: 0 5px 0px 15px;
}
#footer-content .col2 {
	width: 55%;
	padding: 0 0 0px 0;
	text-align: right;
}
#footer #footer-content .col2.float-right p {
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {
	text-align: center;
}

.test {
	width: auto;
	background: yellow;
	font-size: 93%;
	line-height: normal;
	clear: left;
	margin-right: auto;
	margin-left: auto;

}

/* additional classes */
.clear-left { clear: left; }
.clear { clear: both; }
.comments {
	text-align: right;
	border: 1px dashed #151515;
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
	display: block;
	clear: left;
}
.username {
	font-weight: bold;
	color: #A0080D;
}

.AddThis {
	float: right;
	margin-right: 15px;
}

#sentinel {
	float: left;
	width: 39%;
	margin: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10%;
	clear: left;
}
#scourge {
	float: none;
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10%;
}
#winnerText {
	width: auto;
	float: left;
}
#winnerName {
	float: left;
	padding-right: 10em;
	display: block;
	padding-bottom: 2em;
}
#download  {
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	font-size: larger;
	width: auto;
	clear: left;
}

table#replayDetails {
	text-decoration: none;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.row_odd {
	background-color: #0C0C0C;
}

.row_even {
	background-color: #040404;
}

table#replayDetails td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #1F1F1F;
        padding-top: 5px;
        padding-bottom: 5px;
}

table#replayDetails tr:hover {
	color: #EBEBEB;
	cursor: default;
}

table#replayDetails tr.expand:hover {
    color: #6A6A6A;
}

table#replayDetails th {
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	color: #FFF;
	background-attachment: scroll;
	background-image: url(table_headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
table#replayDetails td {
	line-height: 20px;
	padding-left: 10px;
}

#content #main .downloadTable .left {
    float: left;
    width: 100px;
    margin-top: 0px;
}

#content #main .downloadTable .right {
    float: left;
    width: 320px;
    margin: 0px;
}

.replay {
	border: 1px #000000 solid;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}

.content {
	padding-left: 5px;
	background: #000000;
	text-align: left;
	width: inherit;
}

.scourgeBanHero {
	margin-left: 5px;
	vertical-align: middle;
	border-bottom: 2px #FF99FF ridge;
}

.sentinelBanHero {
	margin-left: 5px;
	vertical-align: middle;
	border-bottom: 2px #3366FF ridge;
}

.statsTable {
	padding: 0px 0px;
	margin: 0px 0px;
	border-top: 1px #727272 solid;
}

.tableHeader {
	font-weight: bolder;
	letter-spacing: 3px;
	padding-left: 5px;
	height: 25px;
	background-color: #191919;
	color: #EBEBEB;
}

.tableSentinel {
	font-weight: normal;
	padding-left: 5px;
	height: 20px;
	color: #6A6A6A;
	background-color: #010101;
}

.tableScourge {
	font-weight: normal;
	background: #010101;
	padding-left: 5px;
	height: 20px;
	color: #6A6A6A;
	padding-top: 4px;
	padding-bottom: 4px;
}

.tableSentinel:hover>td {
	background-color:#202020;
}

.tableScourge:hover>td {
	background-color:#202020;
}

.tableExtra {
	background-color: #000000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #202020;
}

.inventory {
	width: 100px;
	border: 0px #CCCCCC solid;
}

.extraOther {
	width: 400px;
	border: 0px #CCCCCC solid;
	background-color: #000000;
}

.extraInfo {
	vertical-align: middle;
	color: #6A6A6A;
	padding: 5px 5px;
}

.displaySelect {
	width: 100%;
	border-bottom: 1px #CCCCCC solid;
	text-align: center;
}

.chatWindow {
	border: 1px solid black;
	padding-left: 5px;
	text-align: left;
	color: #6A6A6A;
	width: 592px;
	overflow: scroll;
	height: 150px;
	background-color: #000000;
}

.graph {
  height: 5px;
  background-color: #738499;
}

.red {
  color: #DD0000;
}

.blue {
  color: #3333FF;
}

.teal {
  color: #00D7EE;
}

.purple {
  color: #7711AA;
}

.yellow {
  color: #FFDC00;
}

.orange{
  color: #FF9900 ;
}

.green {
  color: #86E573;
}

.pink {
  color: #FF66CC;
}

.gray {
  color: #888888;
}

.lightblue {
  color: #55BBEE;
}

.darkgreen {
  color: #006F3F;
}

.brown {
  color: #6F3F00;
}

.observer {
  color: #FFFFFF;
}

.playerName {
  color: #666;
  letter-spacing: 2px;
  font-family: Verdana;
  font-size: x-small;
  font-weight: bold;
}

div.pagination {
	padding: 3px;
	margin: 5px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #352F15;
	text-decoration: none; /* no underline */
	color: #DBD0A3;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #EBE4C7;
	color: #FFF;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #352F15;
	font-weight: bold;
	background-color: #352F15;
	color: #FFF;
	cursor: default;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #242424;
	color: #242424;
	cursor: default;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 300px;
height: 260px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #FF0000;
overflow: hidden;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 20px;                                                    /* For webkit browsers like Chrome */
-moz-border-radius: 20px;                                                       /* For Firefox*/
border-radius: 20px;                                                            /* Opera 10.5, IE 9 */
}
/*
	Total wrapper width: 300px+1px+1px=302px
	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 */
background-image: url("bg_slide.png");
visibility: hidden;
width: 298px;
-webkit-border-radius: 20px;                                                    /* For webkit browsers like Chrome */
-moz-border-radius: 20px;                                                       /* For Firefox*/
border-radius: 20px;                                                            /* Opera 10.5, IE 9 */
border: 0px solid #000000;
margin-top: 0px !important;
}
/*
 Total glidecontent width: 298px+1px+1px=300px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent p{ /*style for p inside each glide content DIV within wrapper.*/
text-align: center;
}

.glidecontent img{ /*style for img inside each glide content DIV within wrapper.*/
padding-left: 2px;
padding-right: 2px;
}

.glidecontent h4{ /*style for img inside each glide content DIV within wrapper.*/
text-align: center;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 300px;
margin-left: auto;
margin-right: auto;
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 */
border: 1px solid black;
color: #fff;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
}

.glidecontenttoggler a:hover{
}

.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{
}