/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */




#slider {
    width: 650px; /* important to be same as image width */
    height: 356px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:right;

}

#sliderContent {
    width: 650px; /* important to be same as image width or wider */
    position: absolute;
	float:right;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    position: relative;
	display: none;
}

.clear { clear: both; }


#slider ul 		{ list-style-type: none;}
#slider ul li 	{ margin-left:0px; }



