html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remove textarea resize at Safari */
textarea { 
	resize: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }

/* end of starters */ 

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

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

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

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Verdana, Geneva, Arial, sans-serif;

   padding: 10px 13px;
   width: 980px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top 0;


   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage span strong {
    font-size: 14px;
}
.clear {
   clear: both;
}

.top {
    top: 0;
    left: 0;
}

.bottom {
    bottom: 13;
    left: 0;
}

.left {
    top: 0;
    left: 0;
    width: 160px !important;
    height: 603px;
    text-align: left;
}

.right {
    right: 0;
    bottom: 0;
    width: 90px !important;
    height: 600px;
}

.textreg {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #4d7084;
	text-decoration:none;
}

.textreg A {color: #4d7084;text-decoration:none;}
.textreg A:Hover {color: #4d7084;text-decoration:underline;}

