﻿/**************************************************
  Coppermine 1.5.x Plugin - SlideShowIt $VERSION$=1.0
  *************************************************
  Copyright (c) 2010 Gene F. Young (genefyoung.com)
  *************************************************
  This program 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 2 of the License, or
  (at your option) any later version.
  ***************************************************/
a {
   outline: 0;
}  
.SlideShowItimg { cursor: pointer; }
/* Buttons */  
.next { background: url('images/next_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
.next:hover {	background: url('images/next_h_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
 
.back {	background: url('images/previous_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
.back:hover {	background: url('images/previous_h_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
 
.forward {	background: url('images/forward_x12.png') no-repeat center center;	padding: 2px 11px 2px 11px; }
.forward:hover {	background: url('images/forward_h_x12.png') no-repeat center center;	padding: 2px 11px 2px 11px; }
 
.reverse {		background: url('images/reverse_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
.reverse:hover {background: url('images/reverse_h_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
 
.play {	background: url('images/play_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
.play:hover { background: url('images/play_h_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
 
.pause { background: url('images/pause_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }
.pause:hover {	background: url('images/pause_h_x12.png') no-repeat center center; padding: 2px 11px 2px 11px; }

.displaySSC{
	background: url('images/slideshowon.png') no-repeat center center;
	padding: 6px 50px 6px 50px;
/*	margin: 16px 110px 0px 0px; */
	margin: 16px 0px 0px 0px;

}

.hideSSC {
	background: url('images/slideshowoff.png') no-repeat center center;
	padding: 6px 200px 6px 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.resetSS{
	background: url('images/slideshowreset.png') no-repeat center center;
	padding: 6px 50px 6px 50px;
	margin: 16px 0px 0px 0px;
}

.SlideShowItlink, .SlideShowItlink:hover { border: none ; color: #FFFFFF; } 

.SlideShowIt_title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.SlideShowIt_caption {
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align: center;
}
.SlideShowIt_selection {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}

#SlideShowIt_area {
	float: none;
	border-style: none;
	padding-top: 0px;
}


