/*
 * odoFrontSlide - jQuery Plugin
 * A slideshow designet for the frontside of my protfolio
 *
 * This is the corresponding css file
 *
 * Copyright (c) 2010 Andrés Bott
 * Examples and documentation at: http://andresbott.com or http://ofs.andresbott.com
 * 
 * Version: 0.3(27/Feb/2010)
 * Developed with: jQuery v1.4
 * 
 * licensed under the LGPL license:
 *   http://www.gnu.org/licenses/lgpl.html
 *   
 */


/*  
#### Border style, used with images border inside a table
*/
.oFS_border{
	z-index:4000;  
}

.oFS_loading {
	background: url("ajax-loader.gif") no-repeat center center;
}


.oFS_debug{
	position:absolute;
	background-color:#717171;
	color:blue;

	filter:alpha(opacity=50); /*50*/
	-moz-opacity:0.5; /*0.5*/
	-khtml-opacity: 0-5; /*0.5*/
	opacity:  0-5; /*0.5*/
}

.oFS_comments_div{
/* 	padding-bottom:5px; */
padding-top:5px;
	background-color:white;
	color:white;
	text-align:center;
}





/*  
#####################################################
##
##	Don't Touch above here
##
######################################################
*/

/*  
#### Border style
*/
.oFS_border{
	position:absolute;
	display:none;
}

.oFS_mask{

	overflow:hidden;
	height:100%;
	width:100%;
}
/*  
#### comments
*/
.oFS_comments_div{
	position:relative;
}

.oFS_external_url {

	background-color:white;
	filter:alpha(opacity=0); /*50*/
	-moz-opacity:0; /*0.5*/
	-khtml-opacity: 0; /*0.5*/
	opacity:  0; /*0.5*/

}