/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/


/*-- jShowOff module styles --*/
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
  position: relative;
  overflow: hidden;
  width: 777px;
  height: 279px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-top-right: 6px;
  -moz-border-radius-top-left: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  z-index: 8;
}

.jshowoff {
  width: 777px;
  margin: 0;
  z-index: 9;
  float: right;
}

.jshowoff div {
  width: 777px;
  height: 278px;
  z-index: 8;
}

.jshowoff div, .jshowoff img, .jshowoff {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.jshowoff h2, .jshowoff p {
  font-size: 18px;
  padding: 15px 20px 0px;
  margin: 0;
}

.jshowoff p {
  font-size: 13px;
  line-height: 15px;
}

.eddie {
  float: right;
  padding: 15px 20px 15px 20px;
}

.jshowoff p.jshowoff-slidelinks {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
  padding: 0;
}

.jshowoff-slidelinks a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 5px 7px 5px;
  margin: 5px 0 0 5px;
  float: left;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  font-size: 11px;
  line-height: 14px;
}

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
  color: #fff;
}

.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
  background-color: #fff;
  color: #000;
}

p.jshowoff-controls {
  overflow: auto;
  height: 1%;
  padding: 0 0 5px 5px;
  margin: 0;
  margin-top: -25px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottom-right: 6px;
  -moz-border-radius-bottom-left: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.jshowoff-controls a {
  margin: 5px 5px 0 0;
  font-size: 12px;
  line-height: 15px;
  padding: 4px 8px 5px;
}

.jshowoff-pausetext {
  color: #fff;
}
