﻿/**************************************************
  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.
  ***************************************************/
  
.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; }

.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;
}

