* {

}

html {

}

body {

  }

h1 {
 
  }

h2 {
  
  }

#wrapper {

  }

p,h3,h4,pre {

  }

.rslides {
	/* [disabled]width: 882px; */
	/* [disabled]height: 360px; */
  }

#slider2 {
	width: 206px;
	height: 320px;
	margin-left: 3px;
	margin-right: 3px;
  }
  #slider3 {
	width: 882px;
	height: 361px;
	z-index: 0;
	border: 0px;
	background-color: #FFF;
  }

.rslides_tabs {
  
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
	width: auto;
	line-height: 10px;
	padding: 3px 5px;
	height: auto;
	background: transparent;
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	background-image: url(../images/background_stripes.gif);
	margin-left: 3px;
	font-size: 11px;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  }

a {
  }

#download {
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
  }

/* Callback example */

h3 {
 
  }

.events {
  list-style: none;
  }

.callbacks_container {
	position: relative;
	float: left;
	width: 882px;
	height: 360px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
  }
  
  
.callbacks_container  P.source {
	POSITION: absolute;
	PADDING-LEFT: 3px;
	WIDTH: 30px;
	BOTTOM: 150px;
	HEIGHT: 61px;
	z-index: 1000;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {

  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
