/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../i/tab_b.png) repeat-x 0 0;
	height: 43px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 43px;
	width: auto;
  	font-weight: bold;
	line-height: 43px;
	margin: 0;
	right: 5px;
  	color: white;
  	font-size: 12px;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../i/tab_l.png) no-repeat left 0;
  	height: 43px;
	width: 40px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../i/tab_r.png) no-repeat left 0;
  	height: 43px;
	width: 64px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 15px;
	display: block;
	float: left;
	height: 43px;
  	background: url(../i/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #8A8A8A;
}

.tab ul.login li a:hover {text-decoration:none;
	color: #141414;
}

.tab .sep {color:#ccc;}

.tab a.open1 {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 50px;
	position: relative;
	top: 9px;
}
.tab a.open2 {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 9px;
}

.tab a.open1 {background: url(../i/bt_open.png) no-repeat left 0;}
.tab a.open2 {background: url(../i/bt_open.png) no-repeat left 0;}
.tab a:hover.open1 {background: url(../i/bt_open.png) no-repeat left -20px;}
.tab a:hover.open2 {background: url(../i/bt_open.png) no-repeat left -20px;}

#portiwrap {width:290px; height:280px; background:none; position:relative; left:-16px; margin:5px auto 5px auto;}
#slide {width:262px; height:280px; overflow:hidden; position:absolute; left:16px; top:0; background:#000; border:1px solid #888;}
#slide a {text-decoration:none; display:block; width:262px; height:360px; position:absolute; left:262px;}
#slide a img {display:block; border:0;}
#previous b {display:none;}
#previous {width:32px; height:32px; background:url(../i/left.png); position:absolute; left:0; top:130px; cursor:pointer;}
* html #previous {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='iphoto-slide/left.png', sizingMethod='crop');}
#next b {display:none;}
#next {width:32px; height:32px; background:url(../i/right.png); position:absolute; left:265px; top:130px; cursor:pointer;}
* html #next {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='photo-slide/right.png', sizingMethod='crop');}
#buttons {position:absolute; left:50px; top:330px; display:none;}
#buttons div {width:62px; height:37px; float:left; margin-right:8px; display:inline;}
#buttons div img {display:block; cursor:pointer; border:1px solid #444;}
img#loading {position:absolute; left:240px; top:170px;}
