﻿@charset "utf-8";
/*
	Plugin Name: SlideshowFx
	Plugin URI: http://wordpress.org/extend/plugins/slideshowfx/
	Description: Insert Google+, Picasa or Flickr albums and photo thumbnail inside WordPress articles.
	Author: Joel VALLIER
	Version: 1.0
	Author URI: http://www.oopstouch.com/
	Plugin URI: http://wordpress.org/extend/plugins/slideshowfx/
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */
/*  Copyright 2012  Joel VALLIER  (email : contact@oopstouch.com)

    This file is part of SlideshowFx plugin for WordPress.

    SlideshowFx is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    SlideshowFx is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with SlideshowFx.  If not, see <http://www.gnu.org/licenses/>.
*/
div.sfx
  {
  margin:7px;
  padding:7px;
  border-width:1px;
  border-color:#ccc;
  border-style:solid;
  background-color:#FFF;
  position: relative;
  height:auto;
  float:left;
  text-align:center;
  line-height: normal;
  -webkit-box-shadow: 4px 4px 2px rgba(204,204,204,1);											/* sfx 2.18.5 ++ */ /* Safari and Chrome */
  -moz-box-shadow: 4px 4px 2px rgba(204,204,204,1);												/* sfx 2.18.5 ++ */ /* Firefox */
  box-shadow: 4px 4px 2px #ccc;																	/* sfx 2.18.5 ++ */ /* Opera 10.5+, future browsers using CSS3 */
  /*filter:progid:DXImageTransform.Microsoft.DropShadow(color='#cccccc',offX='4',offY='4');*/	/* sfx 2.18.5 ++ */ /* Internet Explorer */
  /* other nice effect: 
  box-shadow: 0 2px 5px #999999; 
  */
  }
div.sfx img, span.sfx img
  {
  display:inline;
  margin:0px;
  padding:0px;
  border-width:1px;
  border-style:solid;
  border-color:#fff;
/* NEW_TRIAL
  background: url(../images/loading.gif) center no-repeat;
*/
  max-width: 100%; /* for compatibility of conpact layout with WordPress template */
  }
div.sfx a img, span.sfx a img
  {
  display: block;
  }
div.sfx a:hover img, span.sfx a:hover img
  {
  border-width:1px;
  border-color:#ccc;
  border-style:solid;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  }
div.sfx_title
  {
  overflow:hidden;
  text-align:center;
  font-weight:normal;
  /*height:auto;*/
  height:35px;
  margin:0px;
  }
div.sfx a, div.sfx a:hover
  {
	text-decoration: none;
	color: #666;
	background-color: transparent;
  }
div.sfx_description
  {
  text-align:center;
  padding-top: 10px;
  padding-bottom: 10px;
  }
div.sfx_caption
  {
  clear:both;		/* sfx 3.00 */
  overflow:hidden;
  text-align:center;
  font-weight:normal;
  /*height:auto;*/
  height:35px;
  margin:0px;
  cursor:pointer;
  }
div.sfx_info
  {
  overflow:hidden;
  text-align:left;
  font-weight:normal;
  font-size:10px;
  /*height:auto;*/
  border-top: 1px #ccc solid;
  width: 100%;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
  }
.sfx_public, .sfx_private
  {
	height: 13px;
  	width: 13px;
	float:right;
	border:0px;
  }
.sfx_public
  {
	background-image: url('../images/public.png');
  }
.sfx_private
  {
	background-image: url('../images/private.png');
  }
div.sfx_bottom
  {
  font-size:10px;
  clear:both;
  text-align:center;
  }
div.sfx_bottom a
  {
  text-decoration: none;
  }
span.sfx
  {
  margin: 0px 4px 0px 4px;
  padding:6px;
  border-width: 1px;
  border-color:#ccc;
  border-style:solid;
  }
.sfx_container {
  margin-left:auto;
  margin-right:auto;
  visibility: hidden;
  border: 0px red solid;
  line-height: normal;
}
div.sfx_content
  {
  margin-left: auto;
  margin-right: auto;
  width:100%; /* added in sfx 5.02 for correct content width with Safari and Chrome */
  overflow: hidden;
  position: relative; /* added in sfx 3.04 for compatibility with IE */
  visibility: inherit;
  border-width: 0px;
  padding: 0px;
  marging: 0px;
  /*float: left; change in sfx 5.02 for jquery regressive with Mootools */
  }
.sfx_content a:active, .sfx_content a:focus 
  {
  outline:  none;
  ie-dummy: expression(this.hideFocus=true); /* added in sfx 3.04 for compatibility with IE9 */
  }
.sfx_content_padding
  {
  clear:both;
  width:100%;
  height:0px;
  padding:0px;
  margin:0px;
  border:0px;
  visibility:hidden;
  }
.scrollbar-vert
  {
  background-color: #efefef;
  border: solid #ccc 1px;
  width: 13px;
  /*clear: both;*/
  float:right;
  visibility: inherit;
  overflow:hidden; /* jquery */
  }
.handle-vert
  {
  position: relative; /* jquery */
  height: 33px;
  width: 13px;
  background: url(../images/handle.png) no-repeat;
  }
.sfx_navigation {
  width: 100%;
  overflow:hidden;
  clear: both;
  margin-top: 2px;
}
.sfx_page_top {
  cursor: pointer;
  float: right;
}
.sfx_page_first, .sfx_page_last, .sfx_page_next, .sfx_page_prev {
  height: 15px;
  width: 15px;
  float: left;
  padding: 0px 3px 0px 3px;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
}
.sfx_page_counter {
  height: 15px;
  width: 50px;
  font-size: 12px;
  color: #666;
  text-align: center;
  float: left;
  cursor: default;
}
.sfx_page_back {
  height: 14px;
  width: 15px;
  padding: 2px 0px 2px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
  background-image: url(../images/pback.png);
  float:left;
}
.sfx_page_control {
	width: 134px;
	margin-left: auto ;
  	margin-right: auto ;
}
.sfx_page_top, .sfx_page_refresh, .sfx_page_sort {
  height: 14px;
  width: 15px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
  float:right;
}
.sfx_page_top {
  padding: 2px 0px 2px 0px;
  background-image: url(../images/ptop.png);
}
.sfx_page_refresh {
  padding: 2px 0px 2px 0px;
  background-image: url(../images/refresh.png);
}
.sfx_page_sort {
  padding: 2px 3px 2px 1px;
  background-image: url(../images/sort.png);
}
.sfx_page_first:hover, .sfx_page_last:hover, .sfx_page_next:hover, .sfx_page_prev:hover, .sfx_page_back:hover, .sfx_page_top:hover {
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.sfx_page_first {
  background-image: url(../images/pfirst.png);
}
.sfx_page_last {
  background-image: url(../images/plast.png);
}
.sfx_page_next {
  background-image: url(../images/pnext.png);
}
.sfx_page_prev {
  background-image: url(../images/pprev.png);
}
.sfx_download {
  background-image: url(../images/idownload.png);
  height: 15px;
  width: 15px;
  float: right;
  bottom: 0px;
  margin-right: 1px;
  margin-top: -16px;
  visibility: hidden;
  cursor: pointer;
}
.sfx_download:hover {
  background-image: url(../images/idownloadover.png);
}

/**
 * Rating system.
 **/

.sfxAlbumVote {
	top:1px;
	left:5px;
}
.sfxVote {
	top:-17px;
	left:1px;
}
.sfxVote, .sfxAlbumVote {
	position:relative;
	float:left;
	height:0px;
	width:80px;
}
.sfxBGVote, .sfxCurrentVote, .sfxStars, .sfxStar1, .sfxStar2, .sfxStar3, .sfxStar4, .sfxStar5 {
	background-color:transparent;
	background-repeat:repeat-x;
	position:absolute;
	height:16px;
	left:0px;
	top:0px;
}
.sfxBGVote {
	width:100%;
	background-image:url(../images/star.png);
	background-position:top;
}
.sfxCurrentVote {
	background-image:url(../images/star.png);
	background-position:left center;
	width:0%;
}
.sfxStar1:hover, .sfxStar2:hover, .sfxStar3:hover, .sfxStar4:hover, .sfxStar5:hover {
	float:left; /* Mandatory for IE9 !!! */
	background-image:url(../images/star.png);
	background-position:left bottom;
	cursor:pointer;
}
.sfxStar1 { width:100%; }
.sfxStar2 { width:80%; }
.sfxStar3 { width:60%; }
.sfxStar4 { width:40%; }
.sfxStar5 { width:20%; }
.sfxTextVote {
	position:absolute;
	top:1px;
	left:83px;
	height:14px;
	font-size:11px;
	margin:0px;
	padding:0px 3px 0px 3px;
	background-color:#FFF;
	cursor:default;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
.sfxProgress {
	position:absolute;
	left:0px;
	height:16px;
	width:16px;
	background:url(../images/processing.gif);
	border:0px;
	margin:0px;
	padding:0px -3px;
	background-color:#FFF;
}
.sharing {
	padding: 3px 0px 3px 0px;
}

/**
 * Sort option.
 **/

#sfx_background {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#sfx_parameters {
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: hidden;
	width: 300px;
	height: 50px;
	margin-left: -150px;
	margin-top: -25px;
	padding: 20px 0px 15px 0px;
	background: #FFF;
	visibility: hidden;
	z-index: 9999;
	border:3px solid #CCC;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	text-align: center;
}
#sfx_loading {
	position: relative;
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
/* NEW_TRIAL
	background: url(../images/loading.gif) center no-repeat;
*/
}
#sfx_parameters select {
	margin-left: 3px;
	/*margin-top: -3px; jquery*/
	margin-bottom: 0px; /* jquery */
	width:auto; /* jquery */
	height: auto; /* jquery */
	padding: 0px; /* jquery */
}

#sfx_parameters button {
	/*margin: 12px 5px; jquery */
	margin: 7px 5px; /* jquery */
	border-collapse: collapse;
}

/**
 * Video system.
 **/

.sfxVideoThumb {
	top: 0px;
	left: 0px;
	width: 24px;
	height: 24px;
	margin-top: 8px;
	margin-left: 8px;
	position: absolute;
	background-position: center;
	background-image: url(../images/playthumb.png);
	z-index: 10;
}
