@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dc5eff;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}
.text18px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 3px 3px 15px 3px;
}
.text18px a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #ff409a;
}
.text18px a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #dc5eff;
}
.text30px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ff409a;
}
.collection {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 184px;
	height: 24px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
<!--
{literal}

.join_table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; padding: 5px; margin: 5px; }
.join_name { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
.join_value { text-align: left; border: none; color: #000000;  }
.join_error { color: #EE0000; align: right; }
.join_header { font-size: 16px; font-weight: bold; text-align: left; border: none; margin-bottom: 15px; margin-top: 15px; }
.join_footer { font-size: 16px; font-weight: bold; text-align: center; border: none; height: 20px; width: 50px;  }
.join_input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; 	width: 150px; height: 20px; }
.join_email { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; width: 150px; height: 20px; }
.join_country { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; width: 180px; height: 20px;}
.join_membership { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; width: 180px; height: 20px;}
.join_select { }
.join_button { font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight: bold; width:290px; }
.thumb { border: 1px solid #FFFFFF; width: 135px; height: 110px;  margin: 1px 1px 1px 1px;}
.text { font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; margin: 1px 1px 1px 1px; }
.text1 { font-family:Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #00bcff; margin: 1px 1px 1px 1px; }
.text2 { font-family:Arial, Helvetica, sans-serif; font-size: 15px; font-weight: normal; color: #000000; margin: 1px 1px 1px 1px; }
.text3 { font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; margin: 1px 1px 1px 1px; }
.text4 { font-family:Arial, Helvetica, sans-serif; font-size: 26px; font-weight: bold; color: #000000; margin: 1px 1px 1px 1px; }
.text2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #ff409a;
}
.text2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #dc5eff;
}
-->
{/literal}

/* slider */

#s3slider {
   width: 210px; /* important to be same as image width */
   height: 141px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 210px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0px;
	left: 0px;
	border: 0px;
	float: left;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
	right: 0px;
}

.s3sliderImage {
   float: left; /* important */
   position: static; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 210px;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   opacity: 0.7;
   color: #fff;
   display: none; /* important */
   top: 0;
}

.clear {
   clear: both;
} 