
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #0A0706 url(/images/subpage2_01.gif) repeat;
	font-family: Lato, Montserrat, sans-serif;
	font-size: 13px;
	color: #8C6A51;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	/* text-transform: lowercase; */
	font-family: Montserrat, serif;
	font-style: italic;
	text-shadow: 1px 1px 0px #445566;
}

p, ol, ul {
	margin-top: 0;
}

p {
	line-height: 200%;
	letter-spacing: .5px;
}

strong {
}

a {
	color: #C33407;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	/* margin: 0px auto; */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	display: none;
}

/** CUSTOM **/

.f-size-16 {
	font-size: 16px;
}

.f-color-444 {
	color: #404040;
}

.join-save-color {
	color: #C43700;
}

table.join-table {
	border-collapse: collapse;
	width: 40%;
}

table.join-table th {
	font-weight: bolder;
	font-size: 16px;
	color: #333;
}

table.join-table td, th {
	text-align: right;
	font-weight: bold;
	padding: 4px;
}

table.join-table tr:nth-child(even) {
	background-color: #ffc8b3;
}

.signupbutton {
	background-color: #C43700; /* Green */
	border-radius: 4px;
	border: none;
	color: white;
	width: 400px;
	position: relative;
	left: 30px;
	padding: 14px 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.joinbtn {
	position: relative; 
	left: 10px; 
	font-weight: bold; 
	background-color: #fff; 
	border: 1px solid #666; 
	text-align: center; 
	text-decoration: 
	none; display: 
	inline-block; 
	font-size: 16px; 
	padding: 35px 50px;
	letter-spacing: 1px;
	border-radius: 5px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.joinbtn:hover {
	background-color: #C43700; /* Green */
    color: white;
}

.pagenav ul {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
}

.pagenav li {
	display: inline;
	margin: 0px 1px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px;
}

.pagenav .spot li {
	background: red;
}

.titletags {
	font-weight: bold;
	font-size: .9em;
	text-wrap: wrap;
}

.titletags a {
	text-decoration: none;
}

.updatedesc:first-letter {
	text-transform: uppercase;
	font-style: italic;
	font-size: 2em;
	font-weight: 900;
	text-shadow: 1px 1px 3px #000;
	padding-right: 3px;
}

.updatedesc {
	font-size: .9em;
	line-height: 1.7em;
	text-shadow: 1px 1px 0px #efefef;
}

.updatetitle {
	font-size: 1.7em;
	color: #a15454;
	text-shadow: 1px 1px 3px #000;
}


#faq .faqQ {
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-weight: bold;
	font-size: 16px;
	color: #3d3d3d;
}

#faq .faqA {
	text-shadow: 1px 1px 1px #FFFFFF;
	position: relative;
	top: -12px;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-weight: normal;
	font-size: 14px;
	color: #C43700;
}


#medialist table tbody {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
}
#medialist tbody tr.even td {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
}
#medialist tbody tr.odd td {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
}

.updatebtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d17300), color-stop(1, #fb9e25) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17300', endColorstr='#fb9e25');
	background-color:#d17300;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	/* font-family: Arial, Helvetica; */
	font-size:13px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	margin-left: 20px;
}

.updatebtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #d17300) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#d17300');
	background-color:#fb9e25;
}

.updatebtn:active {
	position:relative;
	top:1px;
}

label
{
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
	font-weight: bold;
}

.submit input
{
	margin-left: 4.5em;
}


/** WRAPPER */

#wrapper {
	background: url(/images/bg1_05.jpg) repeat left top;
}

#wrapper-bgtop {
	background: url(/images/bg1_04.jpg) repeat-x left top;
}

#wrapper-bgbtm {
	overflow: hidden;
	background: url(/images/bg1_06.jpg) repeat-x left bottom;
}

.container {
	width: 950px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	background: url(/images/bg1_01.jpg) repeat-x left top;
}

#header {
	overflow: hidden;
	background: url(/images/bg1_03.jpg) no-repeat center top;
}

/** LOGO */

#logo-wrapper {
	background: url(/images/bg1_02.jpg) no-repeat center top;
}

#logo {
	overflow: hidden;
	height: 148px;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

#logo h1 {
	float: left;
	width: 500px;
	margin: 0px;
}

#logo h1 a {
	display: block;
	width: 450px;
	height: 73px;
	margin: 0px;
	padding: 75px 0px 0px 50px;
	letter-spacing: -3px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #110C0A;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 46px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#logo h1 span {
	font-weight: normal;
}

#logo p {
	float: right;
	width: 400px;
	margin: 97px 50px 0px 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-align: right;
	text-shadow: 1px 1px 1px #2B2018;
	text-transform: lowercase;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 16px;
	font-style: italic;
	color: #77695E;
}

/** MENU */

#menu-wrapper {
}

#menu {
	float: left;
	width: 680px;
	height: 75px;
}

#menu ul {
	margin: 0px;
	padding: 30px 0px 0px 35px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 17px 0px 25px;
	background: url(/images/homepage02.gif) no-repeat left 3px;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #582C27;
	text-transform: uppercase;
	font-family: Montserrat, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

/** SEARCH */

#foobar {
}

#search {
	float: right;
	width: 270px;
}

#search form {
	margin: 0px;
	padding: 20px 0px 0px 7px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #EDC6C0;
}

#search-text {
	outline: none;
	width: 170px;
	background: none;
	border: none;
	padding: 10px 0px 0px 10px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: normal;
	color: #EDC6C0;
}

#search-submit {
	display: none;
}

/** BACKGROUNDS */

#bg1 {
	background: url(/images/bg1_08.jpg) repeat-y center top;
}

#bg2 {
	background: url(/images/bg1_07.jpg) no-repeat center top;
}

#bg3 {
	background: url(/images/bg1_09.jpg) no-repeat center bottom;
}

#bg4 {
	width: 1000px;
	margin: 0px auto;
	background: url(/images/homepage15.jpg) repeat-y left top;
}

#bg5 {
	background: url(/images/homepage07.jpg) no-repeat left top;
}

#bg6 {
	overflow: hidden;
	width: 880px;
	padding: 60px 60px 0px 60px;
	background: url(/images/homepage16.jpg) no-repeat left bottom;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 880px;
	margin: 0px auto;
	padding: 54px 60px 0px 60px;
}

.two-column #page {
	padding: 0px;
	width: 1000px;
	background: url(/images/subpage1_02.jpg) repeat-y left top;
}

.two-column #page-bgtop {
	background: url(/images/subpage1_01.jpg) no-repeat left top;
}

.two-column #page-bgbtm {
	overflow: hidden;
	width: 880px;
	padding: 54px 60px 0px 60px;
	background: url(/images/subpage1_03.jpg) no-repeat left bottom;
}

.homepage #page {
	padding: 0px;
	width: 1000px;
	background: url(/images/homepage05.jpg) repeat-y left top;
}

.homepage #page-bgtop {
	background: url(/images/homepage04.jpg) no-repeat left top;
}

.homepage #page-bgbtm {
	overflow: hidden;
	width: 880px;
	padding: 54px 60px 34px 60px;
	background: url(/images/homepage06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: left;
	width: 570px;
}

#wide-content {
	width: 880px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 260px;
}

#sidebar .preview {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 12px;
	color: #C43700;
}

#sidebar .byliner {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 12px;
	color: #C43700;
}

/** FOOTER */

#footer-wrapper {
	background: url(/images/bg1_10.jpg) repeat-x left top;
}

#footer {
	overflow: hidden;
	height: 500px;
	background: url(/images/bg1_11.jpg) no-repeat center top;
}

#footer #copyright {
	width: 880px;
	margin: 0px auto;
	background: url(/images/homepage23.gif) repeat-x left top;
}

#footer #copyright p {
	color: #8F7A77;
	font-size: 12px;
}
#footer #copyright a {
	color: #8F7A77;
	font-size: 12px;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 10px;
	color: #33271F;
}

#footer a {
	color: #2E2622;
}

/** BOX 1 */

#box1 {
	float: left;
	width: 260px;
	margin-right: 50px;
}

/** BOX 2 */

#box2 {
	float: left;
	width: 260px;
	margin-right: 50px;
}

/** BOX 3 */

#box3 {
	float: right;
	width: 260px;
}

/** BOX 4 */

#box4 {
	padding-bottom: 40px;
}

/** BOX 4 */

#box5 {
	padding-bottom: 40px;
}

/** BOX 4 */

#box6 {
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	width: 880px;
	padding: 100px 35px 30px 35px;
	color: #75695C;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-shadow: 1px 2px 1px #070605;
	font-size: 18px;
	font-weight: bold;
	color: #D3C4B3;
}

#three-columns p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: none;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	color: #5D5349;
}

#three-columns a {
	color: #B3A291;
}

#column1 {
	float: left;
	width: 260px;
	padding: 0px 25px 10px 0px;
	background: url(/images/homepage22.gif) repeat-y right top;
}

#column2 {
	float: left;
	width: 260px;
	padding: 0px 25px 10px 25px;
	background: url(/images/homepage22.gif) repeat-y right top;
}

#column3 {
	float: right;
	width: 260px;
	padding: 0px 0px 10px 25px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	padding: 0px 0px 10px 0px;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	color: #312216;
}

.box-style1 h3 {
	padding: 10px 0px 20px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	color: #312216;
}

.box-style1 h4 {
	padding: 5px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #5D5349;
}

.box-style1 .byliner {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 13px;
	color: #C43700;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	color: #312216;
}

.box-style2 .vote {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 12px;
	color: #C43700;
}


/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 0px 0px 15px 0px;
}

ul.style1 a {
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

ul.style2 li {
	padding: 15px 0px 10px 0px;
	background: url(/images/homepage13.gif) repeat-x left bottom;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	letter-spacing: -1.5px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 16px;
	color: #312216;
}

ul.style2 .posted {
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 10px;
	color: #AF8563;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

ul.style3 li {
	float: left;
	padding: 0px 0px 11px 11px;
}

ul.style3 .leftpad {
	padding-left: 0px;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

ul.style4 li {
	float: left;
	padding: 0px 8px 0px 0px;
}

/** LIST STYLE 5 */

ul.style5 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

ul.style5 li {
	padding: 20px 0px 10px 0px;
	background: url(/images/homepage13.gif) repeat-x left top;
}

ul.style5 .posted {
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
	color: #7B5230;
	font-weight: bold;
}

ul.style5 .first {
	background: none;
	padding-top: 0px;
}

/** LINK STYLE 1 */

.link-style1 {
	padding: 0px 0px 1px 30px;
	background: url(/images/homepage14.gif) no-repeat left 1px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
	color: #8B3A00;
}

/** LINK STYLE 2 */

.link-style2 {
	padding: 0px 0px 1px 30px;
	background: url(/images/homepage11x.gif) no-repeat left 1px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
	color: #8B3A00;
}


/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 205px;
	height: 190px;
	margin-top: 10px;
	margin-right: 25px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.image-style1a span {
	background: url(/images/pics01.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	width: 260px;
	height: 69px;
	margin-bottom: 20px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.image-style2a span {
	background: url(/images/pics03.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	position: relative;
	float: left;
	width: 79px;
	height: 59px;
}

.image-style3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.image-style3a span {
	background: url(/images/pics06.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	position: relative;
	margin-left: 50px;
	float: left;
	width: 150px;
	height: 150px;
}

.image-style4 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style4 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.image-style5 {
	position: relative;
	margin-left: 65px;
	float: left;
	width: 200px;
	height: 200px;
}

.image-style5 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style5 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.image-style4a span {
	background: url(/images/border-150px.png) no-repeat left top;
}

.image-style4b h2 {
	position: relative;
	top: 115px;
	text-align: center;
	color: white;
	font: bold 16px/24px Times New Roman, Helvetica;
	text-transform: uppercase;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
}

.image-style4b a {
	text-decoration: none;
}

.image-style5a span {
	background: url(/images/border-150px.png) no-repeat left top;
}

.image-style5b h2 {
	position: relative;
	top: 170px;
	text-align: center;
	color: white;
	font: bold 16px/24px Times New Roman, Helvetica;
	text-transform: uppercase;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
}

.image-style5b a {
	text-decoration: none;
}

/** POST META */

.meta {
	float: left;
	width: 295px;
	margin-top: 4px;
	background: url(/images/homepage09.jpg) repeat-x left top;
}

.meta .leftbg {
	background: url(/images/homepage08.jpg) no-repeat left top;
}

.meta .rightbg {
	height: 34px;
	padding: 10px 20px 0px 20px;
	background: url(/images/homepage10.jpg) no-repeat right top;
}

.meta .readmore {
	margin-right: 25px;
	padding: 1px 0px 5px 20px;
	background: url(/images/homepage11.gif) no-repeat left -1px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
	color: #8B3A00;
}

.meta .comments {
	padding: 0px 0px 5px 25px;
	background: url(/images/homepage12.gif) no-repeat left top;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-transform: uppercase;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 11px;
	color: #8B3A00;
}

/** BANNER */

#banner {
	overflow: hidden;
	width: 1000px;
	height: 290px;
	margin: 0px auto;
}

#banner-bgbtm {
	height: 266px;
	padding: 24px 59px 0px 59px;
	background: url(/images/homepage03.jpg) no-repeat left bottom;
}

#slideshow {
	overflow: hidden;
	height: 290px;
}

/** SLIDERTRON */

#slidertron {
	width: 880px;
	position: relative;
}

#slidertron .navigation {
	position: absolute;
	display: block;
	z-index: 100;
	color: #ffffff;
	top: 315px;
	right: 0px;
	margin: 10px;
	padding: 10px;
	background-color: #303030;
	opacity: 0.75;
}

#slidertron .navigation a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

#slidertron .viewer {
	width: 882px;
	height: 222px;
	overflow: hidden;
}

#slidertron .viewer .reel .slide .border {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 882px;
	height: 222px;
	background: url(/images/slidertron_01.png) no-repeat left top;
}

#slidertron .viewer .reel .slide {
	position: relative;
	width: 882px;
	height: 222px;
}

#slidertron .viewer .reel .slide a {
	position: absolute;
	display: block;
	width: 460px;
	opacity: 0.90;
	padding: 20px;
	background-color: #404040;
	color: #ffffff;
	bottom: 0px;
	left: 0px;
}

#slidertron .indicator {
	width: 120px;
	height: 22px;
	margin-top: 9px;
	padding: 0px 370px 0px 390px;
	background: url(/images/slidertron_06.gif) repeat-x left top;
}

#slidertron .indicator .bg {
	margin: 0px auto;
	background: url(/images/slidertron_07.gif) repeat-x left top;
}

#slidertron .indicator .leftbg {
	background: url(/images/slidertron_04.gif) no-repeat left top;
}

#slidertron .indicator .rightbg {
	height: 22px;
	margin: 0px;
	background: url(/images/slidertron_05.gif) no-repeat right top;
}

#slidertron .indicator ul {
	margin: 0px;
	padding: 0px 26px;
	list-style: none;
	text-align: center;
	text-indent: -99999em;
}

#slidertron .indicator ul li {
	float: left;
	width: 11px;
	background: url(/images/slidertron_03.gif) no-repeat left 5px;
	color: #303030;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	text-align: center;
}

#slidertron .indicator ul li.active {
	background: url(/images/slidertron_02.gif) no-repeat left 5px;
}

