.rsbtn_colorskin2 {
	position: absolute;
	font-family: OpenSansRegular;
	font-size: 14px;
	/*line-height: 25px;*/
	/*vertical-align:text-top;*/
	padding-top:5px;
	float: left;
	border:1px solid #bebdbd;
/*box-shadow: 1px 1px #c2c1c1;*/
	/*font-size:12px;*/
    /*width:576px;
    height:325px;*/
    /*padding:18px;*/
    
	box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  /* 
   * Add rounded corners to supported browsers 
   */
  /*-moz-border-radius: 3px;
  border-radius: 3px;*/
  top:40px;
  left:0px;
  z-index:1000000;
}

.rsbtn_colorskin2:before {  
      content: ' ';  
      position: absolute;  
      width: 0;  
      height: 0;  
      left: 9px;  
      top: -16px;  
      border: 8px solid;  
      border-color: transparent transparent #bebdbd;  
      } 
	.rsbtn_colorskin2:after {  
      content: ' ';  
      position: absolute;  
      width: 0;  
      height: 0;  
      left: 10px;  
      top: -14px;  
      border: 7px solid;  
      border-color:  transparent transparent #fff;  
      }
.rsbtn_colorskin_start {
	position: absolute;
	font-family: OpenSansRegular;
	font-size: 14px;
	/*line-height: 25px;*/
	/*vertical-align:text-top;*/
	padding-top:5px;
	float: left;
	border:1px solid #bebdbd;
/*box-shadow: 1px 1px #c2c1c1;*/
	/*font-size:12px;*/
    /*width:576px;
    height:325px;*/
    /*padding:18px;*/
    max-width:266px;
	box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  /* 
   * Add rounded corners to supported browsers 
   */
  /*-moz-border-radius: 3px;
  border-radius: 3px;*/
  top:-60px;
  right:-23px;
  z-index:1000000;
}
.rsbtn_colorskin {
	
}

.rsbtn_colorskin_start:before {  
      content: ' ';  
      position: absolute;  
      width: 0;  
      height: 0;  
      right: 21px;  
      bottom: -16px;  
      border: 8px solid;  
      border-color: #bebdbd transparent transparent;  
      } 
	.rsbtn_colorskin_start:after {  
      content: ' ';  
      position: absolute;  
      width: 0;  
      height: 0;  
      right: 22px;  
      bottom: -14px;  
      border: 7px solid;  
      border-color:  #fff transparent  transparent;  
      }
/************************************************ GENERAL CLASSES */

/**
 * These are a couple of classes that apply to many object or redefine elements
 */
.rsbtn_colorskin a, .rsbtn_colorskin span {
	position: relative;
	display: block;
	text-decoration: none;
	/*top:1px;*/
}

/**
 * Use the predefined CSS sprite for all graphical elements.
 */
.rsbtn_colorskin .rsimg {
	background: transparent url(ReadSpeakerColorSkin.png) no-repeat scroll 0 0;
}

/**
 * All the player elements should float.
 */
.rsbtn_colorskin .rspart {
	float: left;
	margin-left: 2px;
}

.rsbtn_colorskin .rsdefloat {
	clear: both;
}

/**
 * This goes for all buttons
 */
.rsbtn_colorskin .rspart.rsbutton {
	background-color: #008fcf;
	width: 18px;
	height: 18px;
  
  /* 
   * Add rounded corners to supported browsers 
   */
 /* -moz-border-radius: 5px;
  border-radius: 5px;*/

	/**
	 * This is just to make the rollover effect a little smoother.
	 */
	-moz-transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

/**
 * Add a subtle rollover effect to the buttons.
 */
.rsbtn_colorskin .rspart.rsbutton:hover {
	background-color: #006b9b;
}

/**
 * Hide all text labels. They will still be visible to non-CSS browsers
 */
.rsbtn_colorskin .rspart .rsbtn_btnlabel {
	display: none;
}

/************************************************ PLAYER BOX */
.rsbtn_colorskin .rsbtn_box {
	margin: 1px;
}

/************************************************ LISTEN BUTTON + ICON */
.rsbtn_colorskin .rsbtn_play {
	float: left;
	margin: 1px 0;
}

.rsbtn_colorskin .rsbtn_left .rsbtn_text {
	background: transparent url(icon_speaker_16px.png) no-repeat scroll 0px 2px;
	
	padding-top:0px;
	
	padding-left: 20px;
  color: #008fcf;
}

/************************************************ EXPANDING AREA */
.rsbtn_colorskin .rsbtn_exp.rsimg.rspart {
	background: none;
	float: left;
	display: none;
}

/**
 * We want the expanding area to be visible only when the player
 * is expanded, hence the .rsexpanded class.
 */
.rsbtn_colorskin.rsexpanded .rsbtn_exp.rsimg {
	display: block;
}

/************************************************ PLAY/PAUSE BUTTON */
.rsbtn_colorskin .rsbtn_pause {
	background-position: -18px -18px;
}

.rsbtn_colorskin.rspaused .rsbtn_pause,
.rsbtn_colorskin.rsstopped .rsbtn_pause {
	background-position: -18px 0px;
}

/************************************************ STOP BUTTON */
.rsbtn_colorskin .rsbtn_stop {
	background-position: -18px -36px;
}

/************************************************ PROGRESS CONTAINER */
.rsbtn_colorskin .rsbtn_progress_container {
	border: 1px solid #008fcf;
	width: 50px;
	height: 10px;
	margin-top: 3px;
	margin-left: 4px;
	background-image: none;
  /* 
   * Add rounded corners to supported browsers 
   */
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/************************************************ PROGRESS DRAG HANDLE */
.rsbtn_colorskin .rsbtn_progress_handle.rsimg {
	position: absolute;
	background-color: #008fcf;
	top: -3px;
	left: -3px;
	width: 6px;
	height: 16px;
	background-image: none;
}

/************************************************ PROGRESS BAR */
.rsbtn_colorskin .rsbtn_progress_played {
	position: absolute;
	height: 100%;
	background-color: #006b9b;
	background-image: none;
}

/************************************************ VOLUME BUTTON */
.rsbtn_colorskin .rsbtn_volume {
	margin-left: 4px;
	background-position: -18px -54px;
}

/************************************************ VOLUME SLIDER CONTAINER */
.rsbtn_colorskin .rsbtn_volume_container {
	position: absolute;
	display: none;
	top: 100%;
	width: 16px;
	height: 40px;
	border: 1px solid #008fcf;
	background: #fff;
}

/************************************************ VOLUME SLIDER SLIDER AREA */
.rsbtn_colorskin .rsbtn_volume_slider {
	width: 6px;
	height: 30px;
	margin: 5px;
	background: #006b9b;
}

/************************************************ VOLUME SLIDER SLIDE HANDLE */
.rsbtn_colorskin .rsbtn_volume_handle.rsimg {
	position: absolute;
	top: -3px;	
	left: -3px;	
	width: 12px;
	height: 6px;
	background: #008fcf;
}

/************************************************ DOWNLOAD BUTTON */
.rsbtn_colorskin .rsbtn_dl {
	background-position: -18px -72px;
}

/************************************************ SETTINGS BUTTON */
.rsbtn_colorskin .rsbtn_settings {
	background-position: -18px -90px;
}

/************************************************ CLOSE BUTTON */
.rsbtn_colorskin .rsbtn_closer {
	margin-left: 2px;
	background-position: -18px -108px;
}

/************************************************ POPUP BUTTON */
/**
 * This is the style of the listen button that popups when the user
 * makes a text selection on the page.
 */
.rsbtn_colorskin.rspopup {
	position: absolute;
	background: #fff;
	/*border: 1px solid #555;
	box-shadow: 0 0 5px #777;
	*/
	height:0px;
	width:0px;
	display: none;
}
