/***
 * SlideshowFx Pro Copyright (C) 2010 - Joel VALLIER
 * Author  : Joel VALLIER
 * Contact : contact@oopstouch.com
 * Support : http://www.oopstouch.com
 * Download: http://www.oopstouch.com
 * License : GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 ***/
/**
 * You can change styles but it is not recommanded to change 'display', 'float' and 'clear' attributes.
 **/

div.sfx
  {
  margin:7px;
  padding:7px;
  border-width:1px;
  border-color:#ccc;
  border-style:solid;
  background-color:transparent;
  position: relative;
  height:auto;
  float:left;
  text-align:center;
  line-height: normal;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 2px rgba(200,200,200,0.6);											/* sfx 2.18.5 ++ */ /* Safari and Chrome */
  -moz-box-shadow: 4px 4px 2px rgba(200,200,200,0.6);												/* sfx 2.18.5 ++ */ /* Firefox */
  box-shadow: 4px 4px 2px rgba(200,200,200,0.6);													/* 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:hover
  {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
  }
div.sfx img, span.sfx img
  {
  display:inline;
  margin:0px !important;
  padding:0px !important;
  border-width:1px;
  border-style:solid;
  border-color:#fff;
  /* Below code removed to avoid extra CPU load
   * background: url('../images/loading.gif') center no-repeat;
   */
  background-color:#eee;
  color:#eee;
  max-width: 100%; /* compatibility with some templates which set by default a value below 100% */
  }
div.sfx a img, span.sfx a img
  {
  border-width:1px;
  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;
  line-height: 100%;
  }
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;
  }
p.sfx_description
  {
  font-size: 12px;
  }
div.sfx_caption
  {
  clear:both;		/* sfx 3.00 */
  overflow:hidden;
  text-align:center;
  font-weight:normal;
  /*height:auto;*/
  height:35px;
  margin:0px;
  cursor:pointer;
  /* No yet supported by all browser (replaced by image padding right for layout right */
  -ms-box-decoration-break: clone; /* Internet Explorer 
  -webkit-box-decoration-break: clone; /* Safari and Chrome 
  -o-box-decoration-break: clone; /* Opera 
  box-decoration-break: clone; /* CSS 3 */
  }
div.sfx_info
  {
  overflow:hidden;
  text-align:left;
  font-weight:normal;
  font-size:10px;
  /*height:auto;*/
  height:28px;
  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;
  display: inline-block;
  }
.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;
  margin: 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: pointer;
}
.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');
}

/**
 * Rating system.
 **/

.sfxAlbumVote {
	top:1px;
	left:5px;
}
.sfxVote {
	top:-17px;
	left:1px;
	z-index:10;
}
.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;
	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; compatibility with tag*/
}

/**
 * Demo form
 **/
table.sfxDemoTable td {
	border: 0px;
}

table.sfxDemoTable td button {
	width: 70px;
}
/**
 * Facebook
 **/
.sfx_img {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	/*background-size:contain;*/
	margin-bottom: 1px;
	visibility: hidden;
	opacity: 0;
}

/**
 * New tag
 **/
.sfx_new, .sfx_updated, .sfx_buy {
	background-position: left top;
	background-repeat: no-repeat;
	border-width: 0 !important;
	position: absolute;
	height: 100%;
    width: 100%;
	left: 0px;
	top: 0px;
}
.sfx_new {
	background-image: url('../images/new.png');
}
.sfx_updated {
	background-image: url('../images/updated.png');
}

/**
 * Front end logos
 **/
.sfx_logo_gplus, .sfx_logo_facebook, .sfx_logo_flickr, .sfx_logo_instagram {
  width: 32px;
  height: 32px;
  border-width:0px;
  display: inline-block;
  vertical-align:text-top;
  margin: 0px 5px 0px 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.sfx_logo_gplus {
  background-image: url('../logos/gplus.png');
}
.sfx_logo_facebook {
  background-image: url('../logos/facebook.png');
}
.sfx_logo_flickr {
  background-image: url('../logos/flickr.png');
}
.sfx_logo_instagram {
  background-image: url('../logos/instagram.png');
}

/**
 * Template compact
 **/
div.sfx_tmpl_compact {
    box-shadow: none;
	border: 0px;
	padding: 1px;
	margin: 0px;
	background-color: #fff;
}
div.sfx_tmpl_compact img, div.sfx_tmpl_compact a:hover img {
	  border: 0px;
}
div.sfx_tmpl_compact .sfx_new, div.sfx_tmpl_compact .sfx_updated {
	left: 1px;
	top: 1px;
}
/**
 * Template left
 **/
div.sfx_tmpl_left {
	width: 100%;
	text-align: left;
}
div.sfx_tmpl_left a img {
	float: right;
}
div.sfx_tmpl_left .sfx_title {
	display: inline;
	border: 0;
	font-weight: bold;
}
div.sfx_tmpl_left .sfx_info {
	border: 0;
	margin: 0;
	width: auto;
}
div.sfx_tmpl_left .sfxVote {
	float: none;
	clear: both;
}
div.sfx_tmpl_left .sfx_public, div.sfx_tmpl_left .sfx_private {
	margin-top: 1px;
}
div.sfx_tmpl_left .sfx_new, div.sfx_tmpl_left .sfx_updated {
	background-position: right top;
	left: auto;
	right: 0px;
}
div.sfx_tmpl_left .sfx_new {
	background-image: url('../images/new-right.png');
}
div.sfx_tmpl_left .sfx_updated {
	background-image: url('../images/updated-right.png');
}

div.sfx_tmpl_left .sfx_caption {
	display: inline;
	border: 0;
	text-align: left;
	text-decoration: none;
}
/* TO REWORK (album left)
   div title is used as hack for IE due to problem in inline mode management
div.sfx_tmpl_left .sfx_title {
	display: inline;
	border: 0;
	font-size: 0px;
}*/
/**
 * Template right
 **/
div.sfx_tmpl_right {
	width: 100%;
	text-align: left;
}
div.sfx_tmpl_right a img {
	float: left;
	margin-right: 5px  !important;  /* Replace caption padding left for support of multi lines captions */
}
div.sfx_tmpl_right .sfx_title {
	padding-left: 0px; /* Replaced by image padding right for support of multi lines captions */
	display: inline;
	border: 0;
	font-weight: bold;
}
div.sfx_tmpl_right .sfx_info {
	padding-left: 0px; /* Replaced by image padding right for support of multi lines captions */
	border: 0;
	margin: 0;
	width: auto;
}
div.sfx_tmpl_right .sfxVote {
    left: 3px;
    top: -18px;
	clear: both;
}
div.sfx_tmpl_right .sfx_caption {
	padding-left: 0px; /* Replaced by image padding right for support of multi lines captions */
	display: inline;
	border: 0;
	text-align: left;
	text-decoration: none;
}
/**
 * Template top
 **/
div.sfx_tmpl_top .sfx_info {
	border: 0;
}
/**
 * Better compatibility with some templates
 **/
 div.sfx {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}
/**
 * Thumbnail transition
 **/
div.sfx_transition_container {
	float: left;
	padding: 0px;
	overflow: hidden;
	border-width: 0px;
}
/**
 * Audio player
 **/
.sfx_audio {
	width: 100%;
}
.sfx_audio audio {
	width: 100%;
}