/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Home Page */

#slider {
	overflow:auto; margin-right:0; margin-left:0;
	margin-bottom: 0px;
	width:100%; /* important to be same as image width */
	height: auto; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-top: 0px;
	padding: 0px;
	background-color:#fff;
}


#sliderContent {
	width: 100%; /* important to be same as image width or wider */
	position: relative;
	top: 0px;
	margin-right:0; margin-left:0;
	left: 0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
    padding-left: 0px; padding-top:0px;
    width: 0px;  /* This is the width of the caption box  */
	height:0px; /* This is the height of the caption box  */

}

.sliderImage span strong { 
	  /* This is the color of the title text in the caption box */
	 /* This is the font size of the title text in the caption box */
	
	}

.clear { clear: both; }


.top { top: 0; left:0px; }  /* This sets the upper left corner of the caption box */

.bottom { bottom: 0; left: 0; } /* This sets the lower left corner of the caption box */

#slider ul 		{ list-style-type: none;}
#slider ul li 	{ margin-left:0px; }
