*
CSS code for the jQuery PanoScroll
author:				stephen giorgi
author email:		steve@deadlycomputer.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 3 of the License, or
(at your option) any later version.

This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.

*/
.pan	{ margin:5px; padding-top:15px; padding-bottom:5px; }

.panView	{ position:relative; color:#000; }

.sUp, .sLeft, .sDown, .sRight, .sPause	{ height:25px; width:25px; text-indent:-9000px; cursor:pointer; display:inline-block; }

.sRight			{ background:url(../img/scrollCtr2a.png) no-repeat top left; position:absolute; left:540px; top:-40px;}
.sRight:hover	{ background-position:0 -25px; }
.sLeft			{ background:url(../img/scrollCtr2a.png) no-repeat -25px 0; position:absolute; left:415px; top:-40px; }
.sLeft:hover	{ background-position:-25px -25px; }
.sUp			{ background:url(../img/scrollCtr2a.png) no-repeat -50px 0; position:absolute; left:415px; top:-40px; }
.sUp:hover		{ background-position:-50px -25px; }
.sDown			{ background:url(../img/scrollCtr2a.png) no-repeat -75px 0; position:absolute; left:540px; top:-40px; }
.sDown:hover	{ background-position:-75px -25px; }
.sPause			{ background:url(../img/scrollCtr2a.png) no-repeat -100px 0; position:absolute; left:475px; top:-40px; }
.sPause:hover	{ background-position:-100px -25px; }
#pan_1{
	background:  url(../images/salon/pan-22.jpg) repeat-x top left; 
	width:100% !important;
	height:14.0625em;
	margin-top:0px;
	
}

.codeView	{ border:1px dotted #06F; width:90%; color:#666; }
.code		{ overflow:scroll; }
table		{ border:1px solid #06f; border-collapse:collapse; }
tr			{ border:1px solid #06f; }
td, th		{ border-right:1px solid #06f; padding:3px; }
td ul		{ display:inline; list-style-type:none; }
td ul li	{ float:left; padding:3px; }
.right		{ text-align:right; }
.center		{ text-align:center; }
.green		{ color:#090; }
.floatLeft	{float:left;}
.floatRight	{float:right;}
.clear		{clear:both;}
.small		{ font-size:0.7em; }

